Write fields (internal). More...
Public Member Functions | |
| internalWriter (const vtkMesh &, const bool binary, const fileName &) | |
| Construct from components. More... | |
| std::ofstream & | os () |
| void | writeCellIDs () |
| Write cellIDs. More... | |
| template<class Type , template< class > class PatchField, class GeoMesh > | |
| void | write (const UPtrList< const GeometricField< Type, PatchField, GeoMesh >> &) |
| Write generic GeometricFields. More... | |
| template<class Type > | |
| void | write (const volPointInterpolation &, const UPtrList< const GeometricField< Type, fvPatchField, volMesh >> &) |
| Interpolate and write volFields. More... | |
| internalWriter | ( | const vtkMesh & | , |
| const bool | binary, | ||
| const fileName & | |||
| ) |
Construct from components.
|
inline |
Definition at line 81 of file internalWriter.H.
References internalWriter::write(), and internalWriter::writeCellIDs().

| void writeCellIDs | ( | ) |
| void write | ( | const UPtrList< const GeometricField< Type, PatchField, GeoMesh >> & | ) |
Write generic GeometricFields.
Referenced by internalWriter::os().

| void write | ( | const volPointInterpolation & | , |
| const UPtrList< const GeometricField< Type, fvPatchField, volMesh >> & | |||
| ) |
Interpolate and write volFields.
1.8.13