writePointFields.H File Reference
Include dependency graph for writePointFields.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Macros

#define ensight_WRITE_FIELD(PrimitiveType)
 

Functions

template<class Type >
bool writePointField (ensightCase &ensCase, const ensightMesh &ensMesh, const tmp< PointField< Type > > &tfield)
 
template<class Type >
label writePointFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects)
 
label writeAllPointFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects)
 

Detailed Description

Original source file writePointFields.H

InNamespace

Definition in file writePointFields.H.

Macro Definition Documentation

◆ ensight_WRITE_FIELD

#define ensight_WRITE_FIELD (   PrimitiveType)
Value:
writePointFields<PrimitiveType> \
( \
ensCase, \
ensMesh, \
objects \
)