|
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
| ShapeFunction_Evaluation* finley::ShapeFunctionInfo::getValues |
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", ...
| int finley::ShapeFunctionInfo::numDim |
number of spatial dimensions
Referenced by finley::ReferenceElement::ReferenceElement(), and finley::ShapeFunction::ShapeFunction().
| int finley::ShapeFunctionInfo::numOrder |
order of the shape functions
Referenced by finley::ReferenceElement::ReferenceElement(), and finley::ReferenceElementSet::ReferenceElementSet().
| int finley::ShapeFunctionInfo::numShapes |
number of shape functions
Referenced by finley::ReferenceElement::ReferenceElement(), and finley::ShapeFunction::ShapeFunction().
| int finley::ShapeFunctionInfo::numVertices |
number of vertices of the element
| ShapeFunctionTypeId finley::ShapeFunctionInfo::TypeId |
shape function type
Referenced by finley::ShapeFunction::getTypeId(), and finley::ReferenceElement::ReferenceElement().