24 #ifndef _GM_NF_FILE_FORMAT_H_ 25 #define _GM_NF_FILE_FORMAT_H_ 37 virtual const char*
formatName()
const {
return "Neutral file"; }
52 Q_UNUSED(info); Q_UNUSED(nodeDim); Q_UNUSED(dimFilter);
78 const char* topoSection;
85 static const int supportedTypesSize;
95 NfrElementType nfEleType;
96 NfrQuadratureType nfQuadType;
97 double nfQuadNatCrd[200];
100 static const nfrType nfrTypeTable[];
103 int nf2gmCellNodeIndex(
GmCellType type,
int nfId);
104 int nf2gmCellGaussIndex(
GmCellType type,
int ngp,
int nfId);
106 unsigned int offset(
unsigned int n) {
return n == 1 ? 0 : n-1 + offset(n-1); }
110 #endif // _GM_NF_FILE_FORMAT_H_ Auxiliar class used to store the definition of a value. It can be used to store informations about st...
Definition: gmValueInfo.h:126
GmDimType
Value dimension type.
Definition: gmValueInfo.h:66
Declaration of the GmValueInfo class.
GmValueSetKind
Type describing what kind of information is stored by a values set.
Definition: gmValueInfo.h:36
DiscontinuityType
Discontinuity type (defining how the disc. geometry is defined)
Definition: gmDiscontinuitySet.h:52
Integration rule base classe.
Definition: gmIntegrationRule.h:88
GmCellType
Mesh Cell types. Don't change type orders or add types without reading comments below.
Definition: gmCellType.h:30