Jive reference manual
|
#include <jive/fem/BoundaryElement.h>
Public Types | |
typedef geom::BShape | BShape |
![]() | |
enum | PointType { IPOINTS, VERTICES, CUSTOM } |
typedef geom::Shape | Shape |
Public Member Functions | |
BoundaryElement (const ElementSet &elems, const Ref< BShape > &shape=NIL) | |
const Matrix & | getNormals () |
![]() | |
Element (const ElementSet &elems, const Ref< Shape > &shape=NIL) | |
virtual void | reset () |
virtual void | setShape (Shape *shape) |
virtual void | loadData (idx_t ielem) |
void | loadDataFast (idx_t ielem) |
void | selectPoints (PointType pntType) |
void | setLocalPoints (const Matrix &coords) |
void | setGlobalPoints (const Matrix &coords, double eps) |
const Matrix & | getGlobalPoints () |
const Vector & | getPointWeights () |
const Matrix & | getShapeFuncs () |
![]() | |
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... | |
Public Attributes | |
Ref< BShape > | shape |
Matrix | normals |
![]() | |
ElementSet | elems |
NodeSet | nodes |
idx_t | ielem |
Ref< Shape > | shape |
bool | newShape |
idx_t | rank |
idx_t | localRank |
idx_t | pntCount |
idx_t | nodeCount |
idx_t | funcCount |
IdxVector | inodes |
Matrix | xnodes |
Matrix | upoints |
Matrix | xpoints |
Vector | pntWeights |
Matrix | shapeFuncs |
Protected Member Functions | |
virtual | ~BoundaryElement () |
virtual void | setupChanged_ (int flags) |
![]() | |
virtual | ~Element () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
![]() | |
virtual | ~VirtualElement () |
![]() | |
virtual | ~Interface () |
Empty destructor. More... | |
Additional Inherited Members | |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
![]() | |
PointType | pntType_ |
![]() | |
static const int | NEW_SHAPE_ |
static const int | NEW_POINTS_ |
|
explicit |
|
protectedvirtual |
const Matrix& jive::fem::BoundaryElement::getNormals | ( | ) |
|
protectedvirtual |
Reimplemented from jive::fem::Element.
Matrix jive::fem::BoundaryElement::normals |