An open source method of characteristics neutron transport code.
|
A dev_segment represents a line segment within a single flat source region along a track. More...
#include <DeviceTrack.h>
Public Attributes | |
FP_PRECISION | _length |
int | _material_index |
int | _region_uid |
A dev_segment represents a line segment within a single flat source region along a track.
The dev_segment is intended for use on the GPU.
FP_PRECISION dev_segment::_length |
The length of the segment (cm)
int dev_segment::_material_index |
An index into the _materials array that contains Material pointers
int dev_segment::_region_uid |
The ID for flat source region in which this segment resides