Commit graph

169 commits

Author SHA1 Message Date
Paul Romano
9bd1dc0cb9 Get rid of SourceSite class and just use ndarray with compound datatype 2015-09-16 18:37:05 +07:00
Paul Romano
97a7582c44 Determine Tally.sum, sum_sq, mean, std_dev on demand. No more read_results()! 2015-09-16 18:37:02 +07:00
Paul Romano
2c4f7f113e Restructured most of openmc.statepoint.StatePoint to read values on demand from
properties.
2015-09-16 15:45:30 +07:00
Paul Romano
4bf34de6f7 Write moment orders as an array of strings in statepoint files 2015-09-16 13:54:00 +07:00
Paul Romano
8b877960a7 Read/write strings in hdf5_interface as C null-terminated strings. 2015-09-16 07:10:36 +07:00
Will Boyd
b5cbc8399e Merge branch 'develop' into mgxs 2015-09-14 16:50:40 -04:00
Will Boyd
e663aa6ec8 Fixed mergeable tallies for use with MultiGroupXS subclasses in Python API 2015-09-13 12:25:31 -04:00
Will Boyd
5bfab3a481 Major bug fixes and extensions to tally arithmetic for MGXS generation 2015-09-11 00:26:11 -04:00
Will Boyd
9ebc5d6793 Major updates to mgxs.py with preliminary testing. Scattering matrices not yet working 2015-09-09 19:32:26 -04:00
Paul Romano
e57d87ab8f Respond to @wbinventor comments on pull request #447 2015-09-05 16:22:22 +08:00
Paul Romano
779a401448 Have write_integer, write_double, and write_long use scalar values 2015-09-04 12:51:18 +07:00
Paul Romano
e93afed7a0 Make HDF5 only binary output option in source and Python API. Still need to
update test suite and get rid of output_interface.
2015-09-04 12:51:18 +07:00
Will Boyd
d0afb964b7 Removed quotations around string args in __repr__ methods 2015-08-03 21:48:45 -07:00
Will Boyd
bf15c255c3 Added double quotes around exception msgs in Python API 2015-08-03 21:32:06 -07:00
Paul Romano
b6f5946e1a Address more comments from @wbinventor 2015-06-26 20:37:44 +07:00
Paul Romano
528880cd45 Various PEP8 fixes. Mostly using 'is not' and 'not in'. 2015-06-15 10:51:07 +07:00
Paul Romano
2eb129fc67 More docstrings and updates 2015-06-13 17:21:41 +07:00
Paul Romano
c8e176a9f7 Continue adding docstrings and updating modules. 2015-06-12 22:04:56 +07:00
Paul Romano
498e07d0bf Move Python API into openmc/ directory and move Python scripts into scripts/
directory.
2015-05-31 09:26:18 +07:00
Renamed from src/utils/openmc/statepoint.py (Browse further)