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.
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 |
Macros | |
#define | GNUPLOT_EXECUTABLE "/usr/bin/gnuplot" |
#define GNUPLOT_EXECUTABLE "/usr/bin/gnuplot" |