ASL
0.1.7
Advanced Simulation Library
|
Go to the source code of this file.
Classes | |
class | asl::DataWithGhostNodes< V > |
class | asl::ElasticityCommonA |
abstract class for elasticity solver More... | |
class | asl::FDElasticityIncompressibleStatic |
Numerical method which computes homogenious isotropic elasticity equation. More... | |
class | asl::FDElasticityRelaxation |
Numerical method which computes homogenious isotropic elasticity equation. More... | |
class | asl::FDElasticity2 |
Numerical method which computes homogenious isotropic elasticity equation. More... | |
Namespaces | |
acl | |
Advanced Computational Language. | |
asl | |
Advanced Simulation Library. | |
asl::elasticity | |
Typedefs | |
typedef std::shared_ptr< FDElasticityIncompressibleStatic > | asl::SPFDElasticityIncompressibleStatic |
typedef std::shared_ptr< FDElasticityRelaxation > | asl::SPFDElasticityRelaxation |
typedef std::shared_ptr< FDElasticity2 > | asl::SPFDElasticity2 |
Functions | |
acl::VectorOfElements | asl::elasticity::strain (vector< TemplateVE > &displacment) |
acl::VectorOfElements | asl::elasticity::stressLinear (acl::VectorOfElements &strain) |
SPFDElasticity2 | asl::generateFDElasticity (SPDataWithGhostNodesACLData d, double bM, double sM, double dt, const VectorTemplate *vT) |
SPFDElasticityIncompressibleStatic | asl::generateFDElasticityStatic (SPDataWithGhostNodesACLData d, double bM, double sM, const VectorTemplate *vT) |
SPFDElasticityRelaxation | asl::generateFDElasticityRelax (SPDataWithGhostNodesACLData d, double bM, double sM, double dt, const VectorTemplate *vT) |