|
CArl
Code Arlequin / C++ implementation
|
#include <anisotropic_elasticity_cubic_sym.h>
Public Member Functions | |
| anisotropic_elasticity_tensor_cubic_sym () | |
| anisotropic_elasticity_tensor_cubic_sym (libMesh::EquationSystems &es, std::string &physicalParamsFile) | |
| libMesh::Real | eval_internal_elasticity_tensor (unsigned int i, unsigned int j, unsigned int k, unsigned int l) |
| void | set_parameters (libMesh::EquationSystems &es, std::string &physicalParamsFile) |
| libMesh::DenseMatrix< libMesh::Real > & | get_rotation (int idx_grain) |
| Order4Tensor & | get_elasticity (int idx_grain) |
| libMesh::Real | eval_elasticity_tensor (unsigned int i, unsigned int j, unsigned int k, unsigned int l, int idx_grain) |
Definition at line 60 of file anisotropic_elasticity_cubic_sym.h.
|
inline |
Definition at line 81 of file anisotropic_elasticity_cubic_sym.h.
|
inline |
Definition at line 90 of file anisotropic_elasticity_cubic_sym.h.
| libMesh::Real anisotropic_elasticity_tensor_cubic_sym::eval_elasticity_tensor | ( | unsigned int | i, |
| unsigned int | j, | ||
| unsigned int | k, | ||
| unsigned int | l, | ||
| int | idx_grain | ||
| ) |
Definition at line 218 of file anisotropic_elasticity_cubic_sym.cpp.
| libMesh::Real anisotropic_elasticity_tensor_cubic_sym::eval_internal_elasticity_tensor | ( | unsigned int | i, |
| unsigned int | j, | ||
| unsigned int | k, | ||
| unsigned int | l | ||
| ) |
Definition at line 182 of file anisotropic_elasticity_cubic_sym.cpp.
| carl::Order4Tensor & anisotropic_elasticity_tensor_cubic_sym::get_elasticity | ( | int | idx_grain | ) |
Definition at line 213 of file anisotropic_elasticity_cubic_sym.cpp.
| libMesh::DenseMatrix< libMesh::Real > & anisotropic_elasticity_tensor_cubic_sym::get_rotation | ( | int | idx_grain | ) |
Definition at line 208 of file anisotropic_elasticity_cubic_sym.cpp.
| void anisotropic_elasticity_tensor_cubic_sym::set_parameters | ( | libMesh::EquationSystems & | es, |
| std::string & | physicalParamsFile | ||
| ) |
Definition at line 17 of file anisotropic_elasticity_cubic_sym.cpp.