Backends for operations on different solution vector types or more generic variable classes to be used in places where several different types/layouts should be supported.
More...
#include <array>
#include <utility>
#include <type_traits>
#include <dune/common/indices.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/hybridutilities.hh>
#include <dune/common/std/type_traits.hh>
#include <dune/istl/bvector.hh>
Go to the source code of this file.
|
template<class Vars > |
using | Dumux::Detail::SolutionVectorType = typename Vars::SolutionVector |
|
template<class Vars > |
using | Dumux::VariablesBackend = Detail::VariablesBackend< Vars, Dune::Std::is_detected_v< Detail::SolutionVectorType, Vars > > |
| Class providing operations for generic variable classes that represent the state of a numerical solution, possibly consisting of primary/secondary variables and information on the time level. More...
|
|