![]() |
|
Public Member Functions | |
TypeName ("motionDiff") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, motionDiff, dictionary,(const tetDecompositionMotionSolver &mSolver),(mSolver)) | |
motionDiff (const tetDecompositionMotionSolver &mSolver) | |
Construct from components. | |
virtual | ~motionDiff () |
const tetDecompositionMotionSolver & | mSolver () const |
Return reference to mesh. | |
const tetPolyMesh & | tetMesh () const |
Return reference to mesh. | |
virtual const elementScalarField & | gamma () const =0 |
Return diffusivity field. | |
virtual void | correct ()=0 |
Correct the motion diffusivity. | |
Static Public Member Functions | |
autoPtr< motionDiff > | New (const tetDecompositionMotionSolver &mSolver) |
Select null constructed. |
|
Construct from components.
Definition at line 100 of file motionDiff.H. |
|
|
|
Correct the motion diffusivity.
Implemented in constDiff, deformationEnergyDiff, distortionEnergyDiff, exponentialDiff, fileDiff, linearDiff, patchEnhancedDiff, and quadraticDiff. |
|
|
|
Return diffusivity field.
Implemented in constDiff, deformationEnergyDiff, distortionEnergyDiff, fileDiff, linearDiff, and patchEnhancedDiff. |
|
Return reference to mesh.
Definition at line 114 of file motionDiff.H. References tetDecompositionMotionSolver::tetMesh(). |
Here is the call graph for this function:
|
Select null constructed.
|
|
Return reference to mesh.
Definition at line 120 of file motionDiff.H. |
|
Runtime type information.
|