![]() |
An open source method of characteristics neutron transport code.
|
The LocalCoords class. More...
Go to the source code of this file.
Classes | |
| class | LocalCoords |
| The LocalCoords represents a set of local coordinates on some level of nested Universes making up the geometry. _next and _prev allow for use of LocalCoords as a linked list but _next_array can also be used to access coordinates. More... | |
Enumerations | |
| enum | coordType { UNIV, LAT } |
| The type of Universe level on which the LocalCoords reside. More... | |
The LocalCoords class.
| enum coordType |
The type of Universe level on which the LocalCoords reside.
| Enumerator | |
|---|---|
| UNIV | A Universe level coordinate type |
| LAT | A Lattice level coordinate type |