Writes the energy distribution function to a file which can be processed by Gnuplot. More...
#include <math.h>
#include <fstream>
#include <iostream>
#include "viennagrid/mesh/mesh.hpp"
#include "viennagrid/algorithm/centroid.hpp"
#include "viennashe/forwards.h"
#include "viennashe/config.hpp"
#include "viennashe/physics/constants.hpp"
#include "viennashe/io/exception.hpp"
Go to the source code of this file.
Classes | |
struct | viennashe::io::gnuplot_edf_writer |
Writes the energy distribution function to a file which can be processed by Gnuplot. Works for 1d, 2d and 3d only. More... | |
Namespaces | |
namespace | viennashe |
The main ViennaSHE namespace. All functionality resides inside this namespace. | |
namespace | viennashe::io |
Namespace for all (file-)IO specific code | |
Writes the energy distribution function to a file which can be processed by Gnuplot.
Definition in file gnuplot_writer_edf.hpp.