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

Public Types | |
| enum | PointType { IPOINTS, VERTICES, CUSTOM } |
| typedef geom::Shape | Shape |
Public Member Functions | |
| 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 () |
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... | |
Public Attributes | |
| 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 | ~Element () |
| virtual void | setupChanged_ (int flags) |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Protected Member Functions inherited from jive::fem::VirtualElement | |
| virtual | ~VirtualElement () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
Protected Attributes | |
| PointType | pntType_ |
Static Protected Attributes | |
| static const int | NEW_SHAPE_ |
| static const int | NEW_POINTS_ |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
| typedef geom::Shape jive::fem::Element::Shape |
|
explicit |
|
protectedvirtual |
|
virtual |
Implements jive::fem::VirtualElement.
|
virtual |
Implements jive::fem::VirtualElement.
|
virtual |
Implements jive::fem::VirtualElement.
| void jive::fem::Element::loadDataFast | ( | idx_t | ielem | ) |
| void jive::fem::Element::selectPoints | ( | PointType | pntType | ) |
| void jive::fem::Element::setLocalPoints | ( | const Matrix & | coords | ) |
| void jive::fem::Element::setGlobalPoints | ( | const Matrix & | coords, |
| double | eps | ||
| ) |
| const Matrix& jive::fem::Element::getGlobalPoints | ( | ) |
| const Vector& jive::fem::Element::getPointWeights | ( | ) |
| const Matrix& jive::fem::Element::getShapeFuncs | ( | ) |
|
protectedvirtual |
Reimplemented in jive::fem::BoundaryElement, and jive::fem::InternalElement.
| ElementSet jive::fem::Element::elems |
| NodeSet jive::fem::Element::nodes |
| idx_t jive::fem::Element::ielem |
| bool jive::fem::Element::newShape |
| idx_t jive::fem::Element::rank |
| idx_t jive::fem::Element::localRank |
| idx_t jive::fem::Element::pntCount |
| idx_t jive::fem::Element::nodeCount |
| idx_t jive::fem::Element::funcCount |
| IdxVector jive::fem::Element::inodes |
| Matrix jive::fem::Element::xnodes |
| Matrix jive::fem::Element::upoints |
| Matrix jive::fem::Element::xpoints |
| Vector jive::fem::Element::pntWeights |
| Matrix jive::fem::Element::shapeFuncs |
|
staticprotected |
|
staticprotected |
|
protected |