Class to store an evaluation method. More...


Public Member Functions | |
| Method (const C &c, tmp< LagrangianSubField< Type >>(C::*m)(const LagrangianModelRef &, const LagrangianSubMesh &) const) | |
| Construct from a class and a method. More... | |
| virtual | ~Method () |
| Destructor. More... | |
| virtual tmp< LagrangianSubField< Type > > | operator() (const LagrangianModelRef &model, const LagrangianSubMesh &subMesh) const |
| Evaluate the field. More... | |
Public Member Functions inherited from CloudDerivedField< Type >::Functor | |
| Functor () | |
| Construct null. More... | |
| virtual | ~Functor () |
| Destructor. More... | |
Class to store an evaluation method.
Definition at line 115 of file CloudDerivedField.C.
|
inline |
Construct from a class and a method.
Definition at line 137 of file CloudDerivedField.C.
|
inlinevirtual |
Destructor.
Definition at line 154 of file CloudDerivedField.C.
|
inlinevirtual |
Evaluate the field.
Implements CloudDerivedField< Type >::Functor.
Definition at line 161 of file CloudDerivedField.C.