Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Functions
graphics/dataGnuplot.hh File Reference
#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"
Include dependency graph for dataGnuplot.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  graphics::DataGnuplotCell< F >
 Writes the data which describe the elements to the given streams. More...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


namespace  graphics
 

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)
 Creates a data file for viewing the data with Gnuplot using DataGnuplotCell.

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)