escript
Revision_
|
this struct holds the definition of the shape functions on an element More...
#include <ShapeFunctions.h>
Public Attributes | |
ShapeFunctionTypeId | TypeId |
shape function type | |
const char * | Name |
the name in text form e.g. "Line2", "Rec12", ... | |
int | numDim |
number of spatial dimensions | |
int | numShapes |
number of shape functions | |
int | numOrder |
order of the shape functions | |
int | numVertices |
number of vertices of the element | |
ShapeFunction_Evaluation * | getValues |
function to evaluate the shape functions at a set of points |
this struct holds the definition of the shape functions on an element
function to evaluate the shape functions at a set of points
Referenced by finley::ShapeFunction::ShapeFunction().
const char* finley::ShapeFunctionInfo::Name |
the name in text form e.g. "Line2", "Rec12", ...
number of spatial dimensions
Referenced by finley::ReferenceElement::ReferenceElement(), and finley::ShapeFunction::ShapeFunction().
order of the shape functions
Referenced by finley::ReferenceElement::ReferenceElement(), and finley::ReferenceElementSet::ReferenceElementSet().
number of shape functions
Referenced by finley::ReferenceElement::ReferenceElement(), and finley::ShapeFunction::ShapeFunction().
number of vertices of the element
shape function type
Referenced by finley::ShapeFunction::getTypeId(), and finley::ReferenceElement::ReferenceElement().