
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.
| #define IMPLEMENT_FV_CONSTRAINT_CONSTRAIN | ( | Type, | |
| constraintType | |||
| ) |
Definition at line 33 of file fvConstraintM.H.
| #define DEFINE_FV_CONSTRAINT_CONSTRAIN_FIELD | ( | Type, | |
| nullArg | |||
| ) | virtual bool constrain(VolField<Type>& field) const; |
Definition at line 46 of file fvConstraintM.H.
| #define IMPLEMENT_FV_CONSTRAINT_CONSTRAIN_FIELD | ( | Type, | |
| constraintType | |||
| ) |
Definition at line 49 of file fvConstraintM.H.