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


Additional Inherited Members | |
Public Types inherited from asl::ElasticityCommonA | |
| typedef SPDataWithGhostNodesACLData | Data |
| typedef acl::VectorOfElements | Param |
| 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 | ( | ) |
| 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 | ( | ) |
Executes the numerical procedure.
Implements asl::ElasticityCommonA.
Executes the numerical procedure.
Implements asl::ElasticityCommonA.
|
inline |
|
inline |
|
inline |
Definition at line 250 of file aslFDElasticity.h.
|
inline |
Builds the necesery internal data and kernels.
Implements asl::ElasticityCommonA.
Builds the necesery internal data and kernels.
Implements asl::ElasticityCommonA.