Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
graphics::MeshTecplot< F > Class Template Reference

Creates files to show the mesh using Tecplot. More...

#include <meshTecplot.hh>

List of all members.

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_

Detailed Description

template<typename F>
class graphics::MeshTecplot< F >

Creates files to show the mesh using Tecplot.

The default extension for Tecplot ASCII files is '.dat'.

Author:
Philipp Frauenfelder, 2003

Definition at line 36 of file meshTecplot.hh.


Constructor & Destructor Documentation

template<typename F >
graphics::MeshTecplot< F >::MeshTecplot ( concepts::Mesh msh,
const std::string &  filename 
)

Constructor.

template<typename F >
graphics::MeshTecplot< F >::MeshTecplot ( concepts::Space< F > &  spc,
const std::string &  filename,
const uint  dim 
)

Constructor.


Member Data Documentation

template<typename F >
const std::string graphics::MeshTecplot< F >::filename_ [private]

Definition at line 44 of file meshTecplot.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)