OpenMC/openmc
2026-05-18 09:20:59 -05:00
..
data Remove self loops from spontaneous fission decay mode (#3907) 2026-04-21 16:47:40 +00:00
deplete Implement DecaySpectrum distribution type and utilize in R2S (#3930) 2026-05-08 20:53:12 -05:00
lib Add properties to settings w/ documentation, c++ loading of filename, and python round-trip test (#3808) 2026-03-13 21:40:52 +00:00
mgxs Approximate multigroup velocity (#3766) 2026-04-02 16:59:02 +00:00
model Local adjoint source for Random Ray (#3717) 2026-04-28 16:10:03 -05:00
stats Implement DecaySpectrum distribution type and utilize in R2S (#3930) 2026-05-08 20:53:12 -05:00
__init__.py Allow DistribcellFilter to work with apply_tally_results=True (#3667) 2025-12-04 06:53:04 -06:00
_sparse_compat.py Migrate to SciPy sparse arrays (#3613) 2026-01-02 13:43:25 +02:00
_xml.py Consistent XML parsing using functions from _xml module (#3517) 2025-08-08 17:47:55 +00:00
arithmetic.py Adding methods to automatically apply results to existing Tally objects. (#2671) 2025-01-24 22:49:58 +00:00
bounding_box.py Implement bounding_box operation for meshes (#3119) 2024-08-18 23:09:32 -05:00
cell.py Fix cell data parsing (#3848) 2026-03-04 06:56:49 -06:00
checkvalue.py Update check_type calls to accept both str and os.PathLike objects. (#3618) 2025-10-28 14:50:11 +00:00
cmfd.py Migrate to SciPy sparse arrays (#3613) 2026-01-02 13:43:25 +02:00
config.py Change test order to run unit tests first. (#3533) 2025-08-30 03:39:46 +00:00
dagmc.py Open dagmc model file within a context manager (#3706) 2026-01-05 22:57:05 +02:00
dummy_comm.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
element.py Do not add radioactive Ta180 when calling add_element('Ta') (#3750) 2026-01-26 19:09:58 +02:00
examples.py Local adjoint source for Random Ray (#3717) 2026-04-28 16:10:03 -05:00
exceptions.py Have openmc_next_batch return an actual error 2018-04-11 13:23:54 -05:00
executor.py Closing the stdout file descriptor when finished (#3864) 2026-03-11 16:50:58 +00:00
filter.py Fix MeshFilter.get_pandas_dataframe to handle all mesh types (#3817) 2026-02-24 07:35:23 +00:00
filter_expansion.py Consistent XML parsing using functions from _xml module (#3517) 2025-08-08 17:47:55 +00:00
geometry.py Remove reorder_attributes from openmc._xml (#3519) 2025-08-08 16:59:22 +07:00
lattice.py Update documentation describing HexLattice orientation (#3709) 2026-01-06 22:59:58 +00:00
macroscopic.py Use empty-argument form of super() 2018-02-05 23:14:30 -05:00
material.py Fix missing volume checks in material activity/decay heat (#3939) 2026-05-18 09:20:59 -05:00
mesh.py Allow Mesh.volumes property for 1D and 2D RegularMesh (#3914) 2026-05-06 10:07:35 -05:00
mgxs_library.py Temperature feedback support in the random ray solver. (#3737) 2026-02-09 16:54:59 -06:00
mixin.py Check that Surface IDs are at least 1 (#3772) 2026-02-06 18:44:16 +00:00
mpi.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
nuclide.py Rename gnd_name to gnds_name. Change GND to GNDS in comments 2022-12-23 00:06:50 -06:00
openmoc_compatible.py corrected multiline f strings 2021-07-31 22:33:45 +01:00
particle_restart.py Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00
particle_type.py Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00
plots.py Change plotting docstring to specify integer RGB values (#3868) 2026-03-12 12:35:10 -05:00
plotter.py Fix caching issue when using NCrystal materials (#3538) 2025-10-02 23:27:36 +00:00
polynomial.py Change Zernike documentation in polynomial.py (#3258) 2025-01-10 19:18:03 +00:00
region.py Consolidate plotting capabilities in Model.plot (#3282) 2025-01-31 10:12:24 -06:00
search.py sets used instead of lists when membership testing (#3021) 2024-06-19 14:48:34 +00:00
settings.py Local adjoint source for Random Ray (#3717) 2026-04-28 16:10:03 -05:00
source.py Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00
statepoint.py Allow DistribcellFilter to work with apply_tally_results=True (#3667) 2025-12-04 06:53:04 -06:00
summary.py Fix no serialization of periodic_surface_id bug (#3421) 2025-06-05 00:07:59 +00:00
surface.py Check for positive radii (#3813) 2026-02-19 08:36:12 +00:00
tallies.py Local adjoint source for Random Ray (#3717) 2026-04-28 16:10:03 -05:00
tally_derivative.py Consistent XML parsing using functions from _xml module (#3517) 2025-08-08 17:47:55 +00:00
tracks.py Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00
trigger.py Consistent XML parsing using functions from _xml module (#3517) 2025-08-08 17:47:55 +00:00
universe.py Fixing crash when calling Geometry.plot when DAGMCUniverse in geometry (#3455) 2025-06-18 18:34:07 +00:00
utility_funcs.py Automate workflow for mesh- or cell-based R2S calculations (#3508) 2025-11-01 00:15:25 +00:00
volume.py Consistent XML parsing using functions from _xml module (#3517) 2025-08-08 17:47:55 +00:00
waste.py Add option to determine waste disposal rating by nuclide (#3376) 2025-05-02 20:07:43 -04:00
weight_windows.py Local adjoint source for Random Ray (#3717) 2026-04-28 16:10:03 -05:00