Paul Romano
|
bc513075ac
|
Make a few name arguments in type checks more descriptive.
|
2015-06-30 08:25:43 +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
|
528880cd45
|
Various PEP8 fixes. Mostly using 'is not' and 'not in'.
|
2015-06-15 10:51:07 +07:00 |
|
Paul Romano
|
7ed1dd17e6
|
Adding docstrings and updated the element, executor, filter, geometry, material,
mesh, and nuclide 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 |
|