The solver of the single-phase convergence test. More...
#include <iostream>
#include <string>
#include <dune/common/timer.hh>
#include <dune/grid/io/file/dgfparser/dgfexception.hh>
#include <dune/grid/io/file/vtk.hh>
#include <dumux/linear/seqsolverbackend.hh>
#include <dumux/linear/pdesolver.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/io/vtkoutputmodule.hh>
#include <dumux/io/grid/gridmanager.hh>
#include <dumux/assembly/fvassembler.hh>
#include <dumux/assembly/diffmethod.hh>
#include "problem.hh"
Go to the source code of this file.
The solver of the single-phase convergence test.
Classes | |
struct | SolutionStorage< TypeTag > |
Functions | |
template<class TypeTag > | |
SolutionStorage< TypeTag > | solveRefinementLevel (int numCells) |
Solves the problem for a given number of cells per direction. More... | |
SolutionStorage< TypeTag > solveRefinementLevel | ( | int | numCells | ) |
Solves the problem for a given number of cells per direction.
numCells | the number of cells per direction to be used |