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

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: