Class to hold and index into the field references associated with a. More...
Public Member Functions | |
| linearDisplacement (const LagrangianSubVectorField &linear) | |
| Construct from a reference to the displacement. More... | |
| const vector & | operator() (const label i) const |
| The displacement for a given index. More... | |
| const 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.
linear displacement
Definition at line 396 of file LagrangianMesh.H.
| linearDisplacement | ( | const LagrangianSubVectorField & | linear | ) |
Construct from a reference to the displacement.
Definition at line 1187 of file LagrangianMesh.C.
|
inline |
The displacement for a given index.
Definition at line 248 of file LagrangianMeshI.H.
|
inline |
The displacement for a given index and remaining fraction.
Definition at line 254 of file LagrangianMeshI.H.