#include <string>
#include <fstream>
#include <memory>
#include "basics/typedefs.hh"
#include "basics/vectorsMatricesForward.hh"
#include "basics/exceptions.hh"
#include "space/postProcess.hh"
#include "space/formula.hh"
#include "space/function.hh"
#include "function/vector.hh"
Go to the source code of this file.
Classes | |
class | graphics::DataGnuplotCell< F > |
Namespaces | |
namespace | concepts |
namespace | graphics |
Functions | |
template<typename T , typename S > | |
void | graphics::drawDataGnuplot (T &msh_spc, std::string filename, const S &sol, const concepts::ElementFunction< Real > *fun=0) |
graphics of the data in Gnuplot
Definition in file dataGnuplot.hh.