Definition in file pointPatchFields.C.
#include "src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
#define | makePointPatchField(pointPatchTypeField) |
Functions | |
defineNamedTemplateTypeNameAndDebug (pointPatchScalarField, 0) | |
defineTemplateRunTimeSelectionTable (pointPatchScalarField, pointPatch) | |
defineTemplateRunTimeSelectionTable (pointPatchScalarField, patchMapper) | |
defineTemplateRunTimeSelectionTable (pointPatchScalarField, dictionary) |
#define makePointPatchField | ( | pointPatchTypeField ) |
\ defineNamedTemplateTypeNameAndDebug(pointPatchTypeField, 0); \ template<> \ int pointPatchTypeField::disallowGenericPointPatchField \ ( \ debug::debugSwitch("disallowGenericPointPatchField", 0) \ ); \ defineTemplateRunTimeSelectionTable(pointPatchTypeField, pointPatch); \ defineTemplateRunTimeSelectionTable(pointPatchTypeField, patchMapper); \ defineTemplateRunTimeSelectionTable(pointPatchTypeField, dictionary);
Definition at line 35 of file pointPatchFields.C.