Commit graph

15994 commits

Author SHA1 Message Date
guyshtot
a704ec73f2 Applied CR suggestion 2023-03-23 13:12:36 +02:00
guyshtot
675ec5f9ab Added test for the use of a Library with specified nuclides 2023-03-23 13:07:21 +02:00
Ethan Peterson
572e765e90
Merge pull request #2256 from RemDelaporteMathurin/centre_for_cylinder_spherical_meshes
Centre for cylinder & spherical meshes
2023-03-23 00:01:30 -04:00
Paul Wilson
9bb1ef4369
Update src/distribution.cpp
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-03-22 21:42:06 -04:00
Patrick Shriwise
d3fb65ae12
Merge pull request #2410 from paulromano/decay-tabular-warning
Enable generation of JEFF 3.3 depletion chain
2023-03-22 15:55:37 -05:00
Paul Romano
3f2831cc13
Merge pull request #2413 from shimwell/plotting_with_automatic_data_type
removing need for user to specify data_type arg when plotting xs
2023-03-22 15:38:29 -05:00
Kalin Kiesling
5160417e3e load any nuclide requested that is not present in materials prior to constructing tally 2023-03-22 12:45:33 -05:00
zoeprieto
094eb958c1
Add support for ncrystal materials 2023-03-22 12:44:56 -03:00
Rémi Delaporte-Mathurin
10f2a945ca
Merge branch 'develop' into centre_for_cylinder_spherical_meshes 2023-03-22 10:08:32 -04:00
Rémi Delaporte-Mathurin
a091bee5d9
Merge pull request #7 from paulromano/pr-2256-docs
Update IO format docs for meshes
2023-03-22 10:07:11 -04:00
Paul P.H. Wilson
72a6f77b0c use correct part of parameters 2023-03-22 09:59:00 -04:00
Jonathan Shimwell
993a872798 removed unused else and passing **kwargs 2023-03-22 13:32:38 +00:00
Paul P.H. Wilson
6fc0c3e545 manually convert iterator to pointer 2023-03-22 09:27:50 -04:00
Jonathan Shimwell
83a124c492
[skip ci] review improvments to docstring from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-03-22 13:11:33 +00:00
Paul P.H. Wilson
967cd43fa1 reuse assign 2023-03-22 08:45:19 -04:00
Paul P.H. Wilson
fb4845494f add default empty consructor 2023-03-22 00:37:21 -04:00
Paul P.H. Wilson
c272ed4c4e more pointer->instance repair 2023-03-22 00:37:12 -04:00
Paul P.H. Wilson
df4cfad60c more pointer to instance changes 2023-03-22 00:29:28 -04:00
Paul P.H. Wilson
035e6dc45a change to instance from pointer and cleanup lazy mistakes 2023-03-22 00:25:04 -04:00
Paul Romano
341cb9eb11
Merge pull request #2417 from pshriwise/spherical-mesh-fixes
Spherical to Cartesian coordinate conversion correction for VTK files
2023-03-21 22:27:53 -05:00
shimwell
17e9918f5d removed most deprecated types 2023-03-21 21:51:40 +00:00
Paul P.H. Wilson
60c3f2a9d5 type consistency and storing size as local 2023-03-21 16:36:33 -04:00
Paul P.H. Wilson
1d9446a065 introduce method to sample discrete index and use in various places 2023-03-21 16:14:38 -04:00
Patrick Shriwise
9b708e7ad4
Apply suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-03-21 14:55:42 -05:00
Paul P.H. Wilson
38ca9b2f7c clang format fixes 2023-03-21 15:43:43 -04:00
Paul Romano
bb5f727f85 Update IO format docs for meshes 2023-03-21 13:48:22 -05:00
Paul Romano
cf8d9ef313 Handle zero photon cross sections in IncidentPhoton.from_ace properly 2023-03-21 13:15:28 -05:00
Paul Romano
3032ad7f37 Stick with 3.10 as default, add single 3.11 job 2023-03-21 09:37:39 -05:00
guyshtot
354fd34c2c Renamed previous use of _nuclides to _atomic_weight_ratios in the library class 2023-03-21 14:59:01 +02:00
Paul Romano
b3c7472c77 Add Python 3.11 to CI matrix 2023-03-21 07:14:07 -05:00
guyshtot
487f02dd1d Add option to specify nuclides in the Library class 2023-03-21 13:18:24 +02:00
Paul P.H. Wilson
b20dda710b change initialization of strengths 2023-03-17 12:58:53 -05:00
Patrick Shriwise
a4f498c54f
Merge pull request #2429 from keckler/volume_calculation
Fix small typo in error message
2023-03-17 10:03:36 -05:00
Jonathan Shimwell
d678b39e69
Merge pull request #2412 from paulromano/material-volume-args
Add volume arguments on several methods in Material class
2023-03-17 14:05:01 +00:00
Paul P.H. Wilson
29b5748687 reduce temporary memory use for potentially large data 2023-03-17 08:27:09 -05:00
Chris Keckler
c275933aae Fix small typo in error message 2023-03-16 21:24:53 -07:00
Paul P.H. Wilson
09d068fa81 syntax fixes 2023-03-16 21:16:59 -05:00
Paul P.H. Wilson
db92a64ec9 rename variable for clarity; re-add volume normalization 2023-03-16 17:51:41 -05:00
Paul P.H. Wilson
ee6975767d Use Discrete distribution for mesh sampling
This version builds the independent variable by
converting int to double and then converts back
when sampling.
2023-03-16 17:34:44 -05:00
Gavin Ridley
691f44f410
Merge pull request #2425 from paulromano/cmake-mpi-message
Improve error message when parallel HDF5 is found but MPI not enabled
2023-03-16 16:34:39 -04:00
Paul P.H. Wilson
2d20cd31f2 initialize Discrete distribution with sequence of integers 2023-03-16 14:37:05 -05:00
Patrick Shriwise
2d573c3fa1
Merge branch 'develop' into centre_for_cylinder_spherical_meshes 2023-03-16 11:26:40 -05:00
Paul Romano
3e6441a0d9 Address @shimwell comments on #2412 2023-03-16 09:45:29 -05:00
Paul Romano
a23a6c5928 Improve error message when parallel HDF5 is found but MPI not enabled 2023-03-16 09:26:23 -05:00
Paul Romano
e24aa7b8f7
Merge pull request #2415 from shimwell/updating_docker_actions
updated action versions to latest major release
2023-03-13 12:17:15 -05:00
Patrick Shriwise
285edc77b9 Corrections after rebase 2023-03-08 22:47:40 -06:00
Patrick Shriwise
ae57ad0e5b Improving test coverage for mesh to vtk capability 2023-03-08 17:29:06 -06:00
Patrick Shriwise
c487090b3f Correcting spherical to cartesian coordinate conversion 2023-03-08 17:29:04 -06:00
shimwell
da89de0034 updated action versions to latest major release 2023-03-07 20:40:03 +00:00
Jonathan Shimwell
9768e34b86
Merge pull request #2397 from pshriwise/mesh-vtk-fixes
`write_data_to_vtk` volume normalization correction
2023-03-07 20:19:07 +00:00