v0.14.0 |
common data used by volume elements More...
#include <users_modules/basic_finite_elements/src/NonLinearElasticElement.hpp>
Public Attributes | |
std::map< std::string, std::vector< VectorDouble > > | dataAtGaussPts |
std::map< std::string, std::vector< MatrixDouble > > | gradAtGaussPts |
string | spatialPositions |
string | meshPositions |
std::vector< MatrixDouble3by3 > | sTress |
std::vector< MatrixDouble > | jacStress |
this is simply material tangent operator More... | |
std::vector< double > | eNergy |
std::vector< VectorDouble > | jacEnergy |
std::vector< VectorDouble > | hessianEnergy |
common data used by volume elements
Definition at line 105 of file NonLinearElasticElement.hpp.
std::map<std::string, std::vector<VectorDouble> > NonlinearElasticElement::CommonData::dataAtGaussPts |
Definition at line 107 of file NonLinearElasticElement.hpp.
std::vector<double> NonlinearElasticElement::CommonData::eNergy |
Definition at line 117 of file NonLinearElasticElement.hpp.
std::map<std::string, std::vector<MatrixDouble> > NonlinearElasticElement::CommonData::gradAtGaussPts |
Definition at line 108 of file NonLinearElasticElement.hpp.
std::vector<VectorDouble> NonlinearElasticElement::CommonData::hessianEnergy |
Definition at line 119 of file NonLinearElasticElement.hpp.
std::vector<VectorDouble> NonlinearElasticElement::CommonData::jacEnergy |
Definition at line 118 of file NonLinearElasticElement.hpp.
std::vector<MatrixDouble> NonlinearElasticElement::CommonData::jacStress |
this is simply material tangent operator
Definition at line 113 of file NonLinearElasticElement.hpp.
string NonlinearElasticElement::CommonData::meshPositions |
Definition at line 110 of file NonLinearElasticElement.hpp.
string NonlinearElasticElement::CommonData::spatialPositions |
Definition at line 109 of file NonLinearElasticElement.hpp.
std::vector<MatrixDouble3by3> NonlinearElasticElement::CommonData::sTress |
Definition at line 111 of file NonLinearElasticElement.hpp.