#include <infiniteMeshes.hh>
Public Member Functions | |
SquareOneInfiniteRect (bool periodic=false) | |
unsigned int | ncell () const |
Returns the number of cells in the mesh. | |
Scan2 * | scan () |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
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 71 of file infiniteMeshes.hh.
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 94 of file infiniteMeshes.hh.
|
inlinevirtual |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Definition at line 95 of file infiniteMeshes.hh.