![]() |
v0.15.0 |
Common data for nonlinear_elastic_elem model. More...
#include "users_modules/basic_finite_elements/src/KelvinVoigtDamper.hpp"
Public Member Functions | |
| CommonData () | |
Public Attributes | |
| string | spatialPositionName |
| string | spatialPositionNameDot |
| string | meshNodePositionName |
| std::map< std::string, std::vector< VectorDouble > > | dataAtGaussPts |
| std::map< std::string, std::vector< MatrixDouble > > | gradAtGaussPts |
| boost::shared_ptr< MatrixDouble > | dataAtGaussTmpPtr |
| boost::shared_ptr< MatrixDouble > | gradDataAtGaussTmpPtr |
| std::vector< MatrixDouble > | dashpotFirstPiolaKirchhoffStress |
| std::vector< double * > | jacRowPtr |
| std::vector< MatrixDouble > | jacStress |
| bool | recordOn |
| bool | skipThis |
| std::map< int, int > | nbActiveVariables |
| std::map< int, int > | nbActiveResults |
Common data for nonlinear_elastic_elem model.
Definition at line 169 of file KelvinVoigtDamper.hpp.
|
inline |
Definition at line 190 of file KelvinVoigtDamper.hpp.
| std::vector<MatrixDouble> KelvinVoigtDamper::CommonData::dashpotFirstPiolaKirchhoffStress |
Definition at line 181 of file KelvinVoigtDamper.hpp.
| std::map<std::string, std::vector<VectorDouble> > KelvinVoigtDamper::CommonData::dataAtGaussPts |
Definition at line 175 of file KelvinVoigtDamper.hpp.
| boost::shared_ptr<MatrixDouble> KelvinVoigtDamper::CommonData::dataAtGaussTmpPtr |
Definition at line 178 of file KelvinVoigtDamper.hpp.
| std::map<std::string, std::vector<MatrixDouble> > KelvinVoigtDamper::CommonData::gradAtGaussPts |
Definition at line 176 of file KelvinVoigtDamper.hpp.
| boost::shared_ptr<MatrixDouble> KelvinVoigtDamper::CommonData::gradDataAtGaussTmpPtr |
Definition at line 179 of file KelvinVoigtDamper.hpp.
| std::vector<double *> KelvinVoigtDamper::CommonData::jacRowPtr |
Definition at line 183 of file KelvinVoigtDamper.hpp.
| std::vector<MatrixDouble> KelvinVoigtDamper::CommonData::jacStress |
Definition at line 184 of file KelvinVoigtDamper.hpp.
| string KelvinVoigtDamper::CommonData::meshNodePositionName |
Definition at line 173 of file KelvinVoigtDamper.hpp.
| std::map<int, int> KelvinVoigtDamper::CommonData::nbActiveResults |
Definition at line 188 of file KelvinVoigtDamper.hpp.
| std::map<int, int> KelvinVoigtDamper::CommonData::nbActiveVariables |
Definition at line 188 of file KelvinVoigtDamper.hpp.
| bool KelvinVoigtDamper::CommonData::recordOn |
Definition at line 186 of file KelvinVoigtDamper.hpp.
| bool KelvinVoigtDamper::CommonData::skipThis |
Definition at line 187 of file KelvinVoigtDamper.hpp.
| string KelvinVoigtDamper::CommonData::spatialPositionName |
Definition at line 171 of file KelvinVoigtDamper.hpp.
| string KelvinVoigtDamper::CommonData::spatialPositionNameDot |
Definition at line 172 of file KelvinVoigtDamper.hpp.