Jive reference manual
List of all members | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes
jive::fem::InternalBoundary Class Reference

#include <jive/fem/InternalBoundary.h>

Inheritance diagram for jive::fem::InternalBoundary:
Inheritance graph

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)
 
BoundarygetFirst () const
 
BoundarygetSecond () const
 
void setPrecision (double prec)
 
double getPrecision () const
 
- Public Member Functions inherited from jem::Object
virtual ClassgetClass () 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< Objectclone () 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< Boundaryfirst_
 
Ref< Boundarysecond_
 

Additional Inherited Members

- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 

Constructor & Destructor Documentation

jive::fem::InternalBoundary::InternalBoundary ( const BoundarySet bounds)
explicit
jive::fem::InternalBoundary::InternalBoundary ( const Ref< Boundary > &  bnd0,
const Ref< Boundary > &  bnd1 
)
virtual jive::fem::InternalBoundary::~InternalBoundary ( )
protectedvirtual

Member Function Documentation

virtual void jive::fem::InternalBoundary::reset ( )
virtual
virtual void jive::fem::InternalBoundary::setShapes ( geom::IShape shape0,
idx_t  ilocal,
geom::IShape shape1,
idx_t  jlocal 
)
virtual
virtual void jive::fem::InternalBoundary::loadData ( idx_t  ibound,
idx_t  ielem,
idx_t  jbound,
idx_t  jelem 
)
virtual
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

Member Data Documentation

const double jive::fem::InternalBoundary::PRECISION
static
Ref<Boundary> jive::fem::InternalBoundary::first_
protected
Ref<Boundary> jive::fem::InternalBoundary::second_
protected