version 3.9-dev
Dumux::NoPrimaryVariableSwitch Class Reference

Empty class for models without pri var switch.

#include <dumux/porousmediumflow/compositional/primaryvariableswitch.hh>

Public Member Functions

template<typename... Args>
 NoPrimaryVariableSwitch (Args &&...)
 
template<typename... Args>
void reset (Args &&...)
 
template<typename... Args>
bool wasSwitched (Args &&...) const
 
template<typename... Args>
bool update (Args &&...)
 
template<typename... Args>
void updateSwitchedVolVars (Args &&...)
 
template<typename... Args>
void updateSwitchedFluxVarsCache (Args &&...)
 
template<typename... Args>
void updateDirichletConstraints (Args &&...)
 

Constructor & Destructor Documentation

◆ NoPrimaryVariableSwitch()

template<typename... Args>
Dumux::NoPrimaryVariableSwitch::NoPrimaryVariableSwitch ( Args &&  ...)
inline

Member Function Documentation

◆ reset()

template<typename... Args>
void Dumux::NoPrimaryVariableSwitch::reset ( Args &&  ...)
inline

◆ update()

template<typename... Args>
bool Dumux::NoPrimaryVariableSwitch::update ( Args &&  ...)
inline

◆ updateDirichletConstraints()

template<typename... Args>
void Dumux::NoPrimaryVariableSwitch::updateDirichletConstraints ( Args &&  ...)
inline

◆ updateSwitchedFluxVarsCache()

template<typename... Args>
void Dumux::NoPrimaryVariableSwitch::updateSwitchedFluxVarsCache ( Args &&  ...)
inline

◆ updateSwitchedVolVars()

template<typename... Args>
void Dumux::NoPrimaryVariableSwitch::updateSwitchedVolVars ( Args &&  ...)
inline

◆ wasSwitched()

template<typename... Args>
bool Dumux::NoPrimaryVariableSwitch::wasSwitched ( Args &&  ...) const
inline

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