| .. |
|
data
|
Use utf-8 encoding when reading dose coefficient files (thanks Fabricio Gatti)
|
2022-06-08 06:37:27 -05:00 |
|
deplete
|
Add type checking for keff; typo fixes in flux_operator.py
|
2022-07-07 14:33:12 -05:00 |
|
lib
|
Release notes for 0.13.0
|
2022-02-04 07:19:35 -06:00 |
|
mgxs
|
Merge pull request #2046 from nelsonag/mgxs_print_xs_issue2042
|
2022-05-09 14:13:22 -05:00 |
|
model
|
Fix docstring for IsogonalOctagon (missing 'r' for raw)
|
2022-05-04 07:08:25 -05:00 |
|
stats
|
Update openmc/stats/multivariate.py
|
2022-05-16 14:39:28 +02:00 |
|
__init__.py
|
Rename trackfile.py --> tracks.py
|
2022-05-25 22:13:20 -05:00 |
|
_xml.py
|
Sort XML attributes to preserve pre-Python 3.8 XML writing behavior
|
2020-06-17 22:08:09 -05:00 |
|
arithmetic.py
|
corrected multiline f strings
|
2021-07-31 22:33:45 +01:00 |
|
cell.py
|
Fix reading rotation matrix from XML
|
2022-05-24 09:09:51 -05:00 |
|
checkvalue.py
|
corrected multiline f strings
|
2021-07-31 22:33:45 +01:00 |
|
cmfd.py
|
fixed minor typo in docs
|
2022-02-10 00:20:58 +00: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
|
fixed minor typo in docs
|
2022-02-10 00:20:58 +00:00 |
|
examples.py
|
Cosmetic fixes from PullRequest [2019-12-05]
|
2019-12-05 22:22:43 -06:00 |
|
exceptions.py
|
Have openmc_next_batch return an actual error
|
2018-04-11 13:23:54 -05:00 |
|
executor.py
|
Fix use of cwd in plot_inline and Plot.to_ipython_image
|
2022-03-31 14:49:31 -05:00 |
|
filter.py
|
adding helper method for EnergyFilter creation
|
2022-03-10 13:35:41 -05:00 |
|
filter_expansion.py
|
Implement Tallies.from_xml classmethod
|
2022-01-20 22:28:01 -06:00 |
|
geometry.py
|
replaced .format with f string
|
2021-07-29 18:25:37 +01:00 |
|
lattice.py
|
fix output variable type in docstring for HexLattice.from_hdf5
|
2022-03-30 16:11:34 -05:00 |
|
macroscopic.py
|
Use empty-argument form of super()
|
2018-02-05 23:14:30 -05:00 |
|
material.py
|
Fix method links in Material docstring
|
2022-05-24 11:01:10 -05:00 |
|
mesh.py
|
changed to single inheritance
|
2022-05-31 11:19:30 -04:00 |
|
mgxs_library.py
|
fixed minor typo in docs
|
2022-02-10 00:20:58 +00:00 |
|
mixin.py
|
replaced .format with f string
|
2021-07-29 18:25:37 +01: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
|
corrected multiline f strings
|
2021-07-31 22:33:45 +01:00 |
|
openmoc_compatible.py
|
corrected multiline f strings
|
2021-07-31 22:33:45 +01:00 |
|
particle_restart.py
|
Changes in particle_restart.py from PullRequest Inc. review
|
2020-04-01 14:13:05 -05:00 |
|
plots.py
|
Respond to @pshriwise comment on #2074
|
2022-05-27 06:55:55 -05:00 |
|
plotter.py
|
fixed minor typo in docs
|
2022-02-10 00:20:58 +00:00 |
|
polynomial.py
|
fixed minor typo in docs
|
2022-02-10 00:20:58 +00:00 |
|
region.py
|
Region expression: ensure halfspace followed by ( results in implicit & operator
|
2022-06-09 12:17:15 -05:00 |
|
search.py
|
Change print_output argument in search_for_keff to more general run_args
|
2022-05-02 12:09:46 -05:00 |
|
settings.py
|
Respond to @shimwell comments on #2071
|
2022-05-23 12:28:28 -05:00 |
|
source.py
|
Respond to @shimwell comments on #2071
|
2022-05-23 12:28:28 -05:00 |
|
statepoint.py
|
Change StatePoint.k_combined -> keff, ResultsList.get_eigenvalue -> get_keff
|
2022-05-02 12:09:43 -05:00 |
|
summary.py
|
Implement mesh-based weight windows (squashed)
|
2022-01-08 14:43:18 -06:00 |
|
surface.py
|
Mention units in surface docstrings
|
2022-05-24 10:57:09 -05:00 |
|
tallies.py
|
Merge pull request #1969 from pshriwise/bin_indices_opt
|
2022-02-17 08:57:10 -06:00 |
|
tally_derivative.py
|
Implement Tallies.from_xml classmethod
|
2022-01-20 22:28:01 -06:00 |
|
tracks.py
|
Add cell instance to particle track file (thanks @pshriwise for suggestion)
|
2022-05-31 17:08:40 -05:00 |
|
trigger.py
|
Apply suggestions from @pshriwise code review
|
2022-01-23 14:03:18 -06:00 |
|
universe.py
|
Fix colors assignment in Universe.plot
|
2022-04-19 06:51:02 -05:00 |
|
volume.py
|
Merge pull request #1960 from paulromano/prepare-0.13.0
|
2022-02-10 11:09:29 -06:00 |
|
weight_windows.py
|
Add wwinp_to_wws to documentation
|
2022-03-18 11:03:34 -05:00 |