#include <infiniteMeshes.hh>
Public Member Functions | |
SquareTwoInfiniteRects (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 three cells, one Quad2d and two InfiniteRect2d.
The quad is in , flanked on whose top and bottom with two infinite rectangles, namely and .
Definition at line 27 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 50 of file infiniteMeshes.hh.
|
inlinevirtual |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Definition at line 51 of file infiniteMeshes.hh.