

Public Member Functions | |
| const word & | name () const |
| Return the equation name. More... | |
| const LagrangianSubMesh & | mesh () const |
| Return the mesh. More... | |
Protected Member Functions | |
| LagrangianEqnBase (const word &name, const LagrangianSubMesh &mesh) | |
| Construct from components. More... | |
Protected Attributes | |
| word | name_ |
| Symbolic name of the equation or equation term. More... | |
| const LagrangianSubMesh & | mesh_ |
| Reference to the mesh. More... | |
Definition at line 48 of file LagrangianEqnBase.H.
|
inlineprotected |
Construct from components.
Definition at line 30 of file LagrangianEqnBaseI.H.
|
inline |
Return the equation name.
Definition at line 43 of file LagrangianEqnBaseI.H.
|
inline |
Return the mesh.
Definition at line 49 of file LagrangianEqnBaseI.H.
|
protected |
Symbolic name of the equation or equation term.
Definition at line 55 of file LagrangianEqnBase.H.
Referenced by LagrangianEqn< Type >::op().
|
protected |
Reference to the mesh.
Definition at line 58 of file LagrangianEqnBase.H.