Minimal Dune-Functions-compatible wrapper around a CVFE element solution for use with Dumux::IO::GridWriter at higher interpolation orders. More...
#include <optional>#include <dumux/discretization/elementsolution.hh>#include <dumux/discretization/evalsolution.hh>Go to the source code of this file.
Usage example:
The returned object satisfies GridFormat::Dune::Concepts::Function<GridView>:
Classes | |
| class | Dumux::IO::CVFEGridFunction< GridGeometry, SolutionVector > |
| Thin dune-functions-compatible wrapper for a CVFE grid function. More... | |
| class | Dumux::IO::CVFEGridFunction< GridGeometry, SolutionVector >::LocalFunction |
| The local function type satisfying the dune-functions local function concept. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::IO |
Functions | |
| template<class GridGeometry, class SolutionVector> | |
| auto | Dumux::IO::cvfeGridFunction (const GridGeometry &gg, const SolutionVector &sol) |
| Convenience factory function for CVFEGridFunction. | |