24 #ifndef _GM_XDMF_FILE_FORMAT_H_ 25 #define _GM_XDMF_FILE_FORMAT_H_ 30 #define XDMF_POLYLINE_TYPE 2 33 #define XDMF_POLYLINE_TYPENAME "Polyline" 74 virtual const char*
formatName()
const {
return "XDMF3"; }
97 Q_UNUSED(info); Q_UNUSED(nodeDim); Q_UNUSED(dimFilter);
107 Q_UNUSED(type); Q_UNUSED(ir);
138 if(cellData._nodeNumbering.isEmpty())
141 for(
int i=0, n=g.
numNodes(); i<n; i++)
142 cellData._nodeNumbering.append(i);
160 return supportedTypes;
166 #endif // _GM_XDMF_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
NOT a cell type. Stores the number of available types.
Definition: gmCellType.h:77
DiscontinuityType
Discontinuity type (defining how the disc. geometry is defined)
Definition: gmDiscontinuitySet.h:52
A class used to return static metadata information about a cell geometry, along with some methods for...
Definition: gmCellGeometry.h:54
Integration rule base classe.
Definition: gmIntegrationRule.h:88
The disc. geometry is given by a polyline. Inserted elements are bars.
Definition: gmDiscontinuitySet.h:54
GmCellType
Mesh Cell types. Don't change type orders or add types without reading comments below.
Definition: gmCellType.h:30
int numNodes() const
Returns the total number of nodes of this cell type.
Definition: gmCellGeometry.h:92