Cell by cell output for MeshTecplot.
More...
#include <meshTecplot.hh>


Public Member Functions | |
| MeshTecplotCell (const std::string &filename, VertexList &vtxList, const uint nelm, const uint dim) | |
| Constructor. | |
| virtual void | operator() (const concepts::Cell &cell) throw (concepts::MissingFeature) |
| Application operator. | |
| virtual void | operator() (const concepts::Element< F > &elm) throw (concepts::MissingFeature) |
| Application operator. | |
| virtual | ~MeshTecplotCell () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| std::ofstream | file_ |
| Stream to file. | |
| VertexList & | vtxList_ |
| Vertex list. | |
Cell by cell output for MeshTecplot.
Definition at line 65 of file meshTecplot.hh.
| graphics::MeshTecplotCell< F >::MeshTecplotCell | ( | const std::string & | filename, |
| VertexList & | vtxList, | ||
| const uint | nelm, | ||
| const uint | dim | ||
| ) |
Constructor.
| virtual graphics::MeshTecplotCell< F >::~MeshTecplotCell | ( | ) | [virtual] |
| virtual std::ostream& concepts::CellPostprocess< F >::info | ( | std::ostream & | os | ) | const [protected, virtual, inherited] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in EvaluateEa_of_x, CellA_M_alpha_of_x, CellA_M_of_x_MC, graphics::BaseOutputCell< F >, graphics::BaseDataCell< F, G >, graphics::BaseElementFormulaCell< F, G >, graphics::BaseFormulaCell< F, G >, graphics::BaseMeshCell, graphics::VertexList, hp2D::APrioriRefinement, hp3D::APrioriRefinement, concepts::HRefinement< F, dim >, concepts::PRefinement< F, dim >, concepts::CellIntegral< F >, concepts::CellFaceIntegral< F >, concepts::CellEdgeIntegral< F >, graphics::BaseOutputCell< G >, and graphics::BaseOutputCell< Real >.
| virtual void graphics::MeshTecplotCell< F >::operator() | ( | const concepts::Element< F > & | elm | ) | throw (concepts::MissingFeature) [virtual] |
Application operator.
This application operator has to be overloaded to post process a space.
| elm | Current element |
Implements concepts::CellPostprocess< F >.
| virtual void graphics::MeshTecplotCell< F >::operator() | ( | const concepts::Cell & | cell | ) | throw (concepts::MissingFeature) [virtual] |
Application operator.
This application operator has to be overloaded to post process a mesh.
| cell | Current cell |
Implements concepts::CellPostprocess< F >.
std::ofstream graphics::MeshTecplotCell< F >::file_ [private] |
Stream to file.
Definition at line 77 of file meshTecplot.hh.
VertexList& graphics::MeshTecplotCell< F >::vtxList_ [private] |
Vertex list.
Definition at line 80 of file meshTecplot.hh.