Class to hold and index into the field references associated with a. More...
Public Member Functions | |
| parabolicDisplacement (const LagrangianSubVectorField &linear, const LagrangianSubVectorField &quadratic) | |
| Construct from references to the displacements. More... | |
| Pair< vector > | operator() (const label i) const |
| The displacements for a given index. More... | |
| vector | operator() (const label i, const scalar f) const |
| The displacement for a given index and remaining fraction. More... | |
Class to hold and index into the field references associated with a.
parabolic displacement
Definition at line 426 of file LagrangianMesh.H.
| parabolicDisplacement | ( | const LagrangianSubVectorField & | linear, |
| const LagrangianSubVectorField & | quadratic | ||
| ) |
Construct from references to the displacements.
Definition at line 1196 of file LagrangianMesh.C.
|
inline |
The displacements for a given index.
Definition at line 265 of file LagrangianMeshI.H.
|
inline |
The displacement for a given index and remaining fraction.
Definition at line 271 of file LagrangianMeshI.H.
References f().
