gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
ElementType Namespace Reference

Functions

int getParentType (int type)
 
int getOrder (int type)
 
int getDimension (int type)
 
int getNumVertices (int type)
 
int getSerendipity (int type)
 
int getType (int parentType, int order, bool serendip=false)
 
int getPrimaryType (int type)
 
std::string nameOfParentType (int type, bool plural=false)
 

Function Documentation

◆ getDimension()

int ElementType::getDimension ( int  type)

Definition at line 297 of file ElementType.cpp.

Referenced by nodalBasis::nodalBasis().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getNumVertices()

int ElementType::getNumVertices ( int  type)

◆ getOrder()

int ElementType::getOrder ( int  type)

Definition at line 158 of file ElementType.cpp.

Referenced by CondNumBasis::condNumOrder(), JacobianBasis::jacobianOrder(), and nodalBasis::nodalBasis().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getParentType()

◆ getPrimaryType()

int ElementType::getPrimaryType ( int  type)

Definition at line 877 of file ElementType.cpp.

Here is the call graph for this function:

◆ getSerendipity()

int ElementType::getSerendipity ( int  type)

Definition at line 598 of file ElementType.cpp.

Referenced by MElement::getIsAssimilatedSerendipity(), MElement::getIsOnlySerendipity(), and nodalBasis::nodalBasis().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getType()

◆ nameOfParentType()

std::string ElementType::nameOfParentType ( int  type,
bool  plural = false 
)

Definition at line 882 of file ElementType.cpp.