Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class GeoField > |
| label | writeVolFields (autoPtr< vtk::internalWriter > &internalWriter, UPtrList< vtk::patchWriter > &patchWriters, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache) |
| |
| template<class GeoField > |
| label | writeVolFields (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, UPtrList< vtk::patchWriter > &patchWriters, const UPtrList< PrimitivePatchInterpolation< primitivePatch >> &patchInterps, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache) |
| |
| label | writeAllVolFields (autoPtr< vtk::internalWriter > &internalWriter, UPtrList< vtk::patchWriter > &patchWriters, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache) |
| |
| label | writeAllVolFields (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, UPtrList< vtk::patchWriter > &patchWriters, const UPtrList< PrimitivePatchInterpolation< primitivePatch >> &patchInterps, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache) |
| |
Original source file writeVolFields.H
Definition in file writeVolFields.H.
◆ doLocalWriteCode [1/2]
| #define doLocalWriteCode |
( |
|
Type | ) |
|
Value:{ \
typedef VolumeField<Type> FieldType; \
\
count += writeVolFields<FieldType> \
( \
internalWriter, \
patchWriters, \
proxy, \
objects, \
syncPar, \
cache \
); \
if (
count >= total)
break; \
}
unsigned int count(const UList< bool > &bools, const bool val=true)
Count number of 'true' entries.
Referenced by Foam::writeAllVolFields().
◆ doLocalWriteCode [2/2]
| #define doLocalWriteCode |
( |
|
Type | ) |
|
Value:{ \
typedef VolumeField<Type> FieldType; \
\
count += writeVolFields<FieldType> \
( \
proxy, \
objects, \
syncPar, \
cache \
); \
if (
count >= total)
break; \
}
unsigned int count(const UList< bool > &bools, const bool val=true)
Count number of 'true' entries.
PtrList< PrimitivePatchInterpolation< primitivePatch > > patchInterps
autoPtr< volPointInterpolation > pInterp