Static Public Member Functions |
static void | write (std::ostream &, const bool, DynamicList< floatScalar > &) |
| Write ascii or binary. If binary optionally in-place swaps argument.
|
static void | write (std::ostream &, const bool, DynamicList< label > &) |
static void | write (std::ostream &, const bool, List< floatScalar > &) |
| Write ascii or binary. If binary optionally in-place swaps argument.
|
static void | write (std::ostream &, const bool, labelList &) |
static void | insert (const point &, DynamicList< floatScalar > &dest) |
| Append point to DynamicList.
|
static void | insert (const labelList &, DynamicList< label > &) |
| Append elements of labelList to DynamicList.
|
static void | insert (const List< scalar > &, DynamicList< floatScalar > &) |
| Append elements of scalarList to DynamicList.
|
static void | insert (const labelList &map, const List< scalar > &source, DynamicList< floatScalar > &) |
| Append elements of scalarList to DynamicList using map.
|
static void | insert (const List< point > &source, DynamicList< floatScalar > &) |
| Append points to DynamicList of floats.
|
static void | insert (const labelList &map, const List< point > &source, DynamicList< floatScalar > &) |
| As above but using map.
|
static void | write (std::ostream &, const bool, List< floatScalar > &) |
static void | write (std::ostream &, const bool, DynamicList< floatScalar > &) |
static void | write (std::ostream &, const bool, labelList &) |
static void | write (std::ostream &, const bool, DynamicList< label > &) |
static void | writeHeader (std::ostream &, const bool, const string &) |
static void | writeCellDataHeader (std::ostream &, const label, const label) |
static void | writePointDataHeader (std::ostream &, const label, const label) |
static void | insert (const scalar &, DynamicList< floatScalar > &) |
static void | insert (const point &, DynamicList< floatScalar > &) |
static void | insert (const sphericalTensor &, DynamicList< floatScalar > &) |
static void | insert (const symmTensor &, DynamicList< floatScalar > &) |
static void | insert (const tensor &, DynamicList< floatScalar > &) |
static void | insert (const labelList &, DynamicList< label > &) |
| Append elements to DynamicList.
|
template<class Type > |
static void | insert (const List< Type > &, DynamicList< floatScalar > &) |
template<class Type > |
static void | write (std::ostream &, const bool binary, const GeometricField< Type, fvPatchField, volMesh > &, const vtkMesh &) |
| Write volField with cell values (including decomposed cells)
|
template<class Type > |
static void | write (std::ostream &, const bool binary, const GeometricField< Type, pointPatchField, pointMesh > &, const vtkMesh &) |
| Write pointField on all mesh points. Interpolate to cell centre.
|
template<class Type > |
static void | write (std::ostream &, const bool binary, const GeometricField< Type, fvPatchField, volMesh > &, const GeometricField< Type, pointPatchField, pointMesh > &, const vtkMesh &) |
| Write interpolated field on points and original cell values on.
|
template<class Type , template< class > class PatchField, class GeoMesh > |
static void | write (std::ostream &, const bool binary, const PtrList< GeometricField< Type, PatchField, GeoMesh > > &, const vtkMesh &) |
| Write generic GeometricFields.
|
template<class Type > |
static void | write (std::ostream &, const bool binary, const volPointInterpolation &, const PtrList< GeometricField< Type, fvPatchField, volMesh > > &, const vtkMesh &) |
| Interpolate and write volFields.
|