Go to the source code of this file.
Classes | |
class | PatchEdgeFacePointData< Type > |
Transport of nearest point location, plus data, for use in PatchEdgeFaceWave. More... | |
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Macros | |
#define | DefineContiguousPatchEdgeFacePointDataType(Type, nullArg) |
Functions | |
template<class Type > | |
Istream & | operator>> (Istream &, PatchEdgeFacePointData< Type > &) |
template<class Type > | |
Ostream & | operator<< (Ostream &, const PatchEdgeFacePointData< Type > &) |
template<> | |
bool | contiguous< PatchEdgeFacePointData< bool > > () |
template<> | |
bool | contiguous< PatchEdgeFacePointData< label > > () |
FOR_ALL_FIELD_TYPES (DefineContiguousPatchEdgeFacePointDataType) | |
Original source file PatchEdgeFacePointData.H
Definition in file PatchEdgeFacePointData.H.
#define DefineContiguousPatchEdgeFacePointDataType | ( | Type, | |
nullArg | |||
) |
Definition at line 164 of file PatchEdgeFacePointData.H.