The interface of the coupling manager for multi domain problems.
More...
#include <memory>
#include <tuple>
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/indices.hh>
#include <dune/common/shared_ptr.hh>
#include <dune/common/hybridutilities.hh>
#include <dune/istl/multitypeblockvector.hh>
#include <dumux/assembly/numericepsilon.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/typetraits/typetraits.hh>
Go to the source code of this file.
|
template<class... Args, std::size_t ... Is> |
auto | Dumux::Detail::toRef (const std::tuple< Args... > &v, std::index_sequence< Is... > indices) |
|