21 #ifndef fiber_lagrange_scalar_basis_hpp
22 #define fiber_lagrange_scalar_basis_hpp
24 #include "lagrange_scalar_shapeset.hpp"
25 #include "../common/deprecated.hpp"
34 template <
int elementVertexCount,
typename ValueType,
int polynomialOrder>
Shapeset composed of the Lagrange polynomials up to a specified order.
Definition: lagrange_scalar_basis.hpp:35
#define BEMPP_DEPRECATED
Macro used to mark deprecated functions or classes.
Definition: deprecated.hpp:41
Shapeset composed of the Lagrange polynomials up to a specified order.
Definition: lagrange_scalar_shapeset.hpp:57