pointMesh.C File Reference
Include dependency graph for pointMesh.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define ReorderPatchFieldsType(Type, nullArg)
 
#define AddPatchFieldsType(Type, nullArg)
 

Functions

 defineTypeNameAndDebug (pointMesh, 0)
 

Detailed Description

Original source file pointMesh.C

Definition in file pointMesh.C.

Macro Definition Documentation

◆ 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 \
);