Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Public Attributes | List of all members
TransportDG< Model >::EqData Class Reference

#include <transport_dg.hh>

Inheritance diagram for TransportDG< Model >::EqData:
Inheritance graph
[legend]
Collaboration diagram for TransportDG< Model >::EqData:
Collaboration graph
[legend]

Public Member Functions

 EqData ()
 

Public Attributes

MultiField< 3, FieldValue< 3 >::Scalar > fracture_sigma
 Transition parameter for diffusive transfer on fractures (for each substance). More...
 
MultiField< 3, FieldValue< 3 >::Scalar > dg_penalty
 Penalty enforcing inter-element continuity of solution (for each substance). More...
 
Field< 3, FieldValue< 3 >::Integer > region_id
 
Field< 3, FieldValue< 3 >::Integer > subdomain
 
EquationOutput output_fields
 

Detailed Description

template<class Model>
class TransportDG< Model >::EqData

Definition at line 135 of file transport_dg.hh.

Constructor & Destructor Documentation

template<class Model >
TransportDG< Model >::EqData::EqData ( )

Definition at line 171 of file transport_dg.cc.

Member Data Documentation

template<class Model >
MultiField<3, FieldValue<3>::Scalar> TransportDG< Model >::EqData::dg_penalty

Penalty enforcing inter-element continuity of solution (for each substance).

Definition at line 141 of file transport_dg.hh.

template<class Model >
MultiField<3, FieldValue<3>::Scalar> TransportDG< Model >::EqData::fracture_sigma

Transition parameter for diffusive transfer on fractures (for each substance).

Definition at line 140 of file transport_dg.hh.

template<class Model >
EquationOutput TransportDG< Model >::EqData::output_fields

Definition at line 145 of file transport_dg.hh.

template<class Model >
Field<3, FieldValue<3>::Integer> TransportDG< Model >::EqData::region_id

Definition at line 142 of file transport_dg.hh.

template<class Model >
Field<3, FieldValue<3>::Integer> TransportDG< Model >::EqData::subdomain

Definition at line 143 of file transport_dg.hh.


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