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

Routines to copy Material and Track objects to the GPU from CPU. More...

#include "../DeviceMaterial.h"
#include "../DeviceTrack.h"
#include <map>

Go to the source code of this file.

Functions

void clone_material (Material *material_h, dev_material *material_d)
 
void clone_track (Track *track_h, dev_track *track_d, std::map< int, int > &material_IDs_to_indices)
 

Detailed Description

Routines to copy Material and Track objects to the GPU from CPU.

Author
May 30, 2013
William Boyd, MIT, Course 22 (wboyd.nosp@m.@mit.nosp@m..edu)