dune-pdelab  2.5-dev
Public Types | List of all members
Dune::PDELab::LocalAssemblerTraits< GO > Struct Template Reference

#include <dune/pdelab/gridoperator/common/assemblerutilities.hh>

Public Types

typedef GO::Traits::TrialGridFunctionSpace TrialGridFunctionSpace
 The trial grid function space. More...
 
typedef GO::Traits::TestGridFunctionSpace TestGridFunctionSpace
 The test grid function space. More...
 
typedef GO::Traits::TrialGridFunctionSpaceConstraints TrialGridFunctionSpaceConstraints
 The type of the trial grid function space constraints. More...
 
typedef GO::Traits::TestGridFunctionSpaceConstraints TestGridFunctionSpaceConstraints
 The type of the test grid function space constraints. More...
 
typedef GO::Traits::MatrixBackend MatrixBackend
 The matrix backend of the grid operator. More...
 
typedef GO::Traits::DomainField DomainField
 The field type of the domain (solution). More...
 
typedef GO::Traits::Domain Solution
 The type of the domain (solution). More...
 
typedef GO::Traits::RangeField RangeField
 The field type of the range (residual). More...
 
typedef GO::Traits::Range Residual
 The type of the range (residual). More...
 
typedef GO::Traits::JacobianField JacobianField
 The field type of the jacobian. More...
 
typedef GO::Traits::Jacobian Jacobian
 The type of the jacobian. More...
 
typedef MatrixBackend::template Pattern< Jacobian, TestGridFunctionSpace, TrialGridFunctionSpaceMatrixPattern
 The matrix pattern. More...
 
typedef GO::BorderDOFExchanger BorderDOFExchanger
 The helper class to exchange data on the processor boundary. More...
 

Detailed Description

template<typename GO>
struct Dune::PDELab::LocalAssemblerTraits< GO >

Traits of the local assembler

Template Parameters
GOThe grid operator

Member Typedef Documentation

◆ BorderDOFExchanger

template<typename GO >
typedef GO::BorderDOFExchanger Dune::PDELab::LocalAssemblerTraits< GO >::BorderDOFExchanger

The helper class to exchange data on the processor boundary.

◆ DomainField

template<typename GO >
typedef GO::Traits::DomainField Dune::PDELab::LocalAssemblerTraits< GO >::DomainField

The field type of the domain (solution).

◆ Jacobian

template<typename GO >
typedef GO::Traits::Jacobian Dune::PDELab::LocalAssemblerTraits< GO >::Jacobian

The type of the jacobian.

◆ JacobianField

template<typename GO >
typedef GO::Traits::JacobianField Dune::PDELab::LocalAssemblerTraits< GO >::JacobianField

The field type of the jacobian.

◆ MatrixBackend

template<typename GO >
typedef GO::Traits::MatrixBackend Dune::PDELab::LocalAssemblerTraits< GO >::MatrixBackend

The matrix backend of the grid operator.

◆ MatrixPattern

template<typename GO >
typedef MatrixBackend::template Pattern< Jacobian, TestGridFunctionSpace, TrialGridFunctionSpace > Dune::PDELab::LocalAssemblerTraits< GO >::MatrixPattern

The matrix pattern.

◆ RangeField

template<typename GO >
typedef GO::Traits::RangeField Dune::PDELab::LocalAssemblerTraits< GO >::RangeField

The field type of the range (residual).

◆ Residual

template<typename GO >
typedef GO::Traits::Range Dune::PDELab::LocalAssemblerTraits< GO >::Residual

The type of the range (residual).

◆ Solution

template<typename GO >
typedef GO::Traits::Domain Dune::PDELab::LocalAssemblerTraits< GO >::Solution

The type of the domain (solution).

◆ TestGridFunctionSpace

template<typename GO >
typedef GO::Traits::TestGridFunctionSpace Dune::PDELab::LocalAssemblerTraits< GO >::TestGridFunctionSpace

The test grid function space.

◆ TestGridFunctionSpaceConstraints

template<typename GO >
typedef GO::Traits::TestGridFunctionSpaceConstraints Dune::PDELab::LocalAssemblerTraits< GO >::TestGridFunctionSpaceConstraints

The type of the test grid function space constraints.

◆ TrialGridFunctionSpace

template<typename GO >
typedef GO::Traits::TrialGridFunctionSpace Dune::PDELab::LocalAssemblerTraits< GO >::TrialGridFunctionSpace

The trial grid function space.

◆ TrialGridFunctionSpaceConstraints

template<typename GO >
typedef GO::Traits::TrialGridFunctionSpaceConstraints Dune::PDELab::LocalAssemblerTraits< GO >::TrialGridFunctionSpaceConstraints

The type of the trial grid function space constraints.


The documentation for this struct was generated from the following file: