Will Boyd
a83de39efb
Now using Python ternary operator to shorten StatePoint property getters
2015-10-08 16:36:00 -04:00
Will Boyd
1e63829dfd
Revised EnergyGroups class per comments from @paulromano
2015-10-08 16:04:23 -04:00
Will Boyd
54f40eed32
Moved Python builtin routines to beginning of each Python API class
2015-10-08 14:23:19 -04:00
Will Boyd
5e732f99a0
Fixed merge conflicts and a bug in Tally.add_score(...)
2015-10-08 13:50:48 -04:00
Adam Nelson
01cf738f12
Addressed PR comments
2015-10-07 20:06:44 -04:00
Adam Nelson
eb00fa5582
Merging with upstream for pythonapi tests
2015-10-06 20:07:51 -04:00
Will Boyd
c4b14a5ef8
Merge branch 'mgxs' into iso-lab
2015-10-06 13:11:57 -04:00
Sam Shaner
4c151d8a5c
Merge remote-tracking branch 'upstream/develop' into delayed-tallies
2015-10-05 09:50:53 -04:00
Sam Shaner
a07300d53d
added delayedgroup filter and delayed-nu-fission tests and updated relaxng schema
2015-10-05 09:50:44 -04:00
Adam Nelson
8e54e02752
Updates to code per @paulromano s comments
2015-10-05 05:08:29 -04:00
Paul Romano
6e61de7515
Merge branch 'develop' into complex-cells
...
Conflicts:
tests/test_filter_cell/geometry.xml
tests/test_filter_cellborn/geometry.xml
tests/test_filter_energy/geometry.xml
tests/test_filter_energyout/geometry.xml
tests/test_filter_group_transfer/geometry.xml
tests/test_filter_material/geometry.xml
tests/test_filter_universe/geometry.xml
tests/test_score_MT/geometry.xml
tests/test_score_absorption/geometry.xml
tests/test_score_events/geometry.xml
tests/test_score_fission/geometry.xml
tests/test_score_flux/geometry.xml
tests/test_score_flux_yn/geometry.xml
tests/test_score_kappafission/geometry.xml
tests/test_score_nufission/geometry.xml
tests/test_score_nuscatter/geometry.xml
tests/test_score_nuscatter_n/geometry.xml
tests/test_score_nuscatter_pn/geometry.xml
tests/test_score_nuscatter_yn/geometry.xml
tests/test_score_scatter/geometry.xml
tests/test_score_scatter_n/geometry.xml
tests/test_score_scatter_pn/geometry.xml
tests/test_score_scatter_yn/geometry.xml
tests/test_score_total/geometry.xml
tests/test_score_total_yn/geometry.xml
2015-10-05 08:04:20 +07:00
Paul Romano
82b2cda0f6
Merge pull request #469 from smharper/pyapi_tests
...
Tests built with Python API
2015-10-05 07:49:10 +07:00
Paul Romano
cfb17517eb
Overload __invert__ for Halfspace (return opposite Halfspace)
2015-10-05 07:45:55 +07:00
Will Boyd
23535afa1c
Made NuScatterXS tallies tracklength per comments from @nelsonag
2015-10-04 16:43:42 -04:00
Adam Nelson
3524728fbc
Merge remote-tracking branch 'upstream/develop' into scatt_bins
2015-10-04 13:02:12 -04:00
Paul Romano
4c2e0f5f82
Add examples in docstrings for Halfspace, Intersection, Union, and Complement
2015-10-04 21:47:52 +07:00
Will Boyd
f2ccf96ff0
Fixed merge conflicts
2015-10-04 00:32:19 -04:00
Paul Romano
3ca7279bd8
Merge branch 'develop' into complex-cells
...
Conflicts:
openmc/opencg_compatible.py
openmc/surface.py
2015-10-04 10:22:48 +07:00
Paul Romano
3bc7ee12a4
Merge pull request #467 from wbinventor/opencg-underscores
...
Updates to OpenCG compatibility module to reflect move to PEP8 compliance
2015-10-04 09:52:20 +07:00
Sterling Harper
e02a911489
Fix PyAPI summary S(alpha,beta) bug
...
Material needs to be instantiated before trying to add sab to it
2015-10-03 16:01:37 -04:00
Will Boyd
e7cba5b22c
Fixed minor issues with OpenCG surface coefficient properties in compatibility module
2015-10-03 14:54:46 -04:00
Will Boyd
81c00627f9
Fixed minor issues with OpenCG surface coefficient properties in compatibility module
2015-10-03 14:53:55 -04:00
Will Boyd
5f3f58f3ab
Merge branch 'opencg-underscores' into mgxs
2015-10-03 14:35:29 -04:00
Will Boyd
d193a1eb0b
Removed Cel.fill property in place of Cell.fill_type
2015-10-03 14:33:28 -04:00
Will Boyd
221f026470
Now using property decorators for surface coeffs in OpenCG compatibility module
2015-10-03 14:30:16 -04:00
Will Boyd
eb96e9dbdc
Updated Python API MultiGroupXS.load_from_statepoint(...) to properly handle tally slicing of distribcell tallies
2015-10-03 13:00:51 -04:00
Will Boyd
d58e902784
Corrected tally slicing for Python API MultiGroupXS
2015-10-03 11:40:11 -04:00
Will Boyd
40f893e6d0
Updated docstrings for MultiGroupXS subclasses in Python API
2015-10-03 02:57:06 -04:00
Will Boyd
3baaacda99
Cleaned up docstrings for MultiGroupXS class
2015-10-03 02:29:07 -04:00
Will Boyd
352c0e919f
Updated docstring for Tally.diagonalize_filter(...) routine
2015-10-03 01:45:51 -04:00
Will Boyd
dd50063e87
Removed unused Tally.tile_filter(...) routine
2015-10-03 01:08:37 -04:00
Will Boyd
0eee99ee20
Added docstring for Tally.swap_filter(...) routine
2015-10-03 01:04:42 -04:00
Will Boyd
9c9eb446a1
Cleaning up docstrings for new tally arithmetic routines in tallies.py
2015-10-03 00:48:14 -04:00
Sterling Harper
8030112938
Use OrderedDict for material nuclides in PyAPI
2015-10-03 00:41:42 -04:00
Will Boyd
7bc104b21b
Simplified EnergyGroups.get_condensed_groups(...) routine
2015-10-03 00:08:16 -04:00
Will Boyd
67971b5c60
Cleaned up docstring comments in filter.py and cross.py
2015-10-03 00:04:01 -04:00
Paul Romano
81ed29cc38
Add deprecation warning for Cell.add_surface()
2015-10-03 10:01:00 +07:00
Paul Romano
b9024f2d8e
Update example inputs and Jupyter notebooks
2015-10-03 09:55:58 +07:00
Paul Romano
71dfde8d12
Adopt shorthand notation for half-spaces and regions in Python API
...
Surfaces now have __neg__ and __pos__ operators, and regions have __and__,
__or__, and __invert__. This makes the syntax for complex regions much less
bulky.
2015-10-03 09:26:50 +07:00
Will Boyd
3e0c960648
Fixed multi-group chi calculation
2015-10-02 18:12:35 -04:00
Will Boyd
b59eacedeb
Fixed merge conflicts with develop
2015-10-02 17:49:05 -04:00
Will Boyd
147f2a162e
Updates to OpenCG compatibility module to reflect move to PEP8 compliance
2015-10-02 17:43:33 -04:00
Will Boyd
e0c2aace2e
Removed debug print statement from OpenCG compatibility module
2015-10-02 17:35:58 -04:00
Will Boyd
976d6ccece
Made changes to Python API to support move to PEP8 compliance in OpenCG
2015-10-02 17:22:49 -04:00
Will Boyd
a491dde248
Updated OpenCG compatibility module to use OpenCG property getters for surfaces, cells and coeffs
2015-10-02 17:01:52 -04:00
Sterling Harper
15c7a1d7b6
Merge remote-tracking branch 'upstream/develop' into pyapi_tests
2015-10-02 16:35:54 -04:00
Paul Romano
52fe3f5b76
Respond to @smharper comments on #463
2015-10-02 14:00:12 +07:00
Will Boyd
78d14133db
Updated OpenCG compatiblity module to reflect move to PEP8 use of underscores in place of camelCase
2015-10-02 01:25:41 -04:00
Paul Romano
8414295b46
Expand check on combining parentheses
2015-10-02 11:33:57 +07:00
Paul Romano
df44be3632
Fix bug in XPlane.x0
2015-10-02 11:33:04 +07:00