|
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 | |
Public Types inherited from Fiber::LagrangeScalarShapeset< elementVertexCount, ValueType, polynomialOrder > | |
|
typedef Basis< ValueType > ::CoordinateType | CoordinateType |
Public Types inherited from Fiber::Shapeset< ValueType > | |
|
typedef ScalarTraits < ValueType >::RealType | CoordinateType |
Public Member Functions inherited from Fiber::LagrangeScalarShapeset< elementVertexCount, ValueType, polynomialOrder > | |
| 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... | |
Public Member Functions inherited from Fiber::Shapeset< ValueType > | |
| 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.
1.8.5