Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class GeoField > |
| label | writeDimFields (autoPtr< vtk::internalWriter > &internalWriter, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache) |
| |
| template<class GeoField > |
| label | writeDimFields (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache) |
| |
| label | writeAllDimFields (autoPtr< vtk::internalWriter > &internalWriter, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache) |
| |
| label | writeAllDimFields (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache) |
| |
Original source file writeDimFields.H
Definition in file writeDimFields.H.
◆ doLocalWriteCode [1/2]
| #define doLocalWriteCode |
( |
|
Type | ) |
|
Value:{ \
typedef VolumeInternalField<Type> FieldType; \
\
count += writeDimFields<FieldType> \
( \
internalWriter, \
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::writeAllDimFields().
◆ doLocalWriteCode [2/2]
| #define doLocalWriteCode |
( |
|
Type | ) |
|
Value:{ \
typedef VolumeInternalField<Type> FieldType; \
\
count += writeDimFields<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.
autoPtr< volPointInterpolation > pInterp