3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Functions
test/porousmediumflow/1p/implicit/convergence/solver.hh File Reference

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.

Description

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...
 

Function Documentation

◆ solveRefinementLevel()

template<class TypeTag >
SolutionStorage< TypeTag > solveRefinementLevel ( int  numCells)

Solves the problem for a given number of cells per direction.

Parameters
numCellsthe number of cells per direction to be used
Returns
returns an object of SolutionStorage, which carries the grid and the solution after solving the problem
Include dependency graph for test/porousmediumflow/1p/implicit/convergence/solver.hh: