foamVtuSizing.H File Reference
Include dependency graph for foamVtuSizing.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtuSizing
 Sizing descriptions and routines for transcribing an OpenFOAM volume mesh into a VTK unstructured grid, with possible decomposition of polyhedral cells into primitive cell types. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::vtk
 Namespace for handling VTK input/output.
 

Macros

#define declarePopulateInternalMethod(Type)
 

Detailed Description

Original source file foamVtuSizing.H

Definition in file foamVtuSizing.H.

Macro Definition Documentation

◆ declarePopulateInternalMethod

#define declarePopulateInternalMethod (   Type)
Value:
\ \
void populateInternal \
( \
const polyMesh& mesh, \
UList<uint8_t>& cellTypes, \
UList<Type>& connectivity, \
UList<Type>& offsets, \
UList<Type>& faces, \
UList<Type>& facesOffsets, \
foamVtkMeshMaps& maps, \
const enum contentType output \
) const; \
\ \
void populateInternal \
( \
const polyMesh& mesh, \
UList<uint8_t>& cellTypes, \
UList<Type>& connectivity, \
UList<Type>& offsets, \
UList<Type>& faces, \
UList<Type>& facesOffsets, \
labelUList& cellMap, \
labelUList& addPointsIds, \
const enum contentType output \
) const

Definition at line 517 of file foamVtuSizing.H.

Foam::output
static Ostream & output(Ostream &os, const IntRange< T > &range)
Definition: IntRanges.C:66
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:6
cellTypes
const labelList & cellTypes
Definition: setCellMask.H:33