|
Flow123d
build_with_4.0.3-95067a1
|
#include <transport_dg.hh>


Public Member Functions | |
| EqData () | |
| void | set_time_governor (TimeGovernor *time) |
Public Attributes | |
Parameters of the numerical method | |
| int | dg_variant |
| DG variant ((non-)symmetric/incomplete. More... | |
| unsigned int | dg_order |
| Polynomial order of finite elements. More... | |
| std::vector< Vec > | ret_vec |
| Auxiliary vectors for calculation of sources in balance due to retardation (e.g. sorption). More... | |
| LinSys ** | ls |
| Linear algebra system for the transport equation. More... | |
| LinSys ** | ls_dt |
| Linear algebra system for the time derivative (actually it is used only for handling the matrix structures). More... | |
Auxiliary fields used during assembly | |
| unsigned int | max_edg_sides |
| Maximal number of edge sides (evaluate from dim 1,2,3) More... | |
| std::shared_ptr< DOFHandlerMultiDim > | dh_ |
| Object for distribution of dofs. More... | |
| std::vector< VectorMPI > | output_vec |
| Vector of solution data. More... | |
| FieldFEScalarVec | conc_fe |
| std::shared_ptr< DOFHandlerMultiDim > | dh_p0 |
| TimeGovernor * | time_ |
| std::shared_ptr< Balance > | balance_ |
Definition at line 161 of file transport_dg.hh.
|
inline |
Definition at line 164 of file transport_dg.hh.
|
inline |
Definition at line 166 of file transport_dg.hh.
| std::shared_ptr<Balance> TransportDG< Model >::EqData::balance_ |
Definition at line 209 of file transport_dg.hh.
| FieldFEScalarVec TransportDG< Model >::EqData::conc_fe |
Definition at line 206 of file transport_dg.hh.
| unsigned int TransportDG< Model >::EqData::dg_order |
Polynomial order of finite elements.
Definition at line 178 of file transport_dg.hh.
| int TransportDG< Model >::EqData::dg_variant |
DG variant ((non-)symmetric/incomplete.
Definition at line 175 of file transport_dg.hh.
| std::shared_ptr<DOFHandlerMultiDim> TransportDG< Model >::EqData::dh_ |
Object for distribution of dofs.
Definition at line 201 of file transport_dg.hh.
| std::shared_ptr<DOFHandlerMultiDim> TransportDG< Model >::EqData::dh_p0 |
Definition at line 207 of file transport_dg.hh.
| LinSys** TransportDG< Model >::EqData::ls |
Linear algebra system for the transport equation.
Definition at line 187 of file transport_dg.hh.
| LinSys** TransportDG< Model >::EqData::ls_dt |
Linear algebra system for the time derivative (actually it is used only for handling the matrix structures).
Definition at line 190 of file transport_dg.hh.
| unsigned int TransportDG< Model >::EqData::max_edg_sides |
Maximal number of edge sides (evaluate from dim 1,2,3)
Definition at line 196 of file transport_dg.hh.
| std::vector<VectorMPI> TransportDG< Model >::EqData::output_vec |
Vector of solution data.
Definition at line 204 of file transport_dg.hh.
| std::vector<Vec> TransportDG< Model >::EqData::ret_vec |
Auxiliary vectors for calculation of sources in balance due to retardation (e.g. sorption).
Definition at line 184 of file transport_dg.hh.
| TimeGovernor* TransportDG< Model >::EqData::time_ |
Definition at line 208 of file transport_dg.hh.