Class providing operations for generic variable classes, containing primary and possibly also secondary variables. More...
#include <dumux/common/variablesbackend.hh>
Class providing operations for generic variable classes, containing primary and possibly also secondary variables.
Public Types | |
| using | DofVector = typename Vars::SolutionVector |
| using | Variables = Vars |
| the type of the variables object More... | |
Static Public Member Functions | |
| static void | update (Variables &v, const DofVector &dofs) |
| update to new solution vector More... | |
| static const DofVector & | dofs (const Variables &v) |
| return const reference to dof vector More... | |
| static DofVector & | dofs (Variables &v) |
| return reference to dof vector More... | |
| using Dumux::Detail::VariablesBackend< Vars, true >::DofVector = typename Vars::SolutionVector |
| using Dumux::Detail::VariablesBackend< Vars, true >::Variables = Vars |
the type of the variables object
|
inlinestatic |
return const reference to dof vector
|
inlinestatic |
return reference to dof vector
|
inlinestatic |
update to new solution vector