3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Namespaces | Macros
gnuplotinterface.hh File Reference

Interface for passing data sets to a file and plotting them, if gnuplot is installed. More...

#include <cassert>
#include <cmath>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/stdstreams.hh>

Go to the source code of this file.

Description

Interface for passing data sets to a file and plotting them, if gnuplot is installed.

The data sets for a specific window have to be passed by the addDataSet function and then plotted by using the plot function.

Classes

class  Dumux::GnuplotInterface< Scalar >
 Interface for passing data sets to a file and plotting them, if gnuplot is installed. More...
 

Namespaces

namespace  Dumux
 make the local view function available whenever we use the grid geometry
 

Macros

#define GNUPLOT_EXECUTABLE   "/usr/bin/gnuplot"
 

Macro Definition Documentation

◆ GNUPLOT_EXECUTABLE

#define GNUPLOT_EXECUTABLE   "/usr/bin/gnuplot"
Include dependency graph for gnuplotinterface.hh: