version 3.10.0
Loading...
Searching...
No Matches
io Directory Reference

Directories

 
grid
 
vtk

Files

 
adaptivegridrestart.hh
 Provides a restart functionality for adaptive grids.
 
chrono.hh
 Helper functions for working with std::chrono.
 
container.hh
 Free functions to write and read a sequence container to and from a file.
 
defaultiofields.hh
 Adds output fields to a given output module, this is the default if a model doesn't implement this functionality.
 
format.hh
 Formatting based on the fmt-library which implements std::format of C++20.
 
gnuplotinterface.hh
 Interface for passing data sets to a file and plotting them, if gnuplot is installed.
 
gridwriter.hh
 Generic writer for a variety of grid file formats.
 
json.hh
 Collection of json classes from JSON for Modern C++ library.
 
loadsolution.hh
 read from a file into a solution vector
 
name.hh
 A collection of input/output field names for common physical quantities.
 
ploteffectivediffusivitymodel.hh
 Interface for plotting the multi-component-matrix-interaction laws.
 
plotmateriallaw3p.hh
 Interface for plotting the three-phase fluid-matrix-interaction laws.
 
plotpckrsw.hh
 Interface for plotting the two-phase fluid-matrix-interaction laws.
 
plotthermalconductivitymodel.hh
 Interface for plotting the non-isothermal two-phase fluid-matrix-interaction laws.
 
pointcloudvtkwriter.hh
 A VTK writer specialized for staggered grid implementations with dofs on the faces.
 
rasterimagedata.hh
 A data class for raster image information.
 
rasterimagereader.hh
 A simple reader class for raster images.
 
rasterimagewriter.hh
 A simple writer class for raster images.
 
restart.hh
 Generic class to read/write restart files.
 
staggeredvtkoutputmodule.hh
 A VTK output module to simplify writing dumux simulation data to VTK format. Specialization for staggered grids with dofs on faces.
 
velocityoutput.hh
 Default velocity output policy for porous media models.
 
vtkoutputmodule.hh
 A VTK output module to simplify writing dumux simulation data to VTK format.
 
vtksequencewriter.hh
 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.