dune-pdelab  2.0.0
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,
TrialGridFunctionSpace
MatrixPattern
 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

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

The helper class to exchange data on the processor boundary.

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

The field type of the domain (solution).

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

The type of the jacobian.

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

The field type of the jacobian.

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

The matrix backend of the grid operator.

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

The matrix pattern.

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

The field type of the range (residual).

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

The type of the range (residual).

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

The type of the domain (solution).

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

The test grid function space.

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

The type of the test grid function space constraints.

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

The trial grid function space.

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: