Flow123d
JS_before_hm-2205-g8c1b58980
|
#include <elasticity.hh>
Public Member Functions | |
EqData () | |
~EqData () | |
void | create_dh (Mesh *mesh, unsigned int fe_order) |
Create DOF handler objects. More... | |
Public Attributes | |
std::shared_ptr< DOFHandlerMultiDim > | dh_ |
Objects for distribution of dofs. More... | |
std::shared_ptr< DOFHandlerMultiDim > | dh_scalar_ |
std::shared_ptr< DOFHandlerMultiDim > | dh_tensor_ |
Solution of algebraic system | |
LinSys * | ls |
Linear algebraic system. More... | |
std::shared_ptr< Balance > | balance_ |
Shared Balance object. More... | |
Definition at line 106 of file elasticity.hh.
|
inline |
Definition at line 109 of file elasticity.hh.
|
inline |
Definition at line 112 of file elasticity.hh.
void Elasticity::EqData::create_dh | ( | Mesh * | mesh, |
unsigned int | fe_order | ||
) |
Create DOF handler objects.
Definition at line 257 of file elasticity.cc.
std::shared_ptr<Balance> Elasticity::EqData::balance_ |
Shared Balance object.
Definition at line 133 of file elasticity.hh.
std::shared_ptr<DOFHandlerMultiDim> Elasticity::EqData::dh_ |
Objects for distribution of dofs.
Definition at line 120 of file elasticity.hh.
std::shared_ptr<DOFHandlerMultiDim> Elasticity::EqData::dh_scalar_ |
Definition at line 121 of file elasticity.hh.
std::shared_ptr<DOFHandlerMultiDim> Elasticity::EqData::dh_tensor_ |
Definition at line 122 of file elasticity.hh.
LinSys* Elasticity::EqData::ls |
Linear algebraic system.
Definition at line 128 of file elasticity.hh.