dune-pdelab
2.4-dev
|
Traits class for the grid operator. More...
#include <dune/pdelab/gridoperator/common/gridoperatorutilities.hh>
Public Types | |
typedef GFSU | TrialGridFunctionSpace |
The trial grid function space. More... | |
typedef GFSV | TestGridFunctionSpace |
The test grid function space. More... | |
typedef CU | TrialGridFunctionSpaceConstraints |
The type of the trial grid function space constraints. More... | |
typedef CV | TestGridFunctionSpaceConstraints |
The type of the test grid function space constraints. More... | |
typedef MB | MatrixBackend |
The matrix backend of the grid operator. More... | |
typedef DF | DomainField |
The field type of the domain (solution). More... | |
using | Domain = Dune::PDELab::Backend::Vector< GFSU, DF > |
The type of the domain (solution). More... | |
typedef RF | RangeField |
The field type of the range (residual). More... | |
using | Range = Dune::PDELab::Backend::Vector< GFSV, RF > |
The type of the range (residual). More... | |
typedef JF | JacobianField |
The field type of the jacobian. More... | |
using | Jacobian = Dune::PDELab::Backend::Matrix< MB, Domain, Range, JF > |
The type of the jacobian. More... | |
typedef A | Assembler |
The global assembler of the grid operator. More... | |
typedef LA | LocalAssembler |
The local assembler of the grid operator. More... | |
Traits class for the grid operator.
This class collects types and auxilliary information about the grid operator.
GFSU | The trial function space. |
GFSV | The test function space. |
MB | The matrix backend. |
DF | The domain (solution) field type. |
RF | The range (residual) field type. |
JF | The jacobian field type. |
CU | The type of the trial grid function space constraints. |
CV | The type of the test grid function space constraints. |
A | The global assembler. |
LA | The local assembler. |
typedef A Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::Assembler |
The global assembler of the grid operator.
using Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::Domain = Dune::PDELab::Backend::Vector<GFSU,DF> |
The type of the domain (solution).
typedef DF Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::DomainField |
The field type of the domain (solution).
using Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::Jacobian = Dune::PDELab::Backend::Matrix<MB,Domain,Range,JF> |
The type of the jacobian.
typedef JF Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::JacobianField |
The field type of the jacobian.
typedef LA Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::LocalAssembler |
The local assembler of the grid operator.
typedef MB Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::MatrixBackend |
The matrix backend of the grid operator.
using Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::Range = Dune::PDELab::Backend::Vector<GFSV,RF> |
The type of the range (residual).
typedef RF Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::RangeField |
The field type of the range (residual).
typedef GFSV Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::TestGridFunctionSpace |
The test grid function space.
typedef CV Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::TestGridFunctionSpaceConstraints |
The type of the test grid function space constraints.
typedef GFSU Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::TrialGridFunctionSpace |
The trial grid function space.
typedef CU Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::TrialGridFunctionSpaceConstraints |
The type of the trial grid function space constraints.