An open source method of characteristics neutron transport code.
LocalCoords.h File Reference

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...
 

Detailed Description

The LocalCoords class.

Date
January 25, 2012
Author
William Boyd, MIT, Course 22 (wboyd.nosp@m.@mit.nosp@m..edu)

Enumeration Type Documentation

◆ coordType

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