3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Functions
porousmediumflow/tracer/1ptracer/main.cc File Reference

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.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/common/dumuxmessage.hh>
#include <dumux/linear/seqsolverbackend.hh>
#include <dumux/linear/pdesolver.hh>
#include <dumux/assembly/fvassembler.hh>
#include <dumux/assembly/diffmethod.hh>
#include <dumux/io/vtkoutputmodule.hh>
#include <dumux/io/grid/gridmanager_yasp.hh>
#include "problem_1p.hh"
#include "problem_tracer.hh"

Description

Test for the tracer CC model.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

define the type tags for this problem

initialize MPI, finalize is done automatically on exit

print dumux start message

parse command line arguments

we compute on the leaf grid view

create the finite volume grid geometry

the problem (boundary conditions)

the solution vector

the grid variables

the assembler

the linear solver

the pde system solver

write output to vtk

the problem (initial and boundary conditions)

the solution vector

the grid variables

intialize the vtk output module

get some time loop parameters

instantiate time loop

the assembler with time loop for instationary problem

the linear solver

the pde system solver

set some check points for the time loop

start the time loop

print dumux end message

Include dependency graph for porousmediumflow/tracer/1ptracer/main.cc: