Commit graph

132 commits

Author SHA1 Message Date
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
Adam Nelson
4bec584ddb Removed *_id setting in example notebook IV, since they are not needed, just as @wbinventor said. I owe this man a beer. 2016-05-14 13:04:27 -04:00
Will Boyd
87dfd97e5c Fixed issue with order=0 ScatterMatrixXS statepoint loading when not using P0 correction 2016-05-14 12:33:02 -04:00
Adam Nelson
86cf42d7a6 Clarifications in example notebook 2016-05-14 07:58:10 -04:00
Adam Nelson
eb20de6a51 Updating per the latest round of comments. This includes simplifying the notebook significantly, and adding a get_xsdata method to Library. 2016-05-13 22:32:48 -04:00
Will Boyd
68d2e5b047 Fixed hosed mgxs-part-iii notebook 2016-05-13 13:18:18 -04:00
Will Boyd
47ef320ad5 Made MGXS.domain set MGXS.domain_type to reduce burden on user 2016-05-13 10:20:16 -04:00
Will Boyd
7ed772d6c3 Now using scatter-PN scores in ScatterMatrixXS for tallying efficiency 2016-05-13 10:08:54 -04:00
Adam Nelson
e9fc744ba5 Updated example notebook and changed default value of return_names in write_mg_library to False and updated the docstring accordingly. 2016-05-12 21:34:03 -04:00
Will Boyd
19feb55e6d Major refactoring of MGXS subclasses to eliminate tallies properties 2016-05-12 21:08:55 -04:00
Adam Nelson
e8e5ccd1ad Merge remote-tracking branch 'upstream/develop' into mgxs_integration 2016-05-12 05:16:31 -04:00
Will Boyd
47adcbfb89 Merge remote-tracking branch 'upstream/develop' into mgxs-scatt-orders 2016-05-11 14:27:42 -04:00
Will Boyd
03828594fb Reverted to dropping scores from MGXS Pandas DF 2016-05-10 21:04:00 -04:00
Will Boyd
4201cb9872 Fixed issue with lattice cell indexing for p-value calculation in Pandas DF notebook 2016-05-09 23:02:31 -04:00
Will Boyd
203d5a3fe4 Updated MGXS Notebooks with KappaFissionXS 2016-05-09 13:42:15 -04:00
Will Boyd
ae58827601 Fixed merge conflicts with develop 2016-05-09 12:53:12 -04:00
Will Boyd
2ca61564e2 Made distribcell paths default to True for Tally Pandas DF 2016-05-08 13:01:05 -04:00
Adam Nelson
7a67165586 Finished generating ipython notebook and incorporating in to docs 2016-05-07 14:36:32 -04:00