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 |
![]() | |
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 () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
![]() | |
virtual | ~VirtualIBoundary () |
![]() | |
virtual | ~Interface () |
Empty destructor. More... | |
Protected Attributes | |
Ref< Boundary > | first_ |
Ref< Boundary > | second_ |
Additional Inherited Members | |
![]() | |
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 |