Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
Original source file pointMesh.C
Definition in file pointMesh.C.
◆ ReorderPatchFieldsType
| #define ReorderPatchFieldsType |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: ReorderPatchFields<PointField<Type>> \
( \
const_cast<objectRegistry&>(thisDb()), \
newToOld \
);
◆ AddPatchFieldsType
| #define AddPatchFieldsType |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: AddPatchFields<PointField<Type>> \
( \
const_cast<objectRegistry&>(thisDb()), \
patchi, \
calculatedPointPatchField<scalar>::typeName \
);