9#include "make_quad_rule_nodal.h"
11#include <boost/core/ref.hpp>
15 double ref_el_vol = 1.0;
20 Eigen::VectorXd::Constant(ref_el.
NumNodes(),
Represents a reference element with all its properties.
const Eigen::MatrixXd & NodeCoords() const
Get the coordinates of the nodes of this reference element.
static constexpr RefEl kTria()
Returns the reference triangle.
constexpr size_type NumNodes() const
The number of nodes of this reference element.
Represents a Quadrature Rule over one of the Reference Elements.
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.