#include <periodicRect.h>


Classes | |
| class | S |
Public Member Functions | |
| Quad2d ** | getQuads () |
| 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. | |
| PeriodicRect (float L) | |
| PeriodicRect (float L1, float L2) | |
| concepts::Scan2 * | scan () |
| Returns a scanner over the cells of the mesh. | |
| virtual | ~PeriodicRect () |
Private Attributes | |
| concepts::Quad2d * | cell [N_CELL] |
| concepts::Edge * | edg [N_EDGE] |
| concepts::Quad * | quad [N_CELL] |
| concepts::Vertex * | vtx [N_VERT] |
Static Private Attributes | |
| static const uint | N_CELL = 1 |
| static const uint | N_EDGE = 2 |
| static const uint | N_VERT = 1 |
Definition at line 20 of file periodicRect.h.
| concepts::gfem::PeriodicRect::PeriodicRect | ( | float | L | ) | [inline] |
Definition at line 22 of file periodicRect.h.
| concepts::gfem::PeriodicRect::PeriodicRect | ( | float | L1, |
| float | L2 | ||
| ) |
| virtual concepts::gfem::PeriodicRect::~PeriodicRect | ( | ) | [virtual] |
| Quad2d** concepts::gfem::PeriodicRect::getQuads | ( | ) | [inline] |
Definition at line 31 of file periodicRect.h.
| virtual std::ostream& concepts::gfem::PeriodicRect::info | ( | std::ostream & | os | ) | const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| unsigned int concepts::gfem::PeriodicRect::ncell | ( | ) | const [inline, virtual] |
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 27 of file periodicRect.h.
| concepts::Scan2* concepts::gfem::PeriodicRect::scan | ( | ) | [inline, virtual] |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Definition at line 28 of file periodicRect.h.
concepts::Quad2d* concepts::gfem::PeriodicRect::cell[N_CELL] [private] |
Definition at line 41 of file periodicRect.h.
concepts::Edge* concepts::gfem::PeriodicRect::edg[N_EDGE] [private] |
Definition at line 39 of file periodicRect.h.
const uint concepts::gfem::PeriodicRect::N_CELL = 1 [static, private] |
Definition at line 36 of file periodicRect.h.
const uint concepts::gfem::PeriodicRect::N_EDGE = 2 [static, private] |
Definition at line 35 of file periodicRect.h.
const uint concepts::gfem::PeriodicRect::N_VERT = 1 [static, private] |
Definition at line 34 of file periodicRect.h.
concepts::Quad* concepts::gfem::PeriodicRect::quad[N_CELL] [private] |
Definition at line 40 of file periodicRect.h.
concepts::Vertex* concepts::gfem::PeriodicRect::vtx[N_VERT] [private] |
Definition at line 38 of file periodicRect.h.