Flow123d  release_3.0.0-1263-g7cf53c1
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 > * fe ()
 
template<unsigned int dim>
FiniteElement< dim > * fe_rt ()
 
template<unsigned int dim>
Quadratureq ()
 
template<unsigned int dim>
MappingP1< dim, 3 > * mapping ()
 
std::shared_ptr< DOFHandlerMultiDimdh ()
 
template<>
FiniteElement< 0 > * fe ()
 
template<>
FiniteElement< 1 > * fe ()
 
template<>
FiniteElement< 2 > * fe ()
 
template<>
FiniteElement< 3 > * fe ()
 
template<>
FiniteElement< 0 > * fe_rt ()
 
template<>
FiniteElement< 1 > * fe_rt ()
 
template<>
FiniteElement< 2 > * fe_rt ()
 
template<>
FiniteElement< 3 > * fe_rt ()
 
template<>
MappingP1< 0, 3 > * mapping ()
 
template<>
MappingP1< 1, 3 > * mapping ()
 
template<>
MappingP1< 2, 3 > * mapping ()
 
template<>
MappingP1< 3, 3 > * mapping ()
 

Private Attributes

FiniteElement< 0 > * fe0_
 Finite elements for the solution of the advection-diffusion equation. More...
 
FiniteElement< 1 > * fe1_
 
FiniteElement< 2 > * fe2_
 
FiniteElement< 3 > * fe3_
 
FiniteElement< 1 > * fe_rt1_
 Finite elements for the water velocity field. More...
 
FiniteElement< 2 > * fe_rt2_
 
FiniteElement< 3 > * fe_rt3_
 
Quadratureq_ [4]
 Quadratures used in assembling methods. More...
 
MappingP1< 1, 3 > * map1_
 Auxiliary mappings of reference elements. More...
 
MappingP1< 2, 3 > * map2_
 
MappingP1< 3, 3 > * map3_
 
std::shared_ptr< DiscreteSpaceds_
 
std::shared_ptr< 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 70 of file transport_dg.hh.

Constructor & Destructor Documentation

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

Definition at line 108 of file transport_dg.cc.

FEObjects::~FEObjects ( )

Definition at line 136 of file transport_dg.cc.

Member Function Documentation

std::shared_ptr< DOFHandlerMultiDim > FEObjects::dh ( )
inline

Definition at line 166 of file transport_dg.cc.

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Definition at line 153 of file transport_dg.cc.

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

Definition at line 154 of file transport_dg.cc.

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

Definition at line 151 of file transport_dg.cc.

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

Definition at line 152 of file transport_dg.cc.

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

Here is the caller graph for this function:

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

Definition at line 156 of file transport_dg.cc.

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

Definition at line 157 of file transport_dg.cc.

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

Definition at line 159 of file transport_dg.cc.

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

Definition at line 158 of file transport_dg.cc.

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

Here is the caller graph for this function:

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

Definition at line 161 of file transport_dg.cc.

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

Definition at line 162 of file transport_dg.cc.

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

Definition at line 163 of file transport_dg.cc.

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

Definition at line 164 of file transport_dg.cc.

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

Definition at line 83 of file transport_dg.hh.

Here is the caller graph for this function:

Member Data Documentation

std::shared_ptr<DOFHandlerMultiDim> FEObjects::dh_
private

Object for distribution of dofs.

Definition at line 114 of file transport_dg.hh.

std::shared_ptr<DiscreteSpace> FEObjects::ds_
private

Definition at line 111 of file transport_dg.hh.

FiniteElement<0>* FEObjects::fe0_
private

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

Definition at line 93 of file transport_dg.hh.

FiniteElement<1>* FEObjects::fe1_
private

Definition at line 94 of file transport_dg.hh.

FiniteElement<2>* FEObjects::fe2_
private

Definition at line 95 of file transport_dg.hh.

FiniteElement<3>* FEObjects::fe3_
private

Definition at line 96 of file transport_dg.hh.

FiniteElement<1>* FEObjects::fe_rt1_
private

Finite elements for the water velocity field.

Definition at line 99 of file transport_dg.hh.

FiniteElement<2>* FEObjects::fe_rt2_
private

Definition at line 100 of file transport_dg.hh.

FiniteElement<3>* FEObjects::fe_rt3_
private

Definition at line 101 of file transport_dg.hh.

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

Auxiliary mappings of reference elements.

Definition at line 107 of file transport_dg.hh.

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

Definition at line 108 of file transport_dg.hh.

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

Definition at line 109 of file transport_dg.hh.

Quadrature* FEObjects::q_[4]
private

Quadratures used in assembling methods.

Definition at line 104 of file transport_dg.hh.


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