Flow123d
DF_patch_fe_mechanics-a6ba684
|
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 156 of file elasticity.hh.
|
inline |
Definition at line 159 of file elasticity.hh.
|
inline |
Definition at line 162 of file elasticity.hh.
void Elasticity::OutputEqData::create_dh | ( | Mesh * | mesh | ) |
Create DOF handler objects.
Definition at line 294 of file elasticity.cc.
|
inline |
Returns quad_order.
Definition at line 168 of file elasticity.hh.
std::shared_ptr<DOFHandlerMultiDim> Elasticity::OutputEqData::dh_scalar_ |
Objects for distribution of dofs.
Definition at line 173 of file elasticity.hh.
std::shared_ptr<DOFHandlerMultiDim> Elasticity::OutputEqData::dh_tensor_ |
Definition at line 174 of file elasticity.hh.