![]() |
v0.14.0 |
#include <users_modules/bone_remodelling/src/Remodeling.hpp>
Public Attributes | |
boost::shared_ptr< MatrixDouble > | gradDispPtr |
Ptr to gradient of displacements matrix container. More... | |
boost::shared_ptr< VectorDouble > | rhoPtr |
Ptr to density matrix container. More... | |
boost::shared_ptr< MatrixDouble > | gradRhoPtr |
Gradient of density field. More... | |
VectorDouble | vecPsi |
Elastic energy density. More... | |
MatrixDouble | matS |
2nd Piola stress More... | |
MatrixDouble | matP |
1st Piola stress More... | |
VectorDouble | vecR |
Mass sorce. More... | |
MatrixDouble | matMaterialTangent |
MatrixDouble | matPushedMaterialTangent |
MatrixDouble | matGradientOfDeformation |
Gradient of deformation. More... | |
MatrixDouble | matInvF |
inverse of deformation gradient More... | |
VectorDouble | vecDetF |
determinant of F More... | |
VectorDouble | vecRhoDt |
Time derivative of density. More... | |
Definition at line 183 of file Remodeling.hpp.
boost::shared_ptr<MatrixDouble> BoneRemodeling::Remodeling::CommonData::DataContainers::gradDispPtr |
Ptr to gradient of displacements matrix container.
Definition at line 185 of file Remodeling.hpp.
boost::shared_ptr<MatrixDouble> BoneRemodeling::Remodeling::CommonData::DataContainers::gradRhoPtr |
Gradient of density field.
Definition at line 188 of file Remodeling.hpp.
MatrixDouble BoneRemodeling::Remodeling::CommonData::DataContainers::matGradientOfDeformation |
Gradient of deformation.
Definition at line 198 of file Remodeling.hpp.
MatrixDouble BoneRemodeling::Remodeling::CommonData::DataContainers::matInvF |
inverse of deformation gradient
Definition at line 199 of file Remodeling.hpp.
MatrixDouble BoneRemodeling::Remodeling::CommonData::DataContainers::matMaterialTangent |
Tangent matrix (derivative for F and 1st Piola stress)
Definition at line 193 of file Remodeling.hpp.
MatrixDouble BoneRemodeling::Remodeling::CommonData::DataContainers::matP |
1st Piola stress
Definition at line 191 of file Remodeling.hpp.
MatrixDouble BoneRemodeling::Remodeling::CommonData::DataContainers::matPushedMaterialTangent |
Pushed tangent matrix (derivative for F and 1st Piola stress)
Definition at line 196 of file Remodeling.hpp.
MatrixDouble BoneRemodeling::Remodeling::CommonData::DataContainers::matS |
2nd Piola stress
Definition at line 190 of file Remodeling.hpp.
boost::shared_ptr<VectorDouble> BoneRemodeling::Remodeling::CommonData::DataContainers::rhoPtr |
Ptr to density matrix container.
Definition at line 187 of file Remodeling.hpp.
VectorDouble BoneRemodeling::Remodeling::CommonData::DataContainers::vecDetF |
determinant of F
Definition at line 200 of file Remodeling.hpp.
VectorDouble BoneRemodeling::Remodeling::CommonData::DataContainers::vecPsi |
Elastic energy density.
Definition at line 189 of file Remodeling.hpp.
VectorDouble BoneRemodeling::Remodeling::CommonData::DataContainers::vecR |
Mass sorce.
Definition at line 192 of file Remodeling.hpp.
VectorDouble BoneRemodeling::Remodeling::CommonData::DataContainers::vecRhoDt |
Time derivative of density.
Definition at line 201 of file Remodeling.hpp.