meshTecplot.hh File Reference
#include <string>
#include <fstream>
#include <memory>
#include "basics/typedefs.hh"
#include "basics/vectorsMatricesForward.hh"
#include "basics/exceptions.hh"
#include "toolbox/dynArray.hh"
#include "space/postProcess.hh"
Go to the source code of this file.
Classes | |
class | graphics::MeshTecplot< F > |
Creates files to show the mesh using Tecplot. More... | |
class | graphics::MeshTecplotCell< F > |
Cell by cell output for MeshTecplot . More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
graphics | |
Graphics. | |
Functions | |
void | graphics::drawMeshTecplot (concepts::Mesh &msh, const std::string &filename) |
Trampoline function to create an instance of MeshTecplot. More... | |
template<typename F > | |
void | graphics::drawMeshTecplot (concepts::Space< F > &spc, const std::string &filename, const uint dim) |
Trampoline function to create an instance of MeshTecplot. More... | |
Detailed Description
Graphics of the mesh in Tecplot
Definition in file meshTecplot.hh.