Flow123d  release_2.2.0-48-gb04af7f
Public Member Functions | Private Attributes | List of all members
FEObjects Class Reference

#include <transport_dg.hh>

Collaboration diagram for FEObjects:
Collaboration graph
[legend]

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 ()
 
DOFHandlerMultiDimdh ()
 
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_
 
DOFHandlerMultiDimdh_
 Object for distribution of dofs. More...
 

Detailed Description

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 45 of file transport_dg.hh.

Constructor & Destructor Documentation

FEObjects::FEObjects ( Mesh mesh_,
unsigned int  fe_order 
)

Definition at line 103 of file transport_dg.cc.

FEObjects::~FEObjects ( )

Definition at line 163 of file transport_dg.cc.

Member Function Documentation

DOFHandlerMultiDim * FEObjects::dh ( )
inline

Definition at line 202 of file transport_dg.cc.

Here is the caller graph for this function:

template<unsigned int dim>
FiniteElement<dim,3>* FEObjects::fe ( )
inline

Here is the caller graph for this function:

template<>
FiniteElement<2,3>* FEObjects::fe ( )

Definition at line 184 of file transport_dg.cc.

template<>
FiniteElement<3,3>* FEObjects::fe ( )

Definition at line 185 of file transport_dg.cc.

template<>
FiniteElement<0,3>* FEObjects::fe ( )

Definition at line 182 of file transport_dg.cc.

template<>
FiniteElement<1,3>* FEObjects::fe ( )

Definition at line 183 of file transport_dg.cc.

template<unsigned int dim>
FiniteElement<dim,3>* FEObjects::fe_rt ( )
inline

Here is the caller graph for this function:

template<>
FiniteElement<0,3>* FEObjects::fe_rt ( )

Definition at line 187 of file transport_dg.cc.

template<>
FiniteElement<1,3>* FEObjects::fe_rt ( )

Definition at line 188 of file transport_dg.cc.

template<>
FiniteElement<2,3>* FEObjects::fe_rt ( )

Definition at line 189 of file transport_dg.cc.

template<>
FiniteElement<3,3>* FEObjects::fe_rt ( )

Definition at line 190 of file transport_dg.cc.

template<unsigned int dim>
Mapping<dim,3>* FEObjects::mapping ( )
inline

Here is the caller graph for this function:

template<>
Mapping<2,3>* FEObjects::mapping ( )

Definition at line 199 of file transport_dg.cc.

template<>
Mapping<3,3>* FEObjects::mapping ( )

Definition at line 200 of file transport_dg.cc.

template<>
Mapping<1,3>* FEObjects::mapping ( )

Definition at line 198 of file transport_dg.cc.

template<>
Mapping<0,3>* FEObjects::mapping ( )

Definition at line 197 of file transport_dg.cc.

template<unsigned int dim>
Quadrature<dim>* FEObjects::q ( )
inline

Here is the caller graph for this function:

template<>
Quadrature<2>* FEObjects::q ( )

Definition at line 194 of file transport_dg.cc.

template<>
Quadrature<1>* FEObjects::q ( )

Definition at line 193 of file transport_dg.cc.

template<>
Quadrature<3>* FEObjects::q ( )

Definition at line 195 of file transport_dg.cc.

template<>
Quadrature<0>* FEObjects::q ( )

Definition at line 192 of file transport_dg.cc.

Member Data Documentation

DOFHandlerMultiDim* FEObjects::dh_
private

Object for distribution of dofs.

Definition at line 90 of file transport_dg.hh.

FiniteElement<1,3>* FEObjects::fe1_
private

Finite elements for the solution of the advection-diffusion equation.

Definition at line 68 of file transport_dg.hh.

FiniteElement<2,3>* FEObjects::fe2_
private

Definition at line 69 of file transport_dg.hh.

FiniteElement<3,3>* FEObjects::fe3_
private

Definition at line 70 of file transport_dg.hh.

FiniteElement<1,3>* FEObjects::fe_rt1_
private

Finite elements for the water velocity field.

Definition at line 73 of file transport_dg.hh.

FiniteElement<2,3>* FEObjects::fe_rt2_
private

Definition at line 74 of file transport_dg.hh.

FiniteElement<3,3>* FEObjects::fe_rt3_
private

Definition at line 75 of file transport_dg.hh.

Mapping<0,3>* FEObjects::map0_
private

Auxiliary mappings of reference elements.

Definition at line 84 of file transport_dg.hh.

Mapping<1,3>* FEObjects::map1_
private

Definition at line 85 of file transport_dg.hh.

Mapping<2,3>* FEObjects::map2_
private

Definition at line 86 of file transport_dg.hh.

Mapping<3,3>* FEObjects::map3_
private

Definition at line 87 of file transport_dg.hh.

Quadrature<0>* FEObjects::q0_
private

Quadratures used in assembling methods.

Definition at line 78 of file transport_dg.hh.

Quadrature<1>* FEObjects::q1_
private

Definition at line 79 of file transport_dg.hh.

Quadrature<2>* FEObjects::q2_
private

Definition at line 80 of file transport_dg.hh.

Quadrature<3>* FEObjects::q3_
private

Definition at line 81 of file transport_dg.hh.


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