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

Public Types | |
| enum | NoOverlapTag { NO_OVERLAP } |
Public Member Functions | |
| MeshBlock () | |
| MeshBlock (const String &name, util::StorageMode mode=util::DEFAULT_STORAGE) | |
| MeshBlock (const String &name, NoOverlapTag tag, util::StorageMode mode=util::DEFAULT_STORAGE) | |
| MeshBlock (const XNodeSet &nodes, const XElementSet &elems, util::StorageMode mode=util::DEFAULT_STORAGE) | |
| MeshBlock (const XNodeSet &nodes, const XElementSet &elems, NoOverlapTag tag, util::StorageMode mode=util::DEFAULT_STORAGE) | |
| virtual void | readFrom (ObjectInput &in) |
| virtual void | writeTo (ObjectOutput &out) const |
| void | printTo (PrintWriter &out) const |
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... | |
Protected Member Functions | |
| virtual | ~MeshBlock () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Protected Member Functions inherited from jem::io::Serializable | |
| virtual | ~Serializable () |
| virtual void | emitVtableFunc_ () |
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... | |
| jive::fem::MeshBlock::MeshBlock | ( | ) |
|
explicit |
| jive::fem::MeshBlock::MeshBlock | ( | const String & | name, |
| NoOverlapTag | tag, | ||
| util::StorageMode | mode = util::DEFAULT_STORAGE |
||
| ) |
| jive::fem::MeshBlock::MeshBlock | ( | const XNodeSet & | nodes, |
| const XElementSet & | elems, | ||
| util::StorageMode | mode = util::DEFAULT_STORAGE |
||
| ) |
| jive::fem::MeshBlock::MeshBlock | ( | const XNodeSet & | nodes, |
| const XElementSet & | elems, | ||
| NoOverlapTag | tag, | ||
| util::StorageMode | mode = util::DEFAULT_STORAGE |
||
| ) |
|
protectedvirtual |
|
virtual |
Implements jem::io::Serializable.
|
virtual |
Implements jem::io::Serializable.
| void jive::fem::MeshBlock::printTo | ( | PrintWriter & | out | ) | const |
| XNodeSet jive::fem::MeshBlock::nodes |
| XElementSet jive::fem::MeshBlock::elems |
| XBorderSet jive::fem::MeshBlock::recvNodeBorders |
| XBorderSet jive::fem::MeshBlock::sendNodeBorders |
| XBorderSet jive::fem::MeshBlock::recvElemBorders |
| XBorderSet jive::fem::MeshBlock::sendElemBorders |