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

Public Member Functions | |
| InternalBoundary (const BoundarySet &bounds) | |
| InternalBoundary (const Ref< Boundary > &bnd0, const Ref< Boundary > &bnd1) | |
| virtual void | reset () |
| virtual void | setShapes (geom::IShape *shape0, idx_t ilocal, geom::IShape *shape1, idx_t jlocal) |
| virtual void | loadData (idx_t ibound, idx_t ielem, idx_t jbound, idx_t jelem) |
| Boundary * | getFirst () const |
| Boundary * | getSecond () const |
| void | setPrecision (double prec) |
| double | getPrecision () const |
Public Member Functions inherited from jem::Object | |
| virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| virtual long | hashValue () const |
| Returns a hash value for this object. More... | |
| virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More... | |
| Ref< Object > | clone () const |
| Returns a copy of this object. More... | |
Static Public Attributes | |
| static const double | PRECISION |
Protected Member Functions | |
| virtual | ~InternalBoundary () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Protected Member Functions inherited from jive::fem::VirtualIBoundary | |
| virtual | ~VirtualIBoundary () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
Protected Attributes | |
| Ref< Boundary > | first_ |
| Ref< Boundary > | second_ |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
|
explicit |
| jive::fem::InternalBoundary::InternalBoundary | ( | const Ref< Boundary > & | bnd0, |
| const Ref< Boundary > & | bnd1 | ||
| ) |
|
protectedvirtual |
|
virtual |
Implements jive::fem::VirtualIBoundary.
|
virtual |
Implements jive::fem::VirtualIBoundary.
|
virtual |
Implements jive::fem::VirtualIBoundary.
| Boundary * jive::fem::InternalBoundary::getFirst | ( | ) | const |
| Boundary * jive::fem::InternalBoundary::getSecond | ( | ) | const |
| void jive::fem::InternalBoundary::setPrecision | ( | double | prec | ) |
| double jive::fem::InternalBoundary::getPrecision | ( | ) | const |
|
static |