PatchEdgeFacePointData.H File Reference
Include dependency graph for PatchEdgeFacePointData.H:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Original source file PatchEdgeFacePointData.H

Definition in file PatchEdgeFacePointData.H.

Macro Definition Documentation

◆ DefineContiguousPatchEdgeFacePointDataType

#define DefineContiguousPatchEdgeFacePointDataType (   Type,
  nullArg 
)
Value:
template<> \
inline bool contiguous<PatchEdgeFacePointData<Type>>() \
{ \
return true; \
}

Definition at line 164 of file PatchEdgeFacePointData.H.