Creates files to show the mesh using Tecplot. More...
#include <meshTecplot.hh>
Public Member Functions | |
| MeshTecplot (concepts::Mesh &msh, const std::string &filename) | |
| Constructor. | |
| MeshTecplot (concepts::Space< F > &spc, const std::string &filename, const uint dim) | |
| Constructor. | |
Private Attributes | |
| const std::string | filename_ |
Creates files to show the mesh using Tecplot.
The default extension for Tecplot ASCII files is '.dat'.
Definition at line 36 of file meshTecplot.hh.
| graphics::MeshTecplot< F >::MeshTecplot | ( | concepts::Mesh & | msh, |
| const std::string & | filename | ||
| ) |
Constructor.
| graphics::MeshTecplot< F >::MeshTecplot | ( | concepts::Space< F > & | spc, |
| const std::string & | filename, | ||
| const uint | dim | ||
| ) |
Constructor.
const std::string graphics::MeshTecplot< F >::filename_ [private] |
Definition at line 44 of file meshTecplot.hh.