Mesh consisting of two cells, one Quad2d and one InfiniteRect2d. More...
#include <infiniteMeshes.hh>


Classes | |
| class | S |
Public Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
| unsigned int | ncell () const |
| Returns the number of cells in the mesh. | |
| Scan2 * | scan () |
| Returns a scanner over the cells of the mesh. | |
| SquareOneInfiniteRect (bool periodic=false) | |
| virtual | ~SquareOneInfiniteRect () |
Private Attributes | |
| Cell2 * | cell_ [2] |
| Edge * | edg_ [4] |
| InfiniteEdge * | infEdg_ [2] |
| InfiniteQuad * | infQuad_ [1] |
| bool | periodic_ |
| Quad * | quad_ [1] |
| Vertex * | vtx_ [4] |
Mesh consisting of two cells, one Quad2d and one InfiniteRect2d.
The quad is in
, flanked on whose top with an infinite rectangle, namely
.
The lower edge has attribute 1. The edge between the lower and the upper cell has attribute 4.
The lower cell (Quad2d) has attribute 2, whereas the upper cell (InfiniteRect2d) has attribute 3.
Definition at line 69 of file infiniteMeshes.hh.
| concepts::SquareOneInfiniteRect::SquareOneInfiniteRect | ( | bool | periodic = false | ) |
| virtual concepts::SquareOneInfiniteRect::~SquareOneInfiniteRect | ( | ) | [virtual] |
| virtual std::ostream& concepts::SquareOneInfiniteRect::info | ( | std::ostream & | os | ) | const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| unsigned int concepts::SquareOneInfiniteRect::ncell | ( | ) | const [inline, virtual] |
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 92 of file infiniteMeshes.hh.
| Scan2* concepts::SquareOneInfiniteRect::scan | ( | ) | [inline, virtual] |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Definition at line 93 of file infiniteMeshes.hh.
Cell2* concepts::SquareOneInfiniteRect::cell_[2] [private] |
Definition at line 87 of file infiniteMeshes.hh.
Edge* concepts::SquareOneInfiniteRect::edg_[4] [private] |
Definition at line 83 of file infiniteMeshes.hh.
InfiniteEdge* concepts::SquareOneInfiniteRect::infEdg_[2] [private] |
Definition at line 84 of file infiniteMeshes.hh.
InfiniteQuad* concepts::SquareOneInfiniteRect::infQuad_[1] [private] |
Definition at line 86 of file infiniteMeshes.hh.
bool concepts::SquareOneInfiniteRect::periodic_ [private] |
Definition at line 88 of file infiniteMeshes.hh.
Quad* concepts::SquareOneInfiniteRect::quad_[1] [private] |
Definition at line 85 of file infiniteMeshes.hh.
Vertex* concepts::SquareOneInfiniteRect::vtx_[4] [private] |
Definition at line 82 of file infiniteMeshes.hh.