Commit graph

31 commits

Author SHA1 Message Date
Gavin Ridley
ad4e1c9f4a remove std:: from vector,unique_ptr,make_unique,array 2021-05-03 18:01:27 -04:00
Gavin Ridley
2af4c9cd92 use base class to handle layout of particle data 2021-05-03 17:57:41 -04:00
Gavin Ridley
d5d2072266 change particle to using accessor methods 2021-05-03 17:56:57 -04:00
Andrew Johnson
a6c9f173a4
Apply templated write_message to particle_restart.cpp 2020-08-06 07:05:01 -04:00
Paul Romano
c8b99514b7 Make sure data gets initialized for particle restarts 2020-06-18 16:21:26 -05:00
Paul Romano
9dab8bf507 Use references consistently in geometry functions 2020-04-23 16:37:23 -05:00
Gavin Ridley
7df7fc280b
Merge branch 'develop' into add_enums2 2020-01-21 13:13:50 -05:00
Gavin Ridley
1d33aca9bd incorporate recommended name changes 2020-01-21 13:04:39 -05:00
Gavin Ridley
9483c409a8 convert all but one thing in cell.h to enums 2020-01-16 15:41:45 -05:00
John Tramm
47cfc9cbf1 finished comment incorporation from code review 2020-01-16 01:48:59 +00:00
John Tramm
d6d804600f formatting cleanup 2020-01-14 19:30:18 +00:00
John Tramm
e60dd30079 moved shared fission bank and event based functions around. Created new event files for event-based logic. 2020-01-08 17:09:41 +00:00
John Tramm
8aaa97a0bd Removed old style history() function from particle object, and moved it into new functions in simulation file. Also had to fix particle_restart function to follow similar logic that was moved to initialize_history() function. 2020-01-07 23:03:13 +00:00
John Tramm
0602ddd8a3 refactor seed and seed aray variable names 2019-12-05 19:50:31 +00:00
John Tramm
638172e68d refactor of prn() interface and python interface changes 2019-12-04 16:35:01 +00:00
John Tramm
4261690537 finished refactoring to add class member signifier, and finished formatting cleanup 2019-11-25 16:28:07 +00:00
John Tramm
3b985f1976 finished debugging. Appears to get the same answer on the pincell. Lets see if it passes tests. 2019-11-22 15:13:09 +00:00
Adam G Nelson
05fac29164 Revised MG code so that the energy group indices are 0-based instead of 1-based. Next commit will perform some code cleanup enabled by this change. 2019-11-11 19:50:52 -06:00
Sterling Harper
6650fa43d4
Merge pull request #1404 from gridley/no_mutual_restart_track_exclusion
can write track files in restart mode now
2019-11-10 14:45:13 -05:00
Gavin Ridley
005b126f96 can write track files in restart mode now 2019-11-08 18:05:32 -05:00
Gavin Ridley
b8d9ae0f8e PR style changes 2019-11-08 13:25:49 -05:00
Gavin Ridley
9c06a128d9 initial stab at making mgxs externally usable 2019-11-02 22:08:06 -04:00
Paul Romano
1d5242ede1 Fix a whole bunch of -Wall warnings 2019-03-26 14:11:47 -05:00
Paul Romano
8a8b7b2c0a Move cross section caches into Particle class 2019-03-19 13:56:45 -05:00
Paul Romano
cd0ca81914 Rename other 'last' members in Particle 2019-03-01 16:00:36 -06:00
Paul Romano
368f89697d Use Position and Direction in Particle class 2019-03-01 16:00:36 -06:00
Paul Romano
e906198273 Turn Particle::initialize into the default constructor 2019-03-01 15:59:21 -06:00
Paul Romano
b28ee8087c Move ParticleType into Particle and use for type_ member 2019-03-01 15:59:21 -06:00
Paul Romano
b4ed267d4b Add trailing underscore on Particle data members 2019-03-01 15:59:21 -06:00
Paul Romano
16b2a657d6 Move cross section caches to C++ 2019-02-20 15:03:36 -06:00
Paul Romano
968e9a95d4 Convert particle restart to C++ 2019-02-15 10:59:23 -06:00