Flow123d  JS_before_hm-1598-g3b021b4
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Elasticity::EqData Class Reference

#include <elasticity.hh>

Collaboration diagram for Elasticity::EqData:
Collaboration graph
[legend]

Public Member Functions

 EqData ()
 
 ~EqData ()
 
void create_dh (Mesh *mesh, unsigned int fe_order)
 Create DOF handler objects. More...
 

Static Public Member Functions

static constexpr const char * name ()
 
static string default_output_field ()
 
static IT::Selection get_output_selection ()
 

Public Attributes

std::shared_ptr< DOFHandlerMultiDimdh_
 Objects for distribution of dofs. More...
 
std::shared_ptr< DOFHandlerMultiDimdh_scalar_
 
std::shared_ptr< DOFHandlerMultiDimdh_tensor_
 
std::shared_ptr< Balancebalance_
 Shared Balance object. More...
 
Solution of algebraic system
LinSysls
 Linear algebra system for the transport equation. More...
 

Detailed Description

Definition at line 103 of file elasticity.hh.

Constructor & Destructor Documentation

Elasticity::EqData::EqData ( )
inline

Definition at line 112 of file elasticity.hh.

Elasticity::EqData::~EqData ( )
inline

Definition at line 115 of file elasticity.hh.

Member Function Documentation

void Elasticity::EqData::create_dh ( Mesh mesh,
unsigned int  fe_order 
)

Create DOF handler objects.

Definition at line 247 of file elasticity.cc.

static string Elasticity::EqData::default_output_field ( )
inlinestatic

Definition at line 108 of file elasticity.hh.

Here is the caller graph for this function:

static IT::Selection Elasticity::EqData::get_output_selection ( )
static
static constexpr const char* Elasticity::EqData::name ( )
inlinestatic

Definition at line 106 of file elasticity.hh.

Here is the caller graph for this function:

Member Data Documentation

std::shared_ptr<Balance> Elasticity::EqData::balance_

Shared Balance object.

Definition at line 136 of file elasticity.hh.

std::shared_ptr<DOFHandlerMultiDim> Elasticity::EqData::dh_

Objects for distribution of dofs.

Definition at line 123 of file elasticity.hh.

std::shared_ptr<DOFHandlerMultiDim> Elasticity::EqData::dh_scalar_

Definition at line 124 of file elasticity.hh.

std::shared_ptr<DOFHandlerMultiDim> Elasticity::EqData::dh_tensor_

Definition at line 125 of file elasticity.hh.

LinSys* Elasticity::EqData::ls

Linear algebra system for the transport equation.

Definition at line 131 of file elasticity.hh.


The documentation for this class was generated from the following files: