Loading...
Searching...
No Matches
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

namespace  Foam
 Namespace for OpenFOAM.
namespace  Foam::vtk
 Namespace for handling VTK output. Contains classes and functions for writing VTK file content.

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
dynamicFvMesh & mesh
const labelUList & cellTypes
Definition setCellMask.H:27

Definition at line 708 of file foamVtuSizing.H.