![]() |
v0.16.0 |
#include "tutorials/vec-11_elastic_tie_mesh/src/ElasticTie.hpp"
Public Attributes | |
| bool | hasTieConstraints = false |
| std::string | tiePrismFeName = "TIE_PRISM_FE" |
| std::string | dispFieldName = "U" |
| FieldApproximationBase | dispFieldBase = AINSWORTH_LEGENDRE_BASE |
| int | dispFieldOrder = 1 |
| int | tieRefLevel = 1 |
| boost::shared_ptr< Range > | tieMasterFaces = nullptr |
| boost::shared_ptr< Range > | tieSlaveFaces = nullptr |
| boost::shared_ptr< Range > | tiePrisms = nullptr |
| boost::shared_ptr< MatrixDouble > | dispAtGaussPts |
| boost::shared_ptr< MatrixDouble > | lambdaAtGaussPts |
| boost::shared_ptr< FlatPrismElementForcesAndSourcesCore > | tiePrismRhsFE |
| boost::shared_ptr< FlatPrismElementForcesAndSourcesCore > | tiePrismLhsFE |
Definition at line 24 of file ElasticTie.hpp.
| boost::shared_ptr<MatrixDouble> ElasticTie::CommonData::dispAtGaussPts |
Definition at line 34 of file ElasticTie.hpp.
| FieldApproximationBase ElasticTie::CommonData::dispFieldBase = AINSWORTH_LEGENDRE_BASE |
Definition at line 28 of file ElasticTie.hpp.
| std::string ElasticTie::CommonData::dispFieldName = "U" |
Definition at line 27 of file ElasticTie.hpp.
| int ElasticTie::CommonData::dispFieldOrder = 1 |
Definition at line 29 of file ElasticTie.hpp.
| bool ElasticTie::CommonData::hasTieConstraints = false |
Definition at line 25 of file ElasticTie.hpp.
| boost::shared_ptr<MatrixDouble> ElasticTie::CommonData::lambdaAtGaussPts |
Definition at line 36 of file ElasticTie.hpp.
| boost::shared_ptr<Range> ElasticTie::CommonData::tieMasterFaces = nullptr |
Definition at line 31 of file ElasticTie.hpp.
| std::string ElasticTie::CommonData::tiePrismFeName = "TIE_PRISM_FE" |
Definition at line 26 of file ElasticTie.hpp.
| boost::shared_ptr<FlatPrismElementForcesAndSourcesCore> ElasticTie::CommonData::tiePrismLhsFE |
Definition at line 40 of file ElasticTie.hpp.
| boost::shared_ptr<FlatPrismElementForcesAndSourcesCore> ElasticTie::CommonData::tiePrismRhsFE |
Definition at line 38 of file ElasticTie.hpp.
| boost::shared_ptr<Range> ElasticTie::CommonData::tiePrisms = nullptr |
Definition at line 33 of file ElasticTie.hpp.
| int ElasticTie::CommonData::tieRefLevel = 1 |
Definition at line 30 of file ElasticTie.hpp.
| boost::shared_ptr<Range> ElasticTie::CommonData::tieSlaveFaces = nullptr |
Definition at line 32 of file ElasticTie.hpp.