dune-pdelab
2.4-dev
|
#include <dune/pdelab/backend/istl/forwarddeclarations.hh>
#include <dune/pdelab/backend/istl/matrixhelpers.hh>
#include <dune/pdelab/backend/istl/utility.hh>
#include <cstddef>
Go to the source code of this file.
Classes | |
struct | Dune::PDELab::istl::vector_backend_tag |
Tag describing an ISTL BlockVector backend. More... | |
struct | Dune::PDELab::istl::VectorBackend< blocking, block_size_ > |
struct | Dune::PDELab::istl::VectorBackend< blocking, block_size_ >::Traits |
struct | Dune::PDELab::ISTLMatrixBackend |
Backend using ISTL matrices. More... | |
struct | Dune::PDELab::ISTLMatrixBackend::MatrixHelper< VV, VU, E > |
Namespaces | |
Dune | |
Dune::PDELab | |
Dune::PDELab::istl | |
Dune::PDELab::ISTLParameters | |
Typedefs | |
template<ISTLParameters::Blocking blocking = ISTLParameters::no_blocking, std::size_t block_size = 1> | |
using | Dune::PDELab::ISTLVectorBackend = istl::VectorBackend< static_cast< istl::Blocking >(blocking), block_size > |
Enumerations | |
enum | Dune::PDELab::istl::Blocking { Dune::PDELab::istl::Blocking::none, Dune::PDELab::istl::Blocking::bcrs, Dune::PDELab::istl::Blocking::fixed } |
The type of blocking employed at this node in the function space tree. More... | |
enum | Dune::PDELab::ISTLParameters::Blocking { Dune::PDELab::ISTLParameters::no_blocking, Dune::PDELab::ISTLParameters::dynamic_blocking, Dune::PDELab::ISTLParameters::static_blocking } |