Go to the source code of this file.
◆ mapVolFieldType
| #define mapVolFieldType |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| MeshToMeshMapVolFields<Type>(mesh(), mapper); |
◆ mapVolInternalFieldType
| #define mapVolInternalFieldType |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| MeshToMeshMapVolInternalFields<Type>(mesh(), mapper); |
◆ NaNSurfaceFieldType
| #define NaNSurfaceFieldType |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value:
<Type, fvsPatchField, surfaceMesh> \
(mesh(), mapper);
void NaNGeometricFields(const fvMesh &mesh, const fvMeshToFvMesh &mapper)
◆ NaNPointFieldType
| #define NaNPointFieldType |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value:
<Type, pointPatchField, pointMesh> \
(mesh(), mapper);