Commit graph

149 commits

Author SHA1 Message Date
Adam Nelson
8d35923405 Merge remote-tracking branch 'upstream/develop' into mg_th5 2016-09-15 19:39:12 -04:00
Sam Shaner
76ceafa449 merged with upstream/develop 2016-09-11 15:15:18 -04:00
Adam Nelson
f4731567e1 Updated ipython notebook and some poor indentation 2016-09-11 06:29:45 -04:00
Adam Nelson
255aba1fc0 Updated ipython notebook, fixed minor corrections throughout, and added h5 wrapper functions in hdf5_interface so the various from_hdf5 routines dont have to call low-level functions directly 2016-09-10 11:28:08 -04:00
Adam Nelson
61feb8cc6d Updated mgxs-part-iv 2016-09-10 08:40:04 -04:00
Adam Nelson
a235aa8cba Progressively fixing bugs, last one seems to be tabular representation doesnt produce correct results anymore 2016-09-09 20:39:05 -04:00
Sam Shaner
7936b04683 implemented decay rate tally 2016-09-06 08:45:39 -04:00
Adam Nelson
785bd49ad1 Resolving the merge 2016-09-03 04:41:12 -04:00
Paul Romano
3d29075022 Update Jupyter notebooks 2016-08-31 10:59:21 -05:00
Sam Shaner
bc49c74d88 updated tally-arithmetic.ipynb 2016-08-29 12:20:41 -04:00
Sam Shaner
26bdadd79a removed redundant code in tally.F90 and addressed other PR comments 2016-08-29 10:05:00 -04:00
Sam Shaner
ba42547eb3 added tally-arithmetic.ipynb with six-factor formula 2016-08-23 15:26:24 -04:00
Paul Romano
08219585f9 Fix two documentation issues 2016-08-20 16:50:14 -05:00
Sam Shaner
e122535ddc fixed issue in tally.F90 and updated mdgxs-part-ii.ipynb 2016-08-16 16:47:50 -04:00
Sam Shaner
7def0d51ce updated mdgxs notebooks and added them to documentation 2016-08-11 08:27:22 -04:00
Sam Shaner
6669e437e2 removed unnecessary imports and fixed comments 2016-08-11 08:02:44 -04:00
Sam Shaner
d6ae522c2a updated mgxs tests 2016-08-10 22:30:58 -04:00
Sam Shaner
cdca6f3e1a removed DelayedGroups and addressed PR comments 2016-08-06 16:44:22 -04:00
Sam Shaner
46e92ee5bb merged with develop branch 2016-08-03 16:05:57 -04:00
Sam Shaner
c23c1cabfb added second mdgxs ipython notebook 2016-08-03 00:13:51 -04:00
Sam Shaner
7be7c6f29b fixed mgxs library.py to accept MDGXS 2016-08-02 18:53:44 -04:00
Sam Shaner
e8819e6a77 Merge remote-tracking branch 'origin/meshout-filter' into mesh-mgxs 2016-08-02 08:13:35 -04:00
Sam Shaner
a5e9b870fd added mdgxs-part-i.ipynb notebook for mdgxs 2016-07-31 21:43:34 -04:00
Sam Shaner
355fb6f30d addressed PR comments 2016-07-31 10:20:50 -04:00
Sam Shaner
ef0cbebbaa updated mgxs ipython notebooks noting that the mesh domain type has been added 2016-07-29 17:45:35 -04:00
Sam Shaner
a00441ee14 removed updates to mgxs notebooks 2016-07-29 13:44:11 -04:00
Sam Shaner
c35eac2c06 changed mgxs-part-i.ipynb mgxs domain back to cell 2016-07-29 13:41:14 -04:00
Sam Shaner
6694895769 added error statement when micro xs is requested for a mesh domain 2016-07-29 13:38:46 -04:00
samuel shaner
16e74656b0 merged with new-mgxs-tallies branch 2016-07-29 16:37:20 +00:00
Sam Shaner
2342d17431 changed mgxs velocity to inverse velocity to avoid test suite round off issue 2016-07-29 11:09:54 -04:00
Sam Shaner
97c665d736 merged with upstream/develop 2016-07-29 08:41:30 -04:00
Sam Shaner
120b58a0b5 merged with upstream/develop 2016-07-29 08:33:56 -04:00
Sterling Harper
31771d8e2e Expand on IncidentNeutron.from_hdf5 in notebook 2016-07-28 16:27:11 -05:00
Paul Romano
e2112b86ae Respond to @smharper comments on #684 2016-07-25 06:33:37 -05:00
Paul Romano
ef7eb3cc64 Add example notebook for nuclear data 2016-07-14 15:52:51 -05:00
Sam Shaner
b56c528bdb used condensed methods to generate mesh domain bins 2016-07-07 16:46:24 -04:00
Sam Shaner
9686543fa0 implemented mesh domain in mgxs 2016-07-05 18:38:56 -04:00
Sam Shaner
16dc3db6fa added prompt-nu-fission tally and reduced size of new MGXS types 2016-07-05 14:43:40 -04:00
Adam Nelson
dffb9858e8 Fixed per @paulromano comments 2016-06-08 19:38:44 -04:00
Adam Nelson
826d5a43d8 Switched tabular_legendre to have a default of true 2016-06-07 20:04:13 -04:00
Will Boyd
a787ea8818 Merge pull request #656 from paulromano/pyapi-geometry-improvements
Python API geometry enhancements
2016-05-31 10:31:40 -04:00
Adam Nelson
a9462ff7f7 Fixed tallies._can_merge_scores to properly think it can merge a score if the master score list contains the score to be added. 2016-05-30 14:23:06 -04:00
Paul Romano
e40a369693 Add geometry plotting capability and restructure lattice attributes 2016-05-27 09:53:07 -05:00
Adam Nelson
dca86df219 adding notice to users that div by zero is expected in mgxs-part-iii nbook. 2016-05-24 20:27:06 -04:00
Adam Nelson
7794fae54d updates per @wbinventor comments 2016-05-24 20:19:14 -04:00
Adam Nelson
18fc97fc9a Updating notebook to reflect changes thus far 2016-05-22 21:31:33 -04:00
Adam Nelson
b1516c9184 Updated per minor edits from @wbinventor and added a routine to calculate the mgxs_library and Materials objects 2016-05-17 21:24:03 -04:00
Adam Nelson
16886a41d9 Incorporating Legendre scattering to Library and Mgxs_library modules (and example nbook). 2016-05-17 05:35:55 -04:00
Adam Nelson
058ba68895 Merge branch 'develop' into mgxs_integration 2016-05-16 19:18:42 -04:00
Adam Nelson
071e8d3e30 Forgot universe_id=0 for root in example nb (fixed), resolved comments from @paulromano, and made sure the example problem worked still (it did, but I simplified it a bit since data doesnt need to be numpy arrays anymore. 2016-05-15 14:26:54 -04:00