version 3.9-dev
dunevectors.hh File Reference

Helper to extract native Dune vector types from particular Dumux types. More...

#include <type_traits>
#include <dune/common/typetraits.hh>
#include <dune/common/std/type_traits.hh>
#include <dune/common/fvector.hh>
#include <dune/istl/bvector.hh>
#include <dune/istl/multitypeblockvector.hh>

Go to the source code of this file.

Classes

struct  Dumux::Detail::NativeDuneVectorTypeImpl< V, hasState >
 
struct  Dumux::Detail::NativeDuneVectorTypeImpl< V, true >
 
struct  Dumux::Detail::NativeDuneVectorType< V >
 
struct  Dumux::Detail::NativeDuneVectorType< Dune::MultiTypeBlockVector< Args... > >
 

Namespaces

namespace  Dumux
 
namespace  Dumux::Detail
 Distance implementation details.
 
namespace  Dumux::Detail::DuneVectors
 

Typedefs

template<class C >
using Dumux::Detail::DuneVectors::StateDetector = decltype(std::declval< C >()[0].state())
 

Functions

template<class T , std::enable_if_t< Dune::IsNumber< std::decay_t< T > >::value, int > = 0>
constexpr std::size_t Dumux::Detail::DuneVectors::blockSize ()
 
Include dependency graph for dunevectors.hh: