|
Flow123d
DF_patch_fe_mechanics-5faa023
|
Data of output parameters. More...
#include <elasticity.hh>
Public Member Functions | |
| OutputEqData () | |
| ~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< DOFHandlerMultiDim > | dh_scalar_ |
| Objects for distribution of dofs. More... | |
| std::shared_ptr< DOFHandlerMultiDim > | dh_tensor_ |
Data of output parameters.
Definition at line 158 of file elasticity.hh.
|
inline |
Definition at line 161 of file elasticity.hh.
|
inline |
Definition at line 164 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 170 of file elasticity.hh.
| std::shared_ptr<DOFHandlerMultiDim> Elasticity::OutputEqData::dh_scalar_ |
Objects for distribution of dofs.
Definition at line 175 of file elasticity.hh.
| std::shared_ptr<DOFHandlerMultiDim> Elasticity::OutputEqData::dh_tensor_ |
Definition at line 176 of file elasticity.hh.