LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
make_quad_rule_nodal.h
1
9
10#ifndef INCG6c48015148ae47f384263808689bdaf3
11#define INCG6c48015148ae47f384263808689bdaf3
12#include "quad_rule.h"
13
14namespace lf::quad {
15
30QuadRule make_QuadRuleNodal(base::RefEl ref_el);
31
32} // namespace lf::quad
33
34#endif // INCG6c48015148ae47f384263808689bdaf3
Represents a Quadrature Rule over one of the Reference Elements.
Definition quad_rule.h:58
Rules for numerical quadrature on reference entity shapes.
QuadRule make_QuadRuleNodal(base::RefEl ref_el)
Create a quadrature rule that evaluates the quadrand only at the nodes of the reference element.