Test for the tracer CC model. More...
#include <config.h>
#include <ctime>
#include <iostream>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/common/timer.hh>
#include <dune/grid/io/file/dgfparser/dgfexception.hh>
#include <dune/grid/io/file/vtk/vtksequencewriter.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/common/dumuxmessage.hh>
#include <dumux/linear/seqsolverbackend.hh>
#include <dumux/assembly/fvassembler.hh>
#include <dumux/io/vtkoutputmodule.hh>
#include <dumux/io/grid/gridmanager.hh>
#include "problem.hh"
Test for the tracer CC model.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
define the type tag for this problem
initialize MPI, finalize is done automatically on exit
print dumux start message
we compute on the leaf grid view
create the finite volume grid geometry
the problem (initial and boundary conditions)
the solution vector
the grid variables
get some time loop parameters
instantiate time loop
the assembler with time loop for instationary problem
the linear solver
intialize the vtk output module
set some check points for the time loop
start the time loop
print dumux end message