Class to store an evaluation function. More...


Public Member Functions | |
| Function (const F &f) | |
| Construct from a function. More... | |
| virtual | ~Function () |
| 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 function.
Definition at line 68 of file CloudDerivedField.C.
|
inline |
Construct from a function.
Definition at line 83 of file CloudDerivedField.C.
|
inlinevirtual |
Destructor.
Definition at line 91 of file CloudDerivedField.C.
|
inlinevirtual |
Evaluate the field.
Implements CloudDerivedField< Type >::Functor.
Definition at line 98 of file CloudDerivedField.C.