dune-pdelab
2.5-dev
|
Go to the source code of this file.
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... | |