Flow123d  JS_before_hm-1598-g3b021b4
Public Member Functions | Public Attributes | List of all members
TransportDG< Model >::EqFields Class Reference

#include <transport_dg.hh>

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

Public Member Functions

 EqFields ()
 

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 >::Scalar > region_id
 
Field< 3, FieldValue< 3 >::Scalar > subdomain
 
EquationOutput output_fields
 

Detailed Description

template<class Model>
class TransportDG< Model >::EqFields

Definition at line 144 of file transport_dg.hh.

Constructor & Destructor Documentation

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

Definition at line 108 of file transport_dg.cc.

Member Data Documentation

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

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

Definition at line 150 of file transport_dg.hh.

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

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

Definition at line 149 of file transport_dg.hh.

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

Definition at line 154 of file transport_dg.hh.

template<class Model >
Field<3, FieldValue<3>::Scalar> TransportDG< Model >::EqFields::region_id

Definition at line 151 of file transport_dg.hh.

template<class Model >
Field<3, FieldValue<3>::Scalar> TransportDG< Model >::EqFields::subdomain

Definition at line 152 of file transport_dg.hh.


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