escript
Revision_
|
Holds information that is used to convert from finley element types to elements supported by Silo and VTK. More...
#include <FinleyElements.h>
Public Attributes | |
ZoneType | elementType |
ZoneType | reducedElementType |
int | elementFactor |
int | elementSize |
int | reducedElementSize |
const size_t * | multiCellIndices |
bool | useQuadNodes |
int | quadDim |
Holds information that is used to convert from finley element types to elements supported by Silo and VTK.
int weipa::FinleyElementInfo::elementFactor |
int weipa::FinleyElementInfo::elementSize |
Referenced by weipa::FinleyElements::buildReducedElements(), and weipa::FinleyElements::writeToSilo().
ZoneType weipa::FinleyElementInfo::elementType |
const size_t* weipa::FinleyElementInfo::multiCellIndices |
Referenced by weipa::FinleyElements::buildReducedElements(), and weipa::FinleyElements::writeToSilo().
int weipa::FinleyElementInfo::quadDim |
int weipa::FinleyElementInfo::reducedElementSize |
ZoneType weipa::FinleyElementInfo::reducedElementType |
Referenced by weipa::FinleyElements::buildReducedElements(), and weipa::FinleyElements::writeToSilo().
bool weipa::FinleyElementInfo::useQuadNodes |