|
ASL
0.1.7
Advanced Simulation Library
|
Numerical method which computes homogenious isotropic elasticity equation. More...
#include <aslFDElasticity.h>


Public Member Functions | |
| FDElasticityRelaxation () | |
| FDElasticityRelaxation (Data d, Param bM, Param sM, Param dt, const VectorTemplate *vT) | |
| ~FDElasticityRelaxation () | |
| virtual void | init () |
| Builds the necesery internal data and kernels. More... | |
| virtual void | execute () |
| Executes the numerical procedure. More... | |
| Data | getPressureData () const |
| Param | getDeltat () const |
| void | setDumpingFactor (Param dumpF) |
Public Member Functions inherited from asl::ElasticityCommonA | |
| ElasticityCommonA () | |
| ElasticityCommonA (Data d, Param bM, Param sM, const VectorTemplate *vT) | |
| ~ElasticityCommonA () | |
| void | setVectorTemplate (const VectorTemplate *vT) |
| VectorTemplate | getVectorTemplate () |
| void | setForce (Param f) |
| Data | getDisplacementData () const |
| Data | getDisplacementInternalData () const |
| const Param | getBulkModulus () const |
| const Param | getShearModulus () const |
Public Member Functions inherited from asl::NumMethod | |
| virtual | ~NumMethod () |
Additional Inherited Members | |
Public Types inherited from asl::ElasticityCommonA | |
| typedef SPDataWithGhostNodesACLData | Data |
| typedef acl::VectorOfElements | Param |
Public Attributes inherited from asl::ElasticityCommonA | |
| const VectorTemplate * | vectorTemplate |
Protected Attributes inherited from asl::ElasticityCommonA | |
| std::unique_ptr< acl::Kernel > | kernel |
| Data | displacementData |
| Data | displacementInternalData |
| Param | bulkModulus |
| Param | shearModulus |
| Param | force |
Numerical method which computes homogenious isotropic elasticity equation.
Definition at line 127 of file aslFDElasticity.h.
| asl::FDElasticityRelaxation::FDElasticityRelaxation | ( | ) |
| asl::FDElasticityRelaxation::FDElasticityRelaxation | ( | Data | d, |
| Param | bM, | ||
| Param | sM, | ||
| Param | dt, | ||
| const VectorTemplate * | vT | ||
| ) |
| d | is a displacement field |
| bM | is the bulk modulus |
| sM | is the shear modulus |
| dt | is time step |
| vT | is a vector template |
| asl::FDElasticityRelaxation::~FDElasticityRelaxation | ( | ) |
|
virtual |
Executes the numerical procedure.
Implements asl::ElasticityCommonA.
|
inline |
|
inline |
Definition at line 250 of file aslFDElasticity.h.
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::ElasticityCommonA.
| void asl::FDElasticityRelaxation::setDumpingFactor | ( | Param | dumpF | ) |
1.8.5