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

Public Types | |
| typedef geom::IShape | IShape |
Public Types inherited from jive::fem::Element | |
| enum | PointType { IPOINTS, VERTICES, CUSTOM } |
| typedef geom::Shape | Shape |
Public Member Functions | |
| InternalElement (const ElementSet &elems, const Ref< IShape > &shape=NIL) | |
| const Cubix & | getShapeGrads () |
Public Member Functions inherited from jive::fem::Element | |
| 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 | |
| Ref< IShape > | shape |
| Cubix | shapeGrads |
Public Attributes inherited from jive::fem::Element | |
| 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 | ~InternalElement () |
| virtual void | setupChanged_ (int flags) |
Protected Member Functions inherited from jive::fem::Element | |
| virtual | ~Element () |
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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Protected Attributes inherited from jive::fem::Element | |
| PointType | pntType_ |
Static Protected Attributes inherited from jive::fem::Element | |
| static const int | NEW_SHAPE_ |
| static const int | NEW_POINTS_ |
|
explicit |
|
protectedvirtual |
| const Cubix& jive::fem::InternalElement::getShapeGrads | ( | ) |
|
protectedvirtual |
Reimplemented from jive::fem::Element.
| Cubix jive::fem::InternalElement::shapeGrads |