#include <FiniteElement.h>
Static Public Attributes | |
| static constexpr sofa::Size | spatial_dimensions = FiniteElement::spatial_dimensions |
| static constexpr sofa::Size | NumberOfNodesInElement = FiniteElement::NumberOfNodesInElement |
| static constexpr sofa::Size | TopologicalDimension = FiniteElement::TopologicalDimension |
Static Public Member Functions | |
| static constexpr auto | gradientShapeFunctionAtQuadraturePoints () |
| static constexpr auto | jacobianFromReferenceToPhysical (const std::array< Coord, NumberOfNodesInElement > &elementNodesCoordinates, const sofa::type::Mat< NumberOfNodesInElement, TopologicalDimension, Real > &gradientShapeFunctionInReferenceElement) |
| template<class T > | |
| static constexpr auto | evaluateValueInElement (const std::array< T, NumberOfNodesInElement > &valuesAtNodes, const sofa::type::Vec< NumberOfNodesInElement, Real > &shapeFunctions) |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |