dune-pdelab
2.4-dev
|
#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... | |
Traits of the local assembler
GO | The grid operator |
typedef GO::BorderDOFExchanger Dune::PDELab::LocalAssemblerTraits< GO >::BorderDOFExchanger |
The helper class to exchange data on the processor boundary.
typedef GO::Traits::DomainField Dune::PDELab::LocalAssemblerTraits< GO >::DomainField |
The field type of the domain (solution).
typedef GO::Traits::Jacobian Dune::PDELab::LocalAssemblerTraits< GO >::Jacobian |
The type of the jacobian.
typedef GO::Traits::JacobianField Dune::PDELab::LocalAssemblerTraits< GO >::JacobianField |
The field type of the jacobian.
typedef GO::Traits::MatrixBackend Dune::PDELab::LocalAssemblerTraits< GO >::MatrixBackend |
The matrix backend of the grid operator.
typedef MatrixBackend::template Pattern< Jacobian, TestGridFunctionSpace, TrialGridFunctionSpace > Dune::PDELab::LocalAssemblerTraits< GO >::MatrixPattern |
The matrix pattern.
typedef GO::Traits::RangeField Dune::PDELab::LocalAssemblerTraits< GO >::RangeField |
The field type of the range (residual).
typedef GO::Traits::Range Dune::PDELab::LocalAssemblerTraits< GO >::Residual |
The type of the range (residual).
typedef GO::Traits::Domain Dune::PDELab::LocalAssemblerTraits< GO >::Solution |
The type of the domain (solution).
typedef GO::Traits::TestGridFunctionSpace Dune::PDELab::LocalAssemblerTraits< GO >::TestGridFunctionSpace |
The test grid function space.
typedef GO::Traits::TestGridFunctionSpaceConstraints Dune::PDELab::LocalAssemblerTraits< GO >::TestGridFunctionSpaceConstraints |
The type of the test grid function space constraints.
typedef GO::Traits::TrialGridFunctionSpace Dune::PDELab::LocalAssemblerTraits< GO >::TrialGridFunctionSpace |
The trial grid function space.
typedef GO::Traits::TrialGridFunctionSpaceConstraints Dune::PDELab::LocalAssemblerTraits< GO >::TrialGridFunctionSpaceConstraints |
The type of the trial grid function space constraints.