#include <dune/common/std/type_traits.hh>#include <dumux/common/concepts/ipdata_.hh>Go to the source code of this file.
Classes | |
| class | Dumux::Detail::CVFE::VariablesAdapter< VolumeVariables > |
| A class for providing the new update interface of variables. This allows to still use the VolumesVariables. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::Detail |
| namespace | Dumux::Detail::CVFE |
Typedefs | |
| template<class Imp , class ES , class P , class E , class SCV > | |
| using | Dumux::Detail::CVFE::UpdateFunctionDetector = decltype(std::declval< Imp >().update(std::declval< ES >(), std::declval< P >(), std::declval< E >(), std::declval< SCV >())) |
| helper struct detecting if volumeVariables class has update function for scvs (old interface) More... | |
Functions | |
| template<class Imp , class ES , class P , class E , class SCV > | |
| constexpr bool | Dumux::Detail::CVFE::hasUpdateFunctionForScvs () |
| Whenever the old interface is supported, we update related to scvs. More... | |