OpenMC/openmc/lib
2022-07-18 06:49:14 -05:00
..
__init__.py Modified the C API to support setting material temperatures and to support setting the event based flag. Fixed failing MPI test. 2021-09-30 16:34:58 -05:00
cell.py Resolving comments from @paulromano. Namely, set the openmc.lib.Cell rotation and translations to be properties that can take iterables vice ndarrays. Also removed const declaration when not needed. Finally, revised code and tests so that we do not return a None for non-initialized cases. This would yield different behavior between translation and rotation and instead of leading to confusion I now simply always return a sensical ndarray of float values.That is no rotation is no longer None, but is now array([0., 0., 0.]). 2021-07-30 11:42:27 -05:00
core.py Improve description of prn_seed argument in openmc.lib functions 2022-07-18 06:49:14 -05:00
error.py Rename openmc.capi -> openmc.lib 2019-09-13 10:38:26 -05:00
filter.py Exposing translations through the Python CAPI. 2021-04-28 00:24:10 -05:00
material.py Delayed mpi4py import until the user clearly indicated intent to use a communicator (or they already have created one and thus have already imported it); corrected versionchanged doc statements to include comments about what changed; added stackoverflow reference 2021-10-01 09:21:41 -05:00
math.py Improve description of prn_seed argument in openmc.lib functions 2022-07-18 06:49:14 -05:00
mesh.py Apply suggestions from @pshriwise code review 2022-01-23 14:03:18 -06:00
nuclide.py Account for temperature in reaction rate calculation 2020-09-15 10:23:31 -05:00
plot.py Update id_map docstring 2021-07-12 07:28:21 -05:00
settings.py Modified the C API to support setting material temperatures and to support setting the event based flag. Fixed failing MPI test. 2021-09-30 16:34:58 -05:00
tally.py convert all but one thing in cell.h to enums 2020-01-16 15:41:45 -05:00