DUNE PDELab (git)
Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA > Struct Template Reference
Traits class for the grid operator. More...
#include <dune/pdelab/gridoperator/common/gridoperatorutilities.hh>
Public Types | |
typedef GFSU | TrialGridFunctionSpace |
The trial grid function space. | |
typedef GFSV | TestGridFunctionSpace |
The test grid function space. | |
typedef CU | TrialGridFunctionSpaceConstraints |
The type of the trial grid function space constraints. | |
typedef CV | TestGridFunctionSpaceConstraints |
The type of the test grid function space constraints. | |
typedef MB | MatrixBackend |
The matrix backend of the grid operator. | |
typedef DF | DomainField |
The field type of the domain (solution). | |
using | Domain = Dune::PDELab::Backend::Vector< GFSU, DF > |
The type of the domain (solution). | |
typedef RF | RangeField |
The field type of the range (residual). | |
using | Range = Dune::PDELab::Backend::Vector< GFSV, RF > |
The type of the range (residual). | |
typedef JF | JacobianField |
The field type of the jacobian. | |
using | Jacobian = Dune::PDELab::Backend::Matrix< MB, Domain, Range, JF > |
The type of the jacobian. | |
typedef A | Assembler |
The global assembler of the grid operator. | |
typedef LA | LocalAssembler |
The local assembler of the grid operator. | |
Detailed Description
template<typename GFSU, typename GFSV, typename MB, typename DF, typename RF, typename JF, typename CU, typename CV, typename A, typename LA>
struct Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >
struct Dune::PDELab::GridOperatorTraits< GFSU, GFSV, MB, DF, RF, JF, CU, CV, A, LA >
Traits class for the grid operator.
This class collects types and auxilliary information about the grid operator.
- Template Parameters
-
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.
The documentation for this struct was generated from the following file:
- dune/pdelab/gridoperator/common/gridoperatorutilities.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)