BEM++
2.0
|
Shapeset composed of the Lagrange polynomials up to a specified order. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/lagrange_scalar_basis.hpp>
Additional Inherited Members | |
![]() | |
typedef Basis< ValueType > ::CoordinateType | CoordinateType |
![]() | |
typedef ScalarTraits < ValueType >::RealType | CoordinateType |
![]() | |
virtual int | size () const |
Return the number of shape functions. | |
virtual int | order () const |
Return the maximum polynomial order of shape functions. | |
virtual void | evaluate (size_t what, const arma::Mat< CoordinateType > &points, LocalDofIndex localDofIndex, BasisData< ValueType > &data) const |
Evaluate the shape functions making up this shapeset and/or their derivatives at specified points. More... | |
![]() | |
virtual std::pair< const char *, int > | clCodeString (bool isTestShapeset) const |
Returns an OpenCL code snippet for shape function evaluation. More... | |
Shapeset composed of the Lagrange polynomials up to a specified order.