|
dune-pdelab
2.0.0
|
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... | |
| typedef Dune::PDELab::BackendVectorSelector < GFSU, DF >::Type | Domain |
| The type of the domain (solution). More... | |
| typedef RF | RangeField |
| The field type of the range (residual). More... | |
| typedef Dune::PDELab::BackendVectorSelector < GFSV, RF >::Type | Range |
| The type of the range (residual). More... | |
| typedef JF | JacobianField |
| The field type of the jacobian. More... | |
| typedef Dune::PDELab::BackendMatrixSelector < MB, Domain, Range, JF > ::Type | Jacobian |
| 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.
| typedef Dune::PDELab::BackendVectorSelector<GFSU,DF>::Type Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::Domain |
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).
| typedef Dune::PDELab::BackendMatrixSelector<MB,Domain,Range,JF>::Type Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::Jacobian |
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.
| typedef Dune::PDELab::BackendVectorSelector<GFSV,RF>::Type Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >::Range |
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.
1.8.7