concepts::MacroElementNode Class Reference
#include <meshGraph.hh>
Public Member Functions | |
void | addContent (const hp2D::Quad< Real > *quad) |
const hp2D::Quad< Real > * | get () const |
MacroElementNode () | |
MacroElementNode (const hp2D::Quad< Real > *quad) | |
const uint | nEdges () const |
const MacroElementNode * | neighbour (ushort direction) const |
void | setEdge (uint direction, MeshGraph2_Edge *edge, uint pos) |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
concepts::Sequence< const hp2D::Quad< Real > * > | content_ |
uint | e_p |
MeshGraph2_Edge * | east_ |
uint | n_p |
MeshGraph2_Edge * | north_ |
uint | s_p |
MeshGraph2_Edge * | south_ |
uint | w_p |
MeshGraph2_Edge * | west_ |
Detailed Description
Definition at line 40 of file meshGraph.hh.
Constructor & Destructor Documentation
◆ MacroElementNode() [1/2]
|
inline |
Definition at line 44 of file meshGraph.hh.
◆ MacroElementNode() [2/2]
|
inline |
Definition at line 46 of file meshGraph.hh.
Member Function Documentation
◆ addContent()
|
inline |
Definition at line 69 of file meshGraph.hh.
◆ get()
|
inline |
Definition at line 78 of file meshGraph.hh.
◆ info()
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 122 of file meshGraph.hh.
◆ nEdges()
|
inline |
Definition at line 73 of file meshGraph.hh.
◆ neighbour()
|
inline |
Definition at line 89 of file meshGraph.hh.
◆ setEdge()
|
inline |
Definition at line 57 of file meshGraph.hh.
Member Data Documentation
◆ content_
|
private |
Definition at line 151 of file meshGraph.hh.
◆ e_p
|
private |
Definition at line 148 of file meshGraph.hh.
◆ east_
|
private |
Definition at line 146 of file meshGraph.hh.
◆ n_p
|
private |
Definition at line 148 of file meshGraph.hh.
◆ north_
|
private |
Definition at line 146 of file meshGraph.hh.
◆ s_p
|
private |
Definition at line 148 of file meshGraph.hh.
◆ south_
|
private |
Definition at line 146 of file meshGraph.hh.
◆ w_p
|
private |
Definition at line 148 of file meshGraph.hh.
◆ west_
|
private |
Definition at line 146 of file meshGraph.hh.
The documentation for this class was generated from the following file:
- estimator/meshGraph.hh