#include <jive/fem/NodeSet.h>
|
| | NodeSet () |
| |
| | NodeSet (const Ref< Data > &nodes) |
| |
| Event< Data & > & | newGeomEvent () const |
| |
| Event< idx_t, Data & > & | newRankEvent () const |
| |
| Data * | getData () const |
| |
| idx_t | rank () const |
| |
| String | getNodePath (idx_t nodeID) const |
| |
| idx_t | findNode (idx_t nodeID) const |
| |
| idx_t | getNodeID (idx_t inode) const |
| |
| void | getNodeCoords (const Vector &coords, idx_t inode) const |
| |
| void | getCoords (const Matrix &coords) const |
| |
| void | getSomeCoords (const Matrix &coords, const IdxVector &inodes) const |
| |
| Matrix | toMatrix () const |
| |
| void | checkRank (const String &context, idx_t rank) const |
| |
| void | checkRank (const String &context, idx_t minRank, idx_t maxRank) const |
| |
| void | store (const Properties &globdat) const |
| |
| void | store (const String &name, const Properties &globdat) const |
| |
| Event< Data & > & | changeEvent () const |
| |
| Event< idx_t, Data & > & | newSizeEvent () const |
| |
| Event< const Reordering &, Data & > & | newOrderEvent () const |
| |
| void | resetEvents () const |
| |
| idx_t | size () const |
| |
| String | getName () const |
| |
| String | getTagName () const |
| |
| String | getContext () const |
| |
| Data * | getData () const |
| |
| template<class Input > |
| void | readFrom (Input &in) |
| |
| template<class Output > |
| void | writeTo (Output &out) const |
| |
| void | store (const Properties &globdat) const |
| |
| void | store (const String &name, const Properties &globdat) const |
| |
| bool | operator== (const Self &rhs) const |
| |
| bool | operator== (const Nil &rhs) const |
| |
| bool | operator!= (const Self &rhs) const |
| |
| bool | operator!= (const Nil &rhs) const |
| |
| jive::fem::NodeSet::NodeSet |
( |
| ) |
|
| jive::fem::NodeSet::NodeSet |
( |
const Ref< Data > & |
nodes | ) |
|
|
explicit |
| idx_t jive::fem::NodeSet::rank |
( |
| ) |
const |
| String jive::fem::NodeSet::getNodePath |
( |
idx_t |
nodeID | ) |
const |
| idx_t jive::fem::NodeSet::findNode |
( |
idx_t |
nodeID | ) |
const |
| idx_t jive::fem::NodeSet::getNodeID |
( |
idx_t |
inode | ) |
const |
| void jive::fem::NodeSet::getNodeCoords |
( |
const Vector & |
coords, |
|
|
idx_t |
inode |
|
) |
| const |
| void jive::fem::NodeSet::getCoords |
( |
const Matrix & |
coords | ) |
const |
| void jive::fem::NodeSet::getSomeCoords |
( |
const Matrix & |
coords, |
|
|
const IdxVector & |
inodes |
|
) |
| const |
| Matrix jive::fem::NodeSet::toMatrix |
( |
| ) |
const |
| void jive::fem::NodeSet::checkRank |
( |
const String & |
context, |
|
|
idx_t |
rank |
|
) |
| const |
| void jive::fem::NodeSet::checkRank |
( |
const String & |
context, |
|
|
idx_t |
minRank, |
|
|
idx_t |
maxRank |
|
) |
| const |
| void jive::fem::NodeSet::store |
( |
const Properties & |
globdat | ) |
const |
| void jive::fem::NodeSet::store |
( |
const String & |
name, |
|
|
const Properties & |
globdat |
|
) |
| const |