4 #ifndef DUNE_PDELAB_GRIDOPERATORUTILITIES_HH
5 #define DUNE_PDELAB_GRIDOPERATORUTILITIES_HH
28 template<
typename GFSU,
typename GFSV,
30 typename DF,
typename RF,
typename JF,
31 typename CU,
typename CV,
32 typename A,
typename LA>
86 #endif // DUNE_PDELAB_GRIDOPERATORUTILITIES_HH
JF JacobianField
The field type of the jacobian.
Definition: gridoperatorutilities.hh:69
GFSU TrialGridFunctionSpace
The trial grid function space.
Definition: gridoperatorutilities.hh:37
Traits class for the grid operator.
Definition: gridoperatorutilities.hh:33
Dune::PDELab::BackendVectorSelector< GFSU, DF >::Type Domain
The type of the domain (solution).
Definition: gridoperatorutilities.hh:58
Dune::PDELab::BackendVectorSelector< GFSV, RF >::Type Range
The type of the range (residual).
Definition: gridoperatorutilities.hh:65
DF DomainField
The field type of the domain (solution).
Definition: gridoperatorutilities.hh:55
A Assembler
The global assembler of the grid operator.
Definition: gridoperatorutilities.hh:76
CU TrialGridFunctionSpaceConstraints
The type of the trial grid function space constraints.
Definition: gridoperatorutilities.hh:44
CV TestGridFunctionSpaceConstraints
The type of the test grid function space constraints.
Definition: gridoperatorutilities.hh:47
RF RangeField
The field type of the range (residual).
Definition: gridoperatorutilities.hh:62
MB MatrixBackend
The matrix backend of the grid operator.
Definition: gridoperatorutilities.hh:51
BackendVectorSelectorHelper< Backend, GridFunctionSpace, FieldType >::Type Type
Definition: backendselector.hh:14
LA LocalAssembler
The local assembler of the grid operator.
Definition: gridoperatorutilities.hh:79
GFSV TestGridFunctionSpace
The test grid function space.
Definition: gridoperatorutilities.hh:40
Dune::PDELab::BackendMatrixSelector< MB, Domain, Range, JF >::Type Jacobian
The type of the jacobian.
Definition: gridoperatorutilities.hh:72
Backend::template MatrixHelper< VV, VU, E >::type Type
Definition: backendselector.hh:20