Cell by cell output for MeshDAT.
More...
#include <meshDAT.hh>


Public Member Functions | |
| MeshDATCell (const std::string &coordFilename, const std::string &boundFilename, const std::string &elmFilename) | |
| 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 | ~MeshDATCell () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Member Functions | |
| uint | getVertexNumber_ (const uint key, const concepts::Real3d *coord=0) |
Private Attributes | |
| uint | bndCnt_ |
| std::ofstream | boundFile_ |
| std::ofstream | coordFile_ |
| concepts::DynArray< bool > | edgBndNotDone_ |
| uint | elmCnt_ |
| std::ofstream | elmFile_ |
| concepts::DynArray< bool > | vtxBndNotDone_ |
| uint | vtxCnt_ |
| Counters. | |
| std::map< uint, concepts::Real3d > | vtxCoord_ |
| std::map< uint, uint > | vtxList_ |
| Vertex lists. | |
Cell by cell output for MeshDAT.
Definition at line 61 of file meshDAT.hh.
| graphics::MeshDATCell< F >::MeshDATCell | ( | const std::string & | coordFilename, |
| const std::string & | boundFilename, | ||
| const std::string & | elmFilename | ||
| ) |
Constructor.
| virtual graphics::MeshDATCell< F >::~MeshDATCell | ( | ) | [virtual] |
| uint graphics::MeshDATCell< F >::getVertexNumber_ | ( | const uint | key, |
| const concepts::Real3d * | coord = 0 |
||
| ) | [private] |
| 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::MeshDATCell< 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::MeshDATCell< 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 >.
uint graphics::MeshDATCell< F >::bndCnt_ [private] |
Definition at line 81 of file meshDAT.hh.
std::ofstream graphics::MeshDATCell< F >::boundFile_ [private] |
Definition at line 73 of file meshDAT.hh.
std::ofstream graphics::MeshDATCell< F >::coordFile_ [private] |
Definition at line 73 of file meshDAT.hh.
concepts::DynArray<bool> graphics::MeshDATCell< F >::edgBndNotDone_ [private] |
Definition at line 78 of file meshDAT.hh.
uint graphics::MeshDATCell< F >::elmCnt_ [private] |
Definition at line 81 of file meshDAT.hh.
std::ofstream graphics::MeshDATCell< F >::elmFile_ [private] |
Definition at line 73 of file meshDAT.hh.
concepts::DynArray<bool> graphics::MeshDATCell< F >::vtxBndNotDone_ [private] |
Definition at line 78 of file meshDAT.hh.
uint graphics::MeshDATCell< F >::vtxCnt_ [private] |
Counters.
Definition at line 81 of file meshDAT.hh.
std::map<uint, concepts::Real3d> graphics::MeshDATCell< F >::vtxCoord_ [private] |
Definition at line 77 of file meshDAT.hh.
std::map<uint, uint> graphics::MeshDATCell< F >::vtxList_ [private] |
Vertex lists.
Definition at line 76 of file meshDAT.hh.