graphics::BoundaryDXCell< F > Class Template Reference
Gathers information about boundary faces (or edges in 2D) and prepares information to be written to an OpenDX file. More...
#include <meshDX.hh>
Public Member Functions | |
BoundaryDXCell (VertexList &vtxList) | |
const std::list< const concepts::Connector * > & | faces () const |
Returns the list of faces. More... | |
virtual void | operator() (const concepts::Cell &cell) throw (concepts::MissingFeature, concepts::Assertion) |
Application operator. More... | |
virtual void | operator() (const concepts::Element< F > &elm) throw (concepts::MissingFeature) |
Application operator. More... | |
virtual | ~BoundaryDXCell () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
std::list< const concepts::Connector * > | faces_ |
List of faces (or edges) which have boundary attribute != 0. More... | |
VertexList & | vtxList_ |
List of vertices. More... | |
Detailed Description
template<typename F>
class graphics::BoundaryDXCell< F >
Gathers information about boundary faces (or edges in 2D) and prepares information to be written to an OpenDX file.
You should not use this class directly. Instead, use the executor class MeshDX
or (even simpler) its trampoline function drawMeshDX
(which hides the template parameter of MeshDX
).
- See also
MeshDX
the executor class-
drawMeshDX
the trampoline function ofMeshDX
Constructor & Destructor Documentation
◆ BoundaryDXCell()
|
inline |
◆ ~BoundaryDXCell()
|
virtual |
Member Function Documentation
◆ faces()
|
inline |
◆ 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
◆ faces_
|
private |
◆ vtxList_
|
private |
The documentation for this class was generated from the following file:
- graphics/meshDX.hh