|
IFEM
90A354
|
Struct with information per matrix block. More...

Public Attributes | |
| int | basis |
| Bases for block. | |
| int | components |
| Components in block. | |
| IntVec | MLGEQ |
| Process-local-to-global equation numbers for block. | |
| int | minEq |
| First equation we own in block. | |
| int | maxEq |
| Last equation we own in block. | |
| int | nGlbEqs |
| Total matrix size. | |
| std::set< int > | localEqs |
| Local equations belonging to the block. | |
| std::map< int, int > | G2LEQ |
| Maps from local total matrix index to local block index. | |
Struct with information per matrix block.