escript Revision_
Public Attributes | List of all members
finley::ShapeFunctionInfo Struct Reference

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_EvaluationgetValues
 function to evaluate the shape functions at a set of points
 

Detailed Description

this struct holds the definition of the shape functions on an element

Member Data Documentation

◆ getValues

ShapeFunction_Evaluation* finley::ShapeFunctionInfo::getValues

function to evaluate the shape functions at a set of points

Referenced by finley::ShapeFunction::ShapeFunction().

◆ Name

const char* finley::ShapeFunctionInfo::Name

the name in text form e.g. "Line2", "Rec12", ...

◆ numDim

int finley::ShapeFunctionInfo::numDim

◆ numOrder

int finley::ShapeFunctionInfo::numOrder

◆ numShapes

int finley::ShapeFunctionInfo::numShapes

◆ numVertices

int finley::ShapeFunctionInfo::numVertices

number of vertices of the element

◆ TypeId

ShapeFunctionTypeId finley::ShapeFunctionInfo::TypeId

The documentation for this struct was generated from the following file: