57#include "rheolef/quadrature.h"
61int main(
int argc,
char**argv) {
63 cerr <<
"usage: quadrature_show element 'name(order)'" << endl
65 <<
" quadrature_tst t 'gauss(2)'" << endl;
69 string name = argv[2];
76 cout << setprecision(numeric_limits<Float>::digits10)
77 << quad.
size(hat_K) << endl;
79 first != last; first++) {
80 const point& xq = (*first).x;
81 const Float& wq = (*first).w;
see the Float page for the full documentation
see the point page for the full documentation
rep::const_iterator const_iterator
const_iterator end(reference_element hat_K) const
void reset(const std::string &name)
size_type size(reference_element hat_K) const
const_iterator begin(reference_element hat_K) const
see the reference_element page for the full documentation
size_type dimension() const
This file is part of Rheolef.