Gavin Ridley
Gavin Ridley
Was making some input for a graphite pile today. Here's another example plot that I got from it. 
@pshriwise have you monkeyed with the ordering and data structures yet? I believe we had talked about it briefly on slack, and my position is that changing up the ordering...
OK, the new commit should have addressed most of those concerns! :smile:
Ah, I may have accidentally force pushed and removed those dagmc changes you had incorporated, Patrick. I can try to rebase the latest commits on that stuff. Sorry, totally forgot...
@pshriwise alright, I cherry-picked your dagmc hacks in, but one of them entails commenting out a section that marks particles as lost. Obviously that's not something we want to merge...
Paging @owenmylotte
I thought the purpose of surface sources was for moving from something like a reactor problem to a reactor shielding problem. Why not just set the surfaces you're banking to...
Come to think of it--for writing surface sources, if you're not stopping the particle at the surface you write particles to the bank at, do you not run the risk...
Lastly: this functionality could be achieved without any added C++ as a postprocessing step. You'd just open the surface source h5 file with a python script, loop over the sites,...
@paulromano Well sure, it would produce more data than required if treated as a postprocessing step, true. But the more fundamental reason underlying my complaint is that this is a...