3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Attributes | List of all members
Dumux::IsSameFluidSystem< FS, FS > Struct Template Reference

This structs helps to check if the two sub models use the same fluidsystem. More...

#include <dumux/multidomain/boundary/stokesdarcy/couplingdata.hh>

Description

template<class FS>
struct Dumux::IsSameFluidSystem< FS, FS >

This structs helps to check if the two sub models use the same fluidsystem.

Template Parameters
FSThe fluidsystem

Static Public Attributes

static constexpr bool value = std::is_same<FS, FS>::value
 

Member Data Documentation

◆ value

template<class FS >
constexpr bool Dumux::IsSameFluidSystem< FS, FS >::value = std::is_same<FS, FS>::value
staticconstexpr

The documentation for this struct was generated from the following file: