Go to the source code of this file.
Macros | |
#define | DEFINE_FV_CONSTRAINT_CONSTRAIN(Type, nullArg) |
#define | IMPLEMENT_FV_CONSTRAINT_CONSTRAIN(Type, constraintType) |
#define | DEFINE_FV_CONSTRAINT_CONSTRAIN_FIELD(Type, nullArg) virtual bool constrain(VolField<Type>& field) const; |
#define | IMPLEMENT_FV_CONSTRAINT_CONSTRAIN_FIELD(Type, constraintType) |
Original source file fvConstraintM.H
Definition in file fvConstraintM.H.
#define DEFINE_FV_CONSTRAINT_CONSTRAIN | ( | Type, | |
nullArg | |||
) |
Definition at line 26 of file fvConstraintM.H.
Referenced by fvConstraint::iNew::operator()().
#define IMPLEMENT_FV_CONSTRAINT_CONSTRAIN | ( | Type, | |
constraintType | |||
) |
Definition at line 33 of file fvConstraintM.H.
Referenced by fixedValueConstraint::constrainedFields(), and fvConstraint::constrainsField().
#define DEFINE_FV_CONSTRAINT_CONSTRAIN_FIELD | ( | Type, | |
nullArg | |||
) | virtual bool constrain(VolField<Type>& field) const; |
Definition at line 46 of file fvConstraintM.H.
Referenced by fvConstraint::iNew::operator()(), and limitMag::~limitMag().
#define IMPLEMENT_FV_CONSTRAINT_CONSTRAIN_FIELD | ( | Type, | |
constraintType | |||
) |
Definition at line 49 of file fvConstraintM.H.
Referenced by limitMag::constrainedFields(), and fvConstraint::constrainsField().