Writes quantities to a file which can be processed by Gnuplot. Works for 1d, 2d and 3d only. More...
#include <gnuplot_writer.hpp>
Public Member Functions | |
template<typename DeviceType , typename CellFilterType , typename QuantitiyAccessorType > | |
void | operator() (DeviceType const &device, CellFilterType const &cell_filter, QuantitiyAccessorType const &quan, const std::string filename) const |
Helper function for writing a quantity at particular cells to a plain text file. Output can be processed by e.g. Gnuplot. More... | |
template<typename DeviceType , typename QuantitiyAccessorType > | |
void | operator() (DeviceType const &device, QuantitiyAccessorType const &quan, const std::string filename) const |
Helper function for writing a quantity at all cells to a plain text file. Output can be processed by e.g. Gnuplot. More... | |
Writes quantities to a file which can be processed by Gnuplot. Works for 1d, 2d and 3d only.
Definition at line 46 of file gnuplot_writer.hpp.
|
inline |
Helper function for writing a quantity at particular cells to a plain text file. Output can be processed by e.g. Gnuplot.
Definition at line 53 of file gnuplot_writer.hpp.
|
inline |
Helper function for writing a quantity at all cells to a plain text file. Output can be processed by e.g. Gnuplot.
Definition at line 97 of file gnuplot_writer.hpp.