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) | |
Original source file LayerInfoData.H
Definition in file LayerInfoData.H.
#define DefineContiguousLayerInfoDataType | ( | Type, | |
nullArg | |||
) |
Definition at line 176 of file LayerInfoData.H.