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

Test for the 2p 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 <test/porousmediumflow/2p/implicit/incompressible/problem.hh>
#include "problem_tracer.hh"
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/common/dumuxmessage.hh>
#include <dumux/linear/amgbackend.hh>
#include <dumux/linear/seqsolverbackend.hh>
#include <dumux/nonlinear/newtonsolver.hh>
#include <dumux/assembly/fvassembler.hh>
#include <dumux/assembly/diffmethod.hh>
#include <dumux/discretization/method.hh>
#include <dumux/io/vtkoutputmodule.hh>
#include <dumux/io/grid/gridmanager.hh>

Description

Test for the 2p 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

< Add model specific output fields

the problem (initial and boundary conditions)

the solution vector

initialize the flux, density and saturation vectors

the grid variables

the linear system

the assembler with time loop for instationary problem

initialize the vtk output module

< Add model specific output fields

set some check points for the time loop

print dumux end message

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