Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
Original source file fvMesh.C
Definition in file fvMesh.C.
◆ mapVolFieldType
#define mapVolFieldType |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| MapGeometricFields<Type, fvPatchField, fvMeshMapper, volMesh>(fvMap); |
◆ mapSurfaceFieldType
#define mapSurfaceFieldType |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: MapGeometricFields<Type, fvsPatchField, fvMeshMapper, surfaceMesh> \
(fvMap);
◆ mapVolInternalFieldType
#define mapVolInternalFieldType |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| MapDimensionedFields<Type, fvMeshMapper, volMesh>(fvMap); |
◆ mapPointFieldType
#define mapPointFieldType |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value:
< \
Type, \
pointPatchField, \
pointMeshMapper, \
pointMesh \
> \
(mapper);
void MapGeometricFields(const MeshMapper &mapper)
Generic Geometric field mapper.
◆ Foam::fvMesh::validComponents< Foam::sphericalTensor >()