|
Flow123d
|
#include <transport_dg.hh>

Public Member Functions | |
| FEObjects (Mesh *mesh_, unsigned int fe_order) | |
| ~FEObjects () | |
| template<unsigned int dim> | |
| FiniteElement< dim, 3 > * | fe () |
| template<unsigned int dim> | |
| FiniteElement< dim, 3 > * | fe_rt () |
| template<unsigned int dim> | |
| Quadrature< dim > * | q () |
| template<unsigned int dim> | |
| Mapping< dim, 3 > * | mapping () |
| DOFHandlerMultiDim * | dh () |
| template<> | |
| FiniteElement< 0, 3 > * | fe () |
| template<> | |
| FiniteElement< 1, 3 > * | fe () |
| template<> | |
| FiniteElement< 2, 3 > * | fe () |
| template<> | |
| FiniteElement< 3, 3 > * | fe () |
| template<> | |
| FiniteElement< 0, 3 > * | fe_rt () |
| template<> | |
| FiniteElement< 1, 3 > * | fe_rt () |
| template<> | |
| FiniteElement< 2, 3 > * | fe_rt () |
| template<> | |
| FiniteElement< 3, 3 > * | fe_rt () |
| template<> | |
| Quadrature< 0 > * | q () |
| template<> | |
| Quadrature< 1 > * | q () |
| template<> | |
| Quadrature< 2 > * | q () |
| template<> | |
| Quadrature< 3 > * | q () |
| template<> | |
| Mapping< 0, 3 > * | mapping () |
| template<> | |
| Mapping< 1, 3 > * | mapping () |
| template<> | |
| Mapping< 2, 3 > * | mapping () |
| template<> | |
| Mapping< 3, 3 > * | mapping () |
Private Attributes | |
| FiniteElement< 1, 3 > * | fe1_ |
| Finite elements for the solution of the advection-diffusion equation. More... | |
| FiniteElement< 2, 3 > * | fe2_ |
| FiniteElement< 3, 3 > * | fe3_ |
| FiniteElement< 1, 3 > * | fe_rt1_ |
| Finite elements for the water velocity field. More... | |
| FiniteElement< 2, 3 > * | fe_rt2_ |
| FiniteElement< 3, 3 > * | fe_rt3_ |
| Quadrature< 0 > * | q0_ |
| Quadratures used in assembling methods. More... | |
| Quadrature< 1 > * | q1_ |
| Quadrature< 2 > * | q2_ |
| Quadrature< 3 > * | q3_ |
| Mapping< 0, 3 > * | map0_ |
| Auxiliary mappings of reference elements. More... | |
| Mapping< 1, 3 > * | map1_ |
| Mapping< 2, 3 > * | map2_ |
| Mapping< 3, 3 > * | map3_ |
| DOFHandlerMultiDim * | dh_ |
| Object for distribution of dofs. More... | |
Auxiliary container class for Finite element and related objects of all dimensions. Its purpose is to provide templated access to these objects, applicable in the assembling methods.
Definition at line 53 of file transport_dg.hh.
| FEObjects::FEObjects | ( | Mesh * | mesh_, |
| unsigned int | fe_order | ||
| ) |
Definition at line 92 of file transport_dg.cc.
| FEObjects::~FEObjects | ( | ) |
Definition at line 151 of file transport_dg.cc.
|
inline |
Definition at line 190 of file transport_dg.cc.
|
inline |
| FiniteElement<2,3>* FEObjects::fe | ( | ) |
Definition at line 172 of file transport_dg.cc.
| FiniteElement<3,3>* FEObjects::fe | ( | ) |
Definition at line 173 of file transport_dg.cc.
| FiniteElement<0,3>* FEObjects::fe | ( | ) |
Definition at line 170 of file transport_dg.cc.
| FiniteElement<1,3>* FEObjects::fe | ( | ) |
Definition at line 171 of file transport_dg.cc.
|
inline |
| FiniteElement<0,3>* FEObjects::fe_rt | ( | ) |
Definition at line 175 of file transport_dg.cc.
| FiniteElement<1,3>* FEObjects::fe_rt | ( | ) |
Definition at line 176 of file transport_dg.cc.
| FiniteElement<2,3>* FEObjects::fe_rt | ( | ) |
Definition at line 177 of file transport_dg.cc.
| FiniteElement<3,3>* FEObjects::fe_rt | ( | ) |
Definition at line 178 of file transport_dg.cc.
|
inline |
| Mapping<2,3>* FEObjects::mapping | ( | ) |
Definition at line 187 of file transport_dg.cc.
| Mapping<3,3>* FEObjects::mapping | ( | ) |
Definition at line 188 of file transport_dg.cc.
| Mapping<1,3>* FEObjects::mapping | ( | ) |
Definition at line 186 of file transport_dg.cc.
| Mapping<0,3>* FEObjects::mapping | ( | ) |
Definition at line 185 of file transport_dg.cc.
|
inline |
| Quadrature<2>* FEObjects::q | ( | ) |
Definition at line 182 of file transport_dg.cc.
| Quadrature<1>* FEObjects::q | ( | ) |
Definition at line 181 of file transport_dg.cc.
| Quadrature<3>* FEObjects::q | ( | ) |
Definition at line 183 of file transport_dg.cc.
| Quadrature<0>* FEObjects::q | ( | ) |
Definition at line 180 of file transport_dg.cc.
|
private |
Object for distribution of dofs.
Definition at line 98 of file transport_dg.hh.
|
private |
Finite elements for the solution of the advection-diffusion equation.
Definition at line 76 of file transport_dg.hh.
|
private |
Definition at line 77 of file transport_dg.hh.
|
private |
Definition at line 78 of file transport_dg.hh.
|
private |
Finite elements for the water velocity field.
Definition at line 81 of file transport_dg.hh.
|
private |
Definition at line 82 of file transport_dg.hh.
|
private |
Definition at line 83 of file transport_dg.hh.
|
private |
Auxiliary mappings of reference elements.
Definition at line 92 of file transport_dg.hh.
|
private |
Definition at line 93 of file transport_dg.hh.
|
private |
Definition at line 94 of file transport_dg.hh.
|
private |
Definition at line 95 of file transport_dg.hh.
|
private |
Quadratures used in assembling methods.
Definition at line 86 of file transport_dg.hh.
|
private |
Definition at line 87 of file transport_dg.hh.
|
private |
Definition at line 88 of file transport_dg.hh.
|
private |
Definition at line 89 of file transport_dg.hh.
1.8.4