The local element solution class for the pq1bubble method. More...
#include <type_traits>#include <dune/common/reservedvector.hh>#include <dumux/discretization/method.hh>Go to the source code of this file.
The local element solution class for the pq1bubble method.
Classes | |
| class | Dumux::PQ1BubbleElementSolution< FVElementGeometry, PV > |
| The element solution vector. More... | |
Namespaces | |
| namespace | Dumux |
| Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
Functions | |
| template<class Element , class SolutionVector , class GridGeometry > | |
| auto | Dumux::elementSolution (const Element &element, const SolutionVector &sol, const GridGeometry &gg) -> std::enable_if_t< GridGeometry::discMethod==DiscretizationMethods::box, BoxElementSolution< typename GridGeometry::LocalView, std::decay_t< decltype(std::declval< SolutionVector >()[0])> > > |
| Make an element solution for box schemes. More... | |
| template<class Element , class ElementVolumeVariables , class FVElementGeometry > | |
| auto | Dumux::elementSolution (const Element &element, const ElementVolumeVariables &elemVolVars, const FVElementGeometry &gg) -> std::enable_if_t< FVElementGeometry::GridGeometry::discMethod==DiscretizationMethods::box, BoxElementSolution< FVElementGeometry, typename ElementVolumeVariables::VolumeVariables::PrimaryVariables > > |
| Make an element solution for box schemes. More... | |