Patrick Myers
|
1cb22075ef
|
Changed xml to lxml (#2489)
|
2023-05-09 10:41:04 -05:00 |
|
Paul Romano
|
c20f115cb9
|
Change exception in decay source processing to warning
|
2023-03-03 11:02:48 -06:00 |
|
Paul Romano
|
61b30f5dcc
|
Merge pull request #2334 from pshriwise/umesh_sampling
Unstructured Mesh Sampling Updates
|
2023-02-16 07:24:13 -06:00 |
|
Patrick Shriwise
|
fc67b38ba4
|
Adding roundtrip test for mesh sampling
|
2023-02-03 20:11:35 -06:00 |
|
Paul Romano
|
dbbad687eb
|
Don't call normalize inside Tabular.mean
|
2023-02-03 08:32:05 -06:00 |
|
Patrick Shriwise
|
e873db9a07
|
Apply suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2023-01-12 23:13:09 -06:00 |
|
Patrick Shriwise
|
219a4b04da
|
Addressing comments from @NybergWISC
Co-authored-by: Matthew Nyberg <mnyberg@wisc.edu>
|
2023-01-03 10:35:44 -06:00 |
|
Patrick Shriwise
|
580096d423
|
Removing MESHES import
|
2022-12-29 10:39:41 -06:00 |
|
Patrick Shriwise
|
43549cf1f1
|
A couple small changes from original PR comments
|
2022-12-29 09:23:14 -06:00 |
|
Patrick Shriwise
|
0ffe0b39c1
|
Adding docstrings to MeshSpatial Python class
|
2022-12-29 09:23:14 -06:00 |
|
NybergWISC
|
115be68953
|
Small refactor of distribution_spatial.cpp and change default of volume_normalized to True
|
2022-12-29 09:23:14 -06:00 |
|
NybergWISC
|
bd60956d20
|
Second round of comments. volume method is now implemented from Mesh instead of UnstructuredMesh
|
2022-12-29 09:23:14 -06:00 |
|
NybergWISC
|
7c40badfbc
|
Address comments on initial PR, all changed other than name of class and the use of python API to combine track outputs
|
2022-12-29 09:23:14 -06:00 |
|
NybergWISC
|
9f6d536959
|
Commit including most of the sampling work in distribution_spatial.cpp and testing
|
2022-12-29 09:23:12 -06:00 |
|
Paul Romano
|
53b6d8ab11
|
Change 0.14.0 --> 0.13.2
|
2022-10-21 07:08:52 -05:00 |
|
Paul Romano
|
50067898ff
|
Replace Muir classes with single muir() Python function
|
2022-09-08 13:42:22 -05:00 |
|
Paul Romano
|
eb1dc015e5
|
Fix reading of reference_uvw during from_xml
|
2022-08-31 12:37:20 -05:00 |
|
Paul Romano
|
d31b083685
|
Address @yardasol review comments
|
2022-08-16 16:19:55 -05:00 |
|
Paul Romano
|
02f1815299
|
Add missing versionadded directives
|
2022-08-15 13:20:59 -05:00 |
|
Paul Romano
|
ca99195e81
|
Fix Mixture.sample to account for intensities of underlying distributions
|
2022-08-11 07:27:04 -05:00 |
|
Paul Romano
|
cc7aa092be
|
Address @eepeterson comments on #2135
|
2022-07-28 17:07:06 -05:00 |
|
Paul Romano
|
b2fed3c3ce
|
Fix bugs in Discrete, Tabular, and Mixture sample methods
|
2022-07-28 17:06:13 -05:00 |
|
Paul Romano
|
a68a3ede6a
|
Change get_sources() -> sources property and add test
|
2022-07-22 15:08:25 -05:00 |
|
Paul Romano
|
5a9662aa9f
|
Add test for combine_distributions, use np.array in Discrete/Tabular setters
|
2022-07-22 14:56:05 -05:00 |
|
Paul Romano
|
7c779f73f8
|
Move combine_distributions to univariate.py
|
2022-07-22 14:56:05 -05:00 |
|
Paul Romano
|
443c2ac4c9
|
Add integral method on Discrete, Tabular, and Mixture classes
|
2022-07-22 14:56:04 -05:00 |
|
Patrick Shriwise
|
f92ea393f2
|
Using np.random.choice in Mixture class
|
2022-06-20 06:39:55 -05:00 |
|
Patrick Shriwise
|
967fc9f88b
|
Adding a 'mean' method to tabular dist
|
2022-06-19 10:00:27 -05:00 |
|
Patrick Shriwise
|
862189985b
|
Check that output values do not exceed values in tabulated dist
|
2022-06-19 09:51:45 -05:00 |
|
Patrick Shriwise
|
f46402fd87
|
Adding docstrings to normalize methods
|
2022-06-19 09:43:40 -05:00 |
|
Patrick Shriwise
|
f52865854b
|
Apply suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-06-19 09:39:53 -05:00 |
|
Patrick Shriwise
|
0c3d30e6d1
|
Update openmc/stats/univariate.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-06-19 09:31:38 -05:00 |
|
Patrick Shriwise
|
e1fd9959bc
|
A little cleanup
|
2022-06-09 08:00:17 -05:00 |
|
Patrick Shriwise
|
9dc84fdb18
|
Always normalize distributions when sampling. Adding normalization method for tabular.
|
2022-06-09 01:17:46 -05:00 |
|
Patrick Shriwise
|
12b8a0802f
|
Updating masks and adding some comments for clarity
|
2022-06-07 23:12:31 -05:00 |
|
Patrick Shriwise
|
2c74dcf336
|
Adding similar test for Muir distribution
|
2022-06-07 23:12:31 -05:00 |
|
Patrick Shriwise
|
8070ccaf52
|
Adding sampling for Mixture. Improving performance of Discrete sampling
|
2022-06-07 23:12:31 -05:00 |
|
Patrick Shriwise
|
17be0257a0
|
Correction to histogram cdf method
|
2022-06-07 23:12:31 -05:00 |
|
Patrick Shriwise
|
136ff45cc5
|
Adding docstrings. Corrections to Tabular sampling
|
2022-06-07 23:12:31 -05:00 |
|
Patrick Shriwise
|
e856c6a270
|
Correction to maxwell dist sampling
|
2022-06-07 23:12:31 -05:00 |
|
Patrick Shriwise
|
7484618c7c
|
Adding sample methods to univariate distribution classes
|
2022-06-07 23:12:31 -05:00 |
|
Christopher Fichtlscherer
|
44d591ff48
|
Update openmc/stats/multivariate.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-05-16 14:39:28 +02:00 |
|
Christopher Fichtlscherer
|
8b62ee3635
|
Update openmc/stats/multivariate.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-05-16 14:38:46 +02:00 |
|
cpf
|
6806f73bd4
|
missing import
|
2022-05-14 09:12:07 +02:00 |
|
Christopher Fichtlscherer
|
7bcad5e7b6
|
Update openmc/stats/multivariate.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-05-14 09:09:21 +02:00 |
|
Christopher Fichtlscherer
|
0def5bf655
|
Update openmc/stats/multivariate.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-05-14 09:08:54 +02:00 |
|
cpf
|
0ba342c884
|
Define function spherical_uniform instead of class SphericalIndependent
|
2022-05-13 21:14:44 +02:00 |
|
cpf
|
5ce9e3998f
|
Merge remote-tracking branch 'origin/develop' into theta_distribution_spherical_independent
merged with the new changes from origin/develop
|
2022-05-13 20:41:57 +02:00 |
|
Paul Romano
|
178adb0843
|
Consistency check in Discrete.merge method
|
2022-05-11 14:47:55 -05:00 |
|
cpf
|
a8f1d47662
|
added a spherical source as a helping class
|
2022-05-10 15:40:37 +02:00 |
|