dune-pdelab  2.5-dev
Classes | Namespaces | Typedefs
simple/descriptors.hh File Reference
#include <vector>
#include <dune/pdelab/ordering/orderingbase.hh>

Go to the source code of this file.

Classes

struct  Dune::PDELab::Simple::VectorBackend< Container >
 
struct  Dune::PDELab::Simple::VectorBackend< Container >::Traits
 
struct  Dune::PDELab::Simple::MatrixBackend< Container >
 
struct  Dune::PDELab::Simple::MatrixBackend< Container >::Pattern< Matrix, GFSV, GFSU >
 
struct  Dune::PDELab::Simple::MatrixBackend< Container >::MatrixHelper< VV, VU, E >
 
struct  Dune::PDELab::Simple::SparseMatrixBackend< Container, IndexType >
 
struct  Dune::PDELab::Simple::SparseMatrixBackend< Container, IndexType >::MatrixHelper< VV, VU, E >
 

Namespaces

 Dune
 For backward compatibility – Do not use this!
 
 Dune::PDELab
 
 Dune::PDELab::Simple
 

Typedefs

template<template< typename > class Container = Simple::default_vector>
using Dune::PDELab::SimpleVectorBackend = Simple::VectorBackend< Container >
 For backward compatibility: access to Simple::VectorBackend by its old name. More...
 
template<template< typename > class Container = Simple::default_vector>
using Dune::PDELab::SimpleMatrixBackend = Simple::MatrixBackend< Container >
 For backward compatibility: access to Simple::MatrixBackend by its old name. More...
 
template<template< typename > class Container = Simple::default_vector, typename IndexType = std::size_t>
using Dune::PDELab::SimpleSparseMatrixBackend = Simple::SparseMatrixBackend< Container, IndexType >
 For backward compatibility: access to Simple::SparseMatrixBackend by its old name. More...