Commit graph

7 commits

Author SHA1 Message Date
Paul Romano
06d531aa39 Add check_greater_than and check_less_than functions 2015-06-30 16:19:53 +07:00
Paul Romano
a7a740d08c Add check_type, check_length, and check_value functions that reduce redundancy 2015-06-29 07:50:07 +07:00
Paul Romano
5aaf9974e9 Use collections.Sequence, numbers.Real, and numbers.Integral for checking for
appropriate types. This eliminates the checkvalue module.
2015-06-29 07:50:07 +07:00
Paul Romano
1a215cd087 Indicate in docstrings that ids will be assigned automatically for surfaces,
cells, and materials.
2015-06-26 21:15:23 +07:00
Paul Romano
b6f5946e1a Address more comments from @wbinventor 2015-06-26 20:37:44 +07:00
Paul Romano
2eb129fc67 More docstrings and updates 2015-06-13 17:21:41 +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/surface.py (Browse further)