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

Go to the source code of this file.

Classes

class  LayerInfoData< Type >
 Class to be used with FaceCellWave which enumerates layers of cells and transports data through those layers. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define DefineContiguousLayerInfoDataType(Type, nullArg)
 

Functions

template<class Type >
Ostream & operator<< (Ostream &, const LayerInfoData< Type > &)
 
template<class Type >
Istream & operator>> (Istream &, LayerInfoData< Type > &)
 
template<>
bool contiguous< LayerInfoData< bool > > ()
 
template<>
bool contiguous< LayerInfoData< label > > ()
 
 FOR_ALL_FIELD_TYPES (DefineContiguousLayerInfoDataType)
 

Detailed Description

Original source file LayerInfoData.H

Definition in file LayerInfoData.H.

Macro Definition Documentation

◆ DefineContiguousLayerInfoDataType

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

Definition at line 176 of file LayerInfoData.H.