Loading...
Searching...
No Matches
writePointFields.H File Reference
Include dependency graph for writePointFields.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define doLocalWriteCode(Type)

Functions

template<class GeoField>
bool writePointField (autoPtr< vtk::internalWriter > &internalWriter, UPtrList< vtk::patchWriter > &patchWriters, const tmp< GeoField > &tfield, const fvMeshSubsetProxy &proxy)
template<class GeoField>
label writePointFields (autoPtr< vtk::internalWriter > &internalWriter, UPtrList< vtk::patchWriter > &patchWriters, const fvMeshSubsetProxy &proxy, const typename GeoField::Mesh &ptMesh, const IOobjectList &objects, const bool syncPar)
label writeAllPointFields (autoPtr< vtk::internalWriter > &internalWriter, UPtrList< vtk::patchWriter > &patchWriters, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar)

Detailed Description

Original source file writePointFields.H

Definition in file writePointFields.H.

Macro Definition Documentation

◆ doLocalWriteCode

#define doLocalWriteCode ( Type)
Value:
{ \
typedef PointField<Type> FieldType; \
\
count += writePointFields<FieldType> \
( \
proxy, ptMesh, \
objects, \
syncPar \
); \
if (count >= total) break; /* early exit */ \
}
autoPtr< vtk::internalWriter > internalWriter
PtrList< vtk::patchWriter > patchWriters