|
Jive reference manual
|
#include <jive/fem/SimpleBoundary.h>

Public Types | |
| typedef SimpleBoundary | Self |
| typedef geom::IShape | IShape |
| typedef geom::BShape | BShape |
Public Member Functions | |
| SimpleBoundary () | |
| virtual void | reset () |
| virtual void | setShape (IShape *shape, idx_t ilocal) |
| virtual void | loadData (idx_t ibound, idx_t ielem) |
| void | loadDataFast (idx_t ibound, idx_t ielem) |
Public Attributes | |
| SimpleElement | elem |
| idx_t | ibound |
| idx_t | ilocal |
| Ref< BShape > | shape |
| bool | newShape |
Additional Inherited Members | |
Protected Member Functions inherited from jive::fem::VirtualBoundary | |
| virtual | ~VirtualBoundary () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
| jive::fem::SimpleBoundary::SimpleBoundary | ( | ) |
|
virtual |
Implements jive::fem::VirtualBoundary.
|
virtual |
Implements jive::fem::VirtualBoundary.
|
virtual |
Implements jive::fem::VirtualBoundary.
| void jive::fem::SimpleBoundary::loadDataFast | ( | idx_t | ibound, |
| idx_t | ielem | ||
| ) |
| SimpleElement jive::fem::SimpleBoundary::elem |
| idx_t jive::fem::SimpleBoundary::ibound |
| idx_t jive::fem::SimpleBoundary::ilocal |
| bool jive::fem::SimpleBoundary::newShape |