MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <HinesMatrix.h>
Public Member Functions | |
JunctionStruct (unsigned int i, unsigned int r) | |
bool | operator< (const JunctionStruct &other) const |
Public Attributes | |
unsigned int | index |
Hines index of the compartment. More... | |
unsigned int | rank |
Definition at line 25 of file HinesMatrix.h.
|
inline |
Definition at line 27 of file HinesMatrix.h.
|
inline |
unsigned int JunctionStruct::index |
Hines index of the compartment.
Definition at line 39 of file HinesMatrix.h.
Referenced by operator<().
unsigned int JunctionStruct::rank |
Number of elements "remaining" in this compartment's group: i.e., number of children with a larger Hines index, +1 for the parent.
Definition at line 40 of file HinesMatrix.h.