#include "aslNumMethod.h"
#include "acl/aclMath/aclVectorOfElementsDef.h"
Go to the source code of this file.
|
| namespace | acl |
| | Advanced Computational Language.
|
| namespace | asl |
| | Advanced Simulation Library.
|
| namespace | asl::elasticity |
|
| 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) |