|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
Data of equation parameters. More...
#include <elasticity.hh>

Public Types | |
| typedef Elasticity::EqFields | EqFields |
Public Member Functions | |
| EqData (shared_ptr< EqFields > eq_fields) | |
| ~EqData () | |
| void | create_dh (Mesh *mesh) |
| Create DOF handler objects. More... | |
| unsigned int | quad_order () const |
| Returns quad_order. More... | |
Public Attributes | |
| std::shared_ptr< EqFields > | eq_fields_ |
| Shared pointer of EqFields. More... | |
| std::shared_ptr< DOFHandlerMultiDim > | dh_ |
| Objects for distribution of dofs. More... | |
Solution of algebraic system | |
| LinSys * | ls |
| Linear algebraic system. More... | |
| Mat | constraint_matrix |
| Vec | constraint_vec |
| std::map< LongIdx, LongIdx > | constraint_idx |
| std::shared_ptr< Balance > | balance_ |
| Shared Balance object. More... | |
Data of equation parameters.
Definition at line 114 of file elasticity.hh.
Definition at line 116 of file elasticity.hh.
|
inline |
Definition at line 118 of file elasticity.hh.
|
inline |
Definition at line 121 of file elasticity.hh.
| void Elasticity::EqData::create_dh | ( | Mesh * | mesh | ) |
Create DOF handler objects.
Definition at line 286 of file elasticity.cc.
|
inline |
Returns quad_order.
Definition at line 131 of file elasticity.hh.
| std::shared_ptr<Balance> Elasticity::EqData::balance_ |
Shared Balance object.
Definition at line 156 of file elasticity.hh.
Definition at line 151 of file elasticity.hh.
| Mat Elasticity::EqData::constraint_matrix |
Definition at line 147 of file elasticity.hh.
| Vec Elasticity::EqData::constraint_vec |
Definition at line 148 of file elasticity.hh.
| std::shared_ptr<DOFHandlerMultiDim> Elasticity::EqData::dh_ |
Objects for distribution of dofs.
Definition at line 139 of file elasticity.hh.
| std::shared_ptr<EqFields> Elasticity::EqData::eq_fields_ |
Shared pointer of EqFields.
Definition at line 136 of file elasticity.hh.
| LinSys* Elasticity::EqData::ls |
Linear algebraic system.
Definition at line 145 of file elasticity.hh.