ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
aslFDElasticity.h File Reference
#include "aslNumMethod.h"
#include "acl/aclMath/aclVectorOfElementsDef.h"
Include dependency graph for aslFDElasticity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

namespace  acl
 Advanced Computational Language.
 
namespace  asl
 Advanced Simulation Library.
 
namespace  asl::elasticity
 

Typedefs

typedef std::shared_ptr< FDElasticityIncompressibleStaticasl::SPFDElasticityIncompressibleStatic
 
typedef std::shared_ptr< FDElasticityRelaxationasl::SPFDElasticityRelaxation
 
typedef std::shared_ptr< FDElasticity2asl::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)