26 #include "internalWriter.H"
27 #include "writeFuns.H"
31 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
34 const PtrList<GeometricField<Type, PatchField, GeoMesh> >& flds
44 template<
class Type,
class GeoMesh>
47 const PtrList<DimensionedField<Type, volMesh> >& flds
60 const volPointInterpolation& pInterp,
61 const PtrList<GeometricField<Type, fvPatchField, volMesh> >& flds
71 pInterp.interpolate(flds[i])(),
78 template<
class Type,
class GeoMesh>
81 const volPointInterpolation& pInterp,
82 const PtrList<DimensionedField<Type, volMesh> >& flds
92 pInterp.interpolate(flds[i])(),