graphics::MeshTecplot< F > Class Template Reference

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

#include <meshTecplot.hh>

Public Member Functions

 MeshTecplot (concepts::Mesh &msh, const std::string &filename)
 Constructor. More...
 
 MeshTecplot (concepts::Space< F > &spc, const std::string &filename, const uint dim)
 Constructor. More...
 

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 38 of file meshTecplot.hh.

Constructor & Destructor Documentation

◆ MeshTecplot() [1/2]

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

Constructor.

◆ MeshTecplot() [2/2]

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

Constructor.

Member Data Documentation

◆ filename_

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

Definition at line 46 of file meshTecplot.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich