dune-pdelab
2.4-dev
|
#include <dune/common/typetraits.hh>
#include <dune/common/deprecated.hh>
#include <dune/pdelab/backend/istl/tags.hh>
Go to the source code of this file.
Classes | |
struct | Dune::PDELab::istl::raw_type< C > |
Returns the raw ISTL type associated with C, or C itself it is already an ISTL type. More... | |
struct | Dune::PDELab::istl::nesting_depth< T > |
TMP for figuring out the depth up to which ISTL containers are nested. More... | |
Namespaces | |
Dune | |
Dune::PDELab | |
Dune::PDELab::istl | |
Functions | |
template<typename V > | |
V & | Dune::PDELab::istl::raw (V &v) |
Returns the raw ISTL object associated with v, or v itself it is already an ISTL object. More... | |
template<typename V > | |
const V & | Dune::PDELab::istl::raw (const V &v) |
Returns the raw ISTL object associated with v, or v itself it is already an ISTL object. More... | |