Go to the documentation of this file. 20 #ifndef __mast_plot_h__ 21 #define __mast_plot_h__ 28 #include "libmesh/elem.h" 29 #include "libmesh/node.h" 31 #if MAST_ENABLE_GNUPLOT == 1 33 #include "gnuplot-iostream.h" 37 void plot_elem(Gnuplot& gp,
const libMesh::Elem& elem);
38 void plot_node(Gnuplot& gp,
const libMesh::Node& node);
41 #endif // MAST_ENABLE_GNUPLOT 43 #endif // __mast_plot_h__