| .. |
|
mgxs
|
Merge pull request #524 from wbinventor/hotfix-mgxs-keff
|
2015-12-07 15:14:43 -06:00 |
|
__init__.py
|
Added StatePoint and Summary to Python API __init__.py
|
2015-09-28 21:16:52 -04:00 |
|
ace.py
|
Removed quotes from string args in ace.py
|
2015-08-03 21:34:03 -07:00 |
|
checkvalue.py
|
Small fixes for #425
|
2015-08-07 20:36:21 -06:00 |
|
clean_xml.py
|
Avoid DeprecationWarning from xml.etree.Element.getchildren()
|
2015-12-08 07:19:31 -06:00 |
|
cmfd.py
|
Add check_greater_than and check_less_than functions
|
2015-06-30 16:19:53 +07:00 |
|
cross.py
|
Merge pull request #513 from wbinventor/pyapi-__eq__
|
2015-12-01 11:46:23 -06:00 |
|
element.py
|
Now using hash(repr(self)) instead of hash(str(self)) in Python API
|
2015-12-01 10:13:37 -05:00 |
|
executor.py
|
Python API Executor now waits until process has finished before returning from run_simulation(...) routine even if output=False
|
2015-09-29 09:22:51 -04:00 |
|
filter.py
|
Now using hash(repr(self)) instead of hash(str(self)) in Python API
|
2015-12-01 10:13:37 -05:00 |
|
geometry.py
|
Reverted to set notation in Geometry.get_all_material_cells() now that __hash__ is implemented everywhere
|
2015-11-29 09:13:28 -05:00 |
|
material.py
|
Now using hash(repr(self)) instead of hash(str(self)) in Python API
|
2015-12-01 10:13:37 -05:00 |
|
mesh.py
|
Now using hash(repr(self)) instead of hash(str(self)) in Python API
|
2015-12-01 10:13:37 -05:00 |
|
nuclide.py
|
Now using hash(repr(self)) instead of hash(str(self)) in Python API
|
2015-12-01 10:13:37 -05:00 |
|
opencg_compatible.py
|
Initial implementation with trio of MGXS IPython Notebooks
|
2015-11-29 21:39:03 -05:00 |
|
particle_restart.py
|
Respond to remaining comments from @wbinventor on #454
|
2015-09-25 14:43:32 +07:00 |
|
plots.py
|
Revised docstring Params -> Parameters for alpha transparency
|
2015-11-18 11:05:10 -05:00 |
|
region.py
|
Fix bug in Complement.bounding_box. Also remove a few unused variables
|
2015-12-14 07:36:22 -06:00 |
|
settings.py
|
Changed Python API SettingsFile not run_mode in to more Pythonic run_mode not in
|
2015-11-19 20:58:30 -05:00 |
|
statepoint.py
|
Merge remote-tracking branch 'upstream/develop' into mgxs
|
2015-10-27 17:52:43 -04:00 |
|
summary.py
|
Added new opencg_geometry property to openmc.mgxs.Library
|
2015-10-29 19:55:40 -04:00 |
|
surface.py
|
Address @wbinventor comments on #516
|
2015-12-03 07:31:02 -06:00 |
|
tallies.py
|
Merge pull request #513 from wbinventor/pyapi-__eq__
|
2015-12-01 11:46:23 -06:00 |
|
trigger.py
|
MGXS and Library classes now accept tally triggers
|
2015-10-13 00:59:41 -04:00 |
|
universe.py
|
Moved DeprecationWarning filter to top of universe module
|
2015-12-07 08:53:36 -05:00 |