3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
io Directory Reference

Directories

directory  grid
 
directory  vtk
 

Files

file  adaptivegridrestart.hh [code]
 Provides a restart functionality for adaptive grids.
 
file  container.hh [code]
 Free functions to write and read a sequence container to and from a file.
 
file  defaultiofields.hh [code]
 Adds output fields to a given output module, this is the default if a model doesn't implement this functionality.
 
file  gnuplotinterface.hh [code]
 Interface for passing data sets to a file and plotting them, if gnuplot is installed.
 
file  loadsolution.hh [code]
 read from a file into a solution vector
 
file  name.hh [code]
 A collection of input/output field names for common physical quantities.
 
file  ploteffectivediffusivitymodel.hh [code]
 Interface for plotting the multi-component-matrix-interaction laws.
 
file  plotmateriallaw.hh [code]
 Interface for plotting the two-phase fluid-matrix-interaction laws.
 
file  plotmateriallaw3p.hh [code]
 Interface for plotting the three-phase fluid-matrix-interaction laws.
 
file  plotthermalconductivitymodel.hh [code]
 Interface for plotting the non-isothermal two-phase fluid-matrix-interaction laws.
 
file  pointcloudvtkwriter.hh [code]
 A VTK writer specialized for staggered grid implementations with dofs on the faces.
 
file  rasterimagereader.hh [code]
 A simple reader class for raster images.
 
file  restart.hh [code]
 Generic class to read/write restart files.
 
file  staggeredvtkoutputmodule.hh [code]
 A VTK output module to simplify writing dumux simulation data to VTK format. Specialization for staggered grids with dofs on faces.
 
file  io/velocityoutput.hh [code]
 Default velocity output policy for porous media models.
 
file  vtkfunction.hh [code]
 Dune style VTK functions.
 
file  vtkmultiwriter.hh [code]
 Simplifies writing multi-file VTK datasets.
 
file  vtknestedfunction.hh [code]
 Provides a vector-valued function using Dune::FieldVectors as elements.
 
file  io/vtkoutputmodule.hh [code]
 A VTK output module to simplify writing dumux simulation data to VTK format.
 
file  vtkprecision.hh [code]
 Vtk output precision options available in Dumux.
 
file  vtksequencewriter.hh [code]
 Base class to write pvd-files which contains a list of all collected vtk-files. This is a modified version of DUNE's pvd writer which takes a VTKWriter as template argument making it more general.