Flow123d  master-f44eb46
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...
 

Public Attributes

std::shared_ptr< DOFHandlerMultiDimdh_
 Objects for distribution of dofs. More...
 
std::shared_ptr< DOFHandlerMultiDimdh_scalar_
 
std::shared_ptr< DOFHandlerMultiDimdh_tensor_
 
Solution of algebraic system
LinSysls
 Linear algebraic system. More...
 
Mat constraint_matrix
 
Vec constraint_vec
 
std::map< LongIdx, LongIdxconstraint_idx
 
std::shared_ptr< Balancebalance_
 Shared Balance object. More...
 

Detailed Description

Definition at line 111 of file elasticity.hh.

Constructor & Destructor Documentation

◆ EqData()

Elasticity::EqData::EqData ( )
inline

Definition at line 114 of file elasticity.hh.

◆ ~EqData()

Elasticity::EqData::~EqData ( )
inline

Definition at line 117 of file elasticity.hh.

Member Function Documentation

◆ create_dh()

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

Create DOF handler objects.

Definition at line 282 of file elasticity.cc.

Member Data Documentation

◆ balance_

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

Shared Balance object.

Definition at line 146 of file elasticity.hh.

◆ constraint_idx

std::map<LongIdx,LongIdx> Elasticity::EqData::constraint_idx

Definition at line 141 of file elasticity.hh.

◆ constraint_matrix

Mat Elasticity::EqData::constraint_matrix

Definition at line 137 of file elasticity.hh.

◆ constraint_vec

Vec Elasticity::EqData::constraint_vec

Definition at line 138 of file elasticity.hh.

◆ dh_

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

Objects for distribution of dofs.

Definition at line 127 of file elasticity.hh.

◆ dh_scalar_

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

Definition at line 128 of file elasticity.hh.

◆ dh_tensor_

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

Definition at line 129 of file elasticity.hh.

◆ ls

LinSys* Elasticity::EqData::ls

Linear algebraic system.

Definition at line 135 of file elasticity.hh.


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