|
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 More... | |
| const char * | Name |
| the name in text form e.g. "Line2", "Rec12", ... More... | |
| int | numDim |
| number of spatial dimensions More... | |
| int | numShapes |
| number of shape functions More... | |
| int | numOrder |
| order of the shape functions More... | |
| int | numVertices |
| number of vertices of the element More... | |
| ShapeFunction_Evaluation * | getValues |
| function to evaluate the shape functions at a set of points More... | |
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
| const char* finley::ShapeFunctionInfo::Name |
the name in text form e.g. "Line2", "Rec12", ...
| int finley::ShapeFunctionInfo::numDim |
number of spatial dimensions
| int finley::ShapeFunctionInfo::numOrder |
order of the shape functions
| int finley::ShapeFunctionInfo::numShapes |
number of shape functions
| int finley::ShapeFunctionInfo::numVertices |
number of vertices of the element
| ShapeFunctionTypeId finley::ShapeFunctionInfo::TypeId |
shape function type
1.8.17