Paul Romano
|
33bc948f4b
|
Merge pull request #2182 from paulromano/release-0.13.1
Final change for release of version 0.13.1
|
2022-08-19 06:55:06 -05:00 |
|
Paul Romano
|
3bdf2ddfc8
|
Remove -dev tag from version number (0.13.1)
|
2022-08-18 09:35:24 -05:00 |
|
Paul Romano
|
183d9c74f6
|
Merge pull request #2161 from lewisgross1296/delete_tally
Add extern function to delete a tally by its index in the tallies vector
|
2022-08-18 08:45:07 -05:00 |
|
Paul Romano
|
48fb58a05d
|
Merge pull request #2174 from paulromano/prepare-0.13.1
Prepare for version 0.13.1
|
2022-08-18 06:54:40 -05:00 |
|
Paul Romano
|
2a7a6b171e
|
Fix flux equation per @yardasol suggestion
Co-authored-by: Olek <45364492+yardasol@users.noreply.github.com>
|
2022-08-17 09:26:46 -05:00 |
|
Paul Romano
|
3dea073c41
|
Merge pull request #2176 from shimwell/adding_ecco1968_energy_group
Adding ecco 1968 energy group
|
2022-08-17 07:37:44 -05:00 |
|
Jonathan Shimwell
|
9b458c102a
|
Review suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-08-17 07:28:50 +01:00 |
|
Paul Romano
|
6e1e18ab36
|
Define terms in flux equation for depletion docs
|
2022-08-16 22:18:55 -05:00 |
|
Paul Romano
|
aec246be72
|
Rename Tracks.write_tracks_to_vtk --> Tracks.write_to_vtk
|
2022-08-16 22:09:58 -05:00 |
|
Paul Romano
|
409263b71f
|
Merge remote-tracking branch 'yardasol/prepare-0.13.1' into prepare-0.13.1
|
2022-08-16 21:58:43 -05:00 |
|
yardasol
|
bee89f2c1a
|
cleanup rxn rate calculation in _IndependentRateHelper
|
2022-08-16 18:10:05 -05:00 |
|
Paul Romano
|
282c8115df
|
Fix error in equation in depletion user docs
|
2022-08-16 16:38:21 -05:00 |
|
Paul Romano
|
d31b083685
|
Address @yardasol review comments
|
2022-08-16 16:19:55 -05:00 |
|
lewisgross1296
|
5003cf4823
|
changed vector to array to match other entries, removed extra trailing space
|
2022-08-16 15:42:45 -05:00 |
|
lewisgross1296
|
37b17b61cf
|
added openmc_remove_tally to documentation
|
2022-08-16 14:26:48 -05:00 |
|
lewisgross1296
|
a8b0f1714a
|
mistaken, dont need _get_tally_index, we call the openmc C++ api one instead
|
2022-08-16 14:09:05 -05:00 |
|
lewisgross1296
|
5b6c6667cb
|
put _get_tally_index(self,key) back and forgot return in __getitem__
|
2022-08-16 13:43:15 -05:00 |
|
Lewis Gross
|
209954ee2f
|
change back to prevent accidental infinite recursion
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
|
2022-08-16 13:08:35 -05:00 |
|
Jonathan Shimwell
|
6c592fa1a0
|
renamed 2000 to 1968
|
2022-08-16 16:59:12 +01:00 |
|
Jonathan Shimwell
|
d0963a0a8a
|
renamed group name to match serpent reference
|
2022-08-16 16:52:23 +01:00 |
|
Jonathan Shimwell
|
762993fb8b
|
added "ecco-2000" with 1968 bins
|
2022-08-16 16:47:08 +01:00 |
|
Paul Romano
|
91638baeec
|
Merge pull request #2175 from pshriwise/cmake-docs-update
CMake command fixes for libmesh and dagmc
|
2022-08-15 22:18:54 -05:00 |
|
Patrick Shriwise
|
ab6b8f9acf
|
CMake cmd fixes for libmesh and dagmc
|
2022-08-15 15:05:36 -05:00 |
|
lewisgross1296
|
15a863e645
|
suggestion by Paul Romano. removed need for _get_tally_index_ funciton by using python's fancy self[key] and self[key]._index capabilities
|
2022-08-15 15:01:34 -05:00 |
|
lewisgross1296
|
7fdd96a573
|
forgot a space for formatting requirements
|
2022-08-15 13:46:26 -05:00 |
|
lewisgross1296
|
94b6172bb5
|
Merge branch 'delete_tally' of github.com:lewisgross1296/openmc into delete_tally
forgot to pull committed changes from PR on GitHub
|
2022-08-15 13:44:40 -05:00 |
|
lewisgross1296
|
d69a6ec647
|
[skip ci] erasing the tally from the tallies vector calls the destructor, which already handles removing this tally from the map
|
2022-08-15 13:43:53 -05:00 |
|
Paul Romano
|
c252930c49
|
Support passing Path objects to Summary()
|
2022-08-15 13:35:04 -05:00 |
|
Paul Romano
|
28b8f9ecc5
|
Change Operator --> CoupledOperator in a few places
|
2022-08-15 13:35:04 -05:00 |
|
Paul Romano
|
7b01891259
|
Start release notes for 0.13.1
|
2022-08-15 13:35:01 -05:00 |
|
Lewis Gross
|
c772972808
|
add space for compliant formatting
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-08-15 13:34:19 -05:00 |
|
Lewis Gross
|
70598087cd
|
forgot to change name of arrgument from id to index in header
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-08-15 13:33:49 -05:00 |
|
Paul Romano
|
02f1815299
|
Add missing versionadded directives
|
2022-08-15 13:20:59 -05:00 |
|
Paul Romano
|
adbc9e0537
|
Merge pull request #2171 from shimwell/tracks_to_vtk_on_object
Tracks to vtk on object
|
2022-08-15 13:20:41 -05:00 |
|
Patrick Shriwise
|
12ced92140
|
Merge pull request #2168 from paulromano/time-filter-fix
Fix TimeFilter for very small time intervals with tracklength estimator
|
2022-08-15 11:03:53 -05:00 |
|
Jonathan Shimwell
|
3a2d4a9138
|
suggestions from code review by @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-08-15 16:05:02 +01:00 |
|
Jonathan Shimwell
|
9847d053f3
|
changed vtk file to vtp
|
2022-08-15 13:40:56 +01:00 |
|
Jonathan Shimwell
|
21b874f0be
|
review suggestions from @paulromano
|
2022-08-15 13:39:47 +01:00 |
|
Jonathan Shimwell
|
2263549b9b
|
producing vtp vtk files
|
2022-08-15 13:22:44 +01:00 |
|
Paul Romano
|
4c4f75f842
|
Merge pull request #2158 from yardasol/independent-operator-hotfix
`IndependentOperator` hotfix
|
2022-08-15 07:00:56 -05:00 |
|
Jonathan Shimwell
|
239fc8d9c5
|
Merge branch 'openmc-dev:develop' into tracks_to_vtk_on_object
|
2022-08-15 08:36:48 +01:00 |
|
Jonathan Shimwell
|
73a23be378
|
Merge pull request #2163 from pshriwise/dag-bounding-surf-ids
DAGMC bounding surface IDs
|
2022-08-14 00:03:57 +01:00 |
|
Olek
|
f8101006d8
|
remove init_lib() call in MicroXS.from_model(); use setdefault to ensure correct directory is used
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-08-13 10:20:19 -05:00 |
|
shimwell
|
d15c051263
|
added missing arg
|
2022-08-13 12:34:17 +01:00 |
|
shimwell
|
ecd0455b06
|
added vtk writing to tracks object
|
2022-08-13 12:32:14 +01:00 |
|
lewisgross1296
|
d1775181e9
|
added deletion operator to TallyMapping class. used in tests and changed delete invalid id to access invalid id
|
2022-08-12 15:49:08 -05:00 |
|
lewisgross1296
|
9d82e412da
|
added test to delete known tally. added test to throw an error if you remove tally that was not added
|
2022-08-12 13:24:29 -05:00 |
|
lewisgross1296
|
88c4f88abd
|
accidentally had <= when it should be strictly <
|
2022-08-12 13:02:04 -05:00 |
|
lewisgross1296
|
7d429ab45e
|
pass index instead of ID to remove tally from tallies and tally_map
|
2022-08-12 12:58:37 -05:00 |
|
Ethan Peterson
|
e794513892
|
Merge pull request #2165 from paulromano/mixture-sample-fix
Fix Mixture.sample to account for intensities of underlying distributions
|
2022-08-12 12:54:24 -04:00 |
|