class Table Data type Table
Data type Table. Table stores the connectivity of elements of TYPE I to elements of TYPE II, for example, it may be Element-To-Face connectivity table, etc. *
int* I
Table(int dim, int connections_per_row = 3)
Table(int dim, const int *connections_per_row)
void SetSize(int dim, int connections_per_row)
inline int Size() const
inline int Size_of_connections() const
int operator) (int i, int j) const
void GetRow(int i, Array<int> &row) const
int Push( int i, int j )
void Finalize()
void Print(ostream & out = cout, int width = 4)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de