dune-pdelab  2.0.0
Classes | Public Types | List of all members
Dune::PDELab::SimpleSparseMatrixBackend< Container, IndexType > Struct Template Reference

#include <dune/pdelab/backend/simple/descriptors.hh>

Classes

struct  MatrixHelper
 

Public Types

typedef IndexType size_type
 
template<typename Matrix , typename GFSV , typename GFSU >
using Pattern = simple::SparseMatrixPattern< OrderingBase< typename GFSV::Ordering::Traits::DOFIndex, typename GFSV::Ordering::Traits::ContainerIndex >, OrderingBase< typename GFSU::Ordering::Traits::DOFIndex, typename GFSU::Ordering::Traits::ContainerIndex > >
 The type of the pattern object passed to the GridOperator for pattern construction. More...
 

Member Typedef Documentation

template<template< typename > class Container = simple::default_vector, typename IndexType = std::size_t>
template<typename Matrix , typename GFSV , typename GFSU >
using Dune::PDELab::SimpleSparseMatrixBackend< Container, IndexType >::Pattern = simple::SparseMatrixPattern< OrderingBase< typename GFSV::Ordering::Traits::DOFIndex, typename GFSV::Ordering::Traits::ContainerIndex >, OrderingBase< typename GFSU::Ordering::Traits::DOFIndex, typename GFSU::Ordering::Traits::ContainerIndex> >

The type of the pattern object passed to the GridOperator for pattern construction.

template<template< typename > class Container = simple::default_vector, typename IndexType = std::size_t>
typedef IndexType Dune::PDELab::SimpleSparseMatrixBackend< Container, IndexType >::size_type

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