|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
Data of output parameters. More...
#include <elasticity.hh>
Public Types | |
| typedef Elasticity::EqFields | EqFields |
Public Member Functions | |
| OutputEqData (shared_ptr< EqFields > eq_fields) | |
| ~OutputEqData () | |
| 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_scalar_ |
| Objects for distribution of dofs. More... | |
| std::shared_ptr< DOFHandlerMultiDim > | dh_tensor_ |
Data of output parameters.
Definition at line 162 of file elasticity.hh.
Definition at line 164 of file elasticity.hh.
|
inline |
Definition at line 166 of file elasticity.hh.
|
inline |
Definition at line 169 of file elasticity.hh.
| void Elasticity::OutputEqData::create_dh | ( | Mesh * | mesh | ) |
Create DOF handler objects.
Definition at line 298 of file elasticity.cc.
|
inline |
Returns quad_order.
Definition at line 175 of file elasticity.hh.
| std::shared_ptr<DOFHandlerMultiDim> Elasticity::OutputEqData::dh_scalar_ |
Objects for distribution of dofs.
Definition at line 183 of file elasticity.hh.
| std::shared_ptr<DOFHandlerMultiDim> Elasticity::OutputEqData::dh_tensor_ |
Definition at line 184 of file elasticity.hh.
| std::shared_ptr<EqFields> Elasticity::OutputEqData::eq_fields_ |
Shared pointer of EqFields.
Definition at line 180 of file elasticity.hh.