dune-pdelab  2.5-dev
Classes | Public Types | List of all members
Dune::PDELab::Simple::SparseMatrixBackend< 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

◆ Pattern

template<template< typename > class Container = Simple::default_vector, typename IndexType = std::size_t>
template<typename Matrix , typename GFSV , typename GFSU >
using Dune::PDELab::Simple::SparseMatrixBackend< 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.

◆ size_type

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

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