Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Public Member Functions | Private Attributes | Static Private Attributes
concepts::gfem::PeriodicRect Class Reference

#include <periodicRect.h>

Inheritance diagram for concepts::gfem::PeriodicRect:
Inheritance graph
[legend]
Collaboration diagram for concepts::gfem::PeriodicRect:
Collaboration graph
[legend]

List of all members.

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::Scan2scan ()
 Returns a scanner over the cells of the mesh.
virtual ~PeriodicRect ()

Private Attributes

concepts::Quad2dcell [N_CELL]
concepts::Edgeedg [N_EDGE]
concepts::Quadquad [N_CELL]
concepts::Vertexvtx [N_VERT]

Static Private Attributes

static const uint N_CELL = 1
static const uint N_EDGE = 2
static const uint N_VERT = 1

Detailed Description

Definition at line 20 of file periodicRect.h.


Constructor & Destructor Documentation

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]

Member Function Documentation

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.

Postcondition:
The scanner must be deleted after usage. This has to be done by the user.

Implements concepts::Mesh2.

Definition at line 28 of file periodicRect.h.


Member Data Documentation

Definition at line 41 of file periodicRect.h.

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.

Definition at line 40 of file periodicRect.h.

Definition at line 38 of file periodicRect.h.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)