graphics::MeshDATCell< F > Class Template Reference
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. More... | |
virtual void | operator() (const concepts::Cell &cell) throw (concepts::MissingFeature) |
Application operator. More... | |
virtual void | operator() (const concepts::Element< F > &elm) throw (concepts::MissingFeature) |
Application operator. More... | |
virtual | ~MeshDATCell () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
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. More... | |
std::map< uint, concepts::Real3d > | vtxCoord_ |
std::map< uint, uint > | vtxList_ |
Vertex lists. More... | |
Detailed Description
template<typename F>
class graphics::MeshDATCell< F >
Cell by cell output for MeshDAT
.
Definition at line 63 of file meshDAT.hh.
Constructor & Destructor Documentation
◆ MeshDATCell()
graphics::MeshDATCell< F >::MeshDATCell | ( | const std::string & | coordFilename, |
const std::string & | boundFilename, | ||
const std::string & | elmFilename | ||
) |
Constructor.
◆ ~MeshDATCell()
|
virtual |
Member Function Documentation
◆ getVertexNumber_()
|
private |
◆ info()
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in concepts::CellEdgeIntegral< F >, concepts::CellFaceIntegral< F >, concepts::CellIntegral< F >, concepts::PRefinement< F, dim >, concepts::HRefinement< F, dim >, hp3D::APrioriRefinement, hp2D::APrioriRefinement, graphics::VertexList, graphics::MatrixBaseElementFormulaCell< F, G >, graphics::MatrixCounterCell, graphics::BaseMeshCell, graphics::BaseFormulaCell< F, G >, graphics::BaseElementFormulaCell< F, G >, graphics::BaseDataCell< F, G >, graphics::BaseOutputCell< F >, graphics::BaseOutputCell< typename concepts::Realtype< F >::type >, and graphics::BaseOutputCell< Real >.
◆ operator()() [1/2]
|
virtual |
Application operator.
This application operator has to be overloaded to post process a mesh.
- Parameters
-
cell Current cell
Implements concepts::CellPostprocess< F >.
◆ operator()() [2/2]
|
virtual |
Application operator.
This application operator has to be overloaded to post process a space.
- Parameters
-
elm Current element
Implements concepts::CellPostprocess< F >.
Member Data Documentation
◆ bndCnt_
|
private |
Definition at line 83 of file meshDAT.hh.
◆ boundFile_
|
private |
Definition at line 75 of file meshDAT.hh.
◆ coordFile_
|
private |
Definition at line 75 of file meshDAT.hh.
◆ edgBndNotDone_
|
private |
Definition at line 80 of file meshDAT.hh.
◆ elmCnt_
|
private |
Definition at line 83 of file meshDAT.hh.
◆ elmFile_
|
private |
Definition at line 75 of file meshDAT.hh.
◆ vtxBndNotDone_
|
private |
Definition at line 80 of file meshDAT.hh.
◆ vtxCnt_
|
private |
Counters.
Definition at line 83 of file meshDAT.hh.
◆ vtxCoord_
|
private |
Definition at line 79 of file meshDAT.hh.
◆ vtxList_
|
private |
Vertex lists.
Definition at line 78 of file meshDAT.hh.
The documentation for this class was generated from the following file:
- graphics/meshDAT.hh