|
Flow123d
DF_profiler_memory_monitor-0108f36
|
#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... | |
| Mat | constraint_matrix |
| Vec | constraint_vec |
| std::map< LongIdx, LongIdx > | constraint_idx |
| std::shared_ptr< Balance > | balance_ |
| Shared Balance object. More... | |
Definition at line 111 of file elasticity.hh.
|
inline |
Definition at line 114 of file elasticity.hh.
|
inline |
Definition at line 117 of file elasticity.hh.
| void Elasticity::EqData::create_dh | ( | Mesh * | mesh, |
| unsigned int | fe_order | ||
| ) |
Create DOF handler objects.
Definition at line 282 of file elasticity.cc.
| std::shared_ptr<Balance> Elasticity::EqData::balance_ |
Shared Balance object.
Definition at line 146 of file elasticity.hh.
Definition at line 141 of file elasticity.hh.
| Mat Elasticity::EqData::constraint_matrix |
Definition at line 137 of file elasticity.hh.
| Vec Elasticity::EqData::constraint_vec |
Definition at line 138 of file elasticity.hh.
| std::shared_ptr<DOFHandlerMultiDim> Elasticity::EqData::dh_ |
Objects for distribution of dofs.
Definition at line 127 of file elasticity.hh.
| std::shared_ptr<DOFHandlerMultiDim> Elasticity::EqData::dh_scalar_ |
Definition at line 128 of file elasticity.hh.
| std::shared_ptr<DOFHandlerMultiDim> Elasticity::EqData::dh_tensor_ |
Definition at line 129 of file elasticity.hh.
| LinSys* Elasticity::EqData::ls |
Linear algebraic system.
Definition at line 135 of file elasticity.hh.