Commit graph

2106 commits

Author SHA1 Message Date
Paul Romano
ef128f5609
Merge pull request #1839 from Shimwell/allowing_lower_case_element_symbols_in_add_element
changing element to element.title to catch lowercase entries
2021-05-27 07:54:08 -05:00
Jonathan Shimwell
90ff8fcb4a added checks and tests for cases in add_element 2021-05-19 13:31:45 +01:00
Paul Romano
f1173e82c1 Address @jtramm comments 2021-05-13 07:18:46 -05:00
Paul Romano
43804fc09d Merge branch 'develop' into rng-stream-changes 2021-05-11 16:53:10 -05:00
Gavin Ridley
061156e79a address PR comments 2021-05-03 18:03:06 -04:00
Gavin Ridley
2af4c9cd92 use base class to handle layout of particle data 2021-05-03 17:57:41 -04:00
Paul Romano
a8a01fac81 Update particle restart tests 2021-05-03 10:32:20 -05:00
Paul Romano
b96493006d Update test_deplete_resultslist 2021-05-03 10:32:20 -05:00
Paul Romano
bfac737001 Update trigger_statepoint_restart test results 2021-05-03 10:32:20 -05:00
Paul Romano
9552be7316 Update test results from new random number stream 2021-05-03 10:32:16 -05:00
Paul Romano
7b31eb5699 Increase number of batches for test_lib.py::test_reset 2021-05-03 09:43:09 -05:00
Paul Romano
dc0850541b Fix test update for mg_temperature and surface_source 2021-05-03 09:43:09 -05:00
Paul Romano
8547e7082a Add pytest.approx in a few unit tests for robustness 2021-05-03 09:43:09 -05:00
Patrick Shriwise
60e216a16f Fixing incorrect translation setting in mesh filter translation test. 2021-04-29 10:07:15 -05:00
Patrick Shriwise
9ad45c61d9
Apply suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-04-29 10:03:09 -05:00
Patrick Shriwise
7961ebcdb9 Simplifying test cases based on @paulromano's recommendation. 2021-04-28 01:14:46 -05:00
Patrick Shriwise
86a8faf87f Making the mesh filter translation an attribute instead of a parameter for consistency. 2021-04-28 00:24:10 -05:00
Patrick Shriwise
933bc22c0a Exposing translations through the Python CAPI. 2021-04-28 00:24:10 -05:00
Patrick Shriwise
e091a17247 Adding an initial test for mesh filter translations. 2021-04-28 00:24:10 -05:00
Hunter Belanger
0d4c22a4ba Updates TRIOS test results 2021-04-26 20:20:21 +02:00
Hunter Belanger
2ee795066f Updates depletion tests results using proper XS library 2021-04-26 17:46:08 +02:00
Hunter Belanger
49946b15e1 Updates reference solutions for depletion tests 2021-04-26 17:46:08 +02:00
Paul Romano
e5715946c2 Make sure cpp_driver test works with MPI 2021-04-21 10:40:01 -05:00
Paul Romano
84da5c0c47 Simplify fixture setup for other periodic tests 2021-04-21 07:14:50 -05:00
Paul Romano
261557e596 Fix translational periodic BCs for general planes 2021-04-21 07:14:50 -05:00
Paul Romano
f5a0caa51a Add simple test with periodic hexagonal prism (currently fails) 2021-04-21 07:14:50 -05:00
Paul Romano
f813c45810 Merge pull request #1798 from ameliajo/collisionFilter
Added Collision filter
2021-04-09 08:03:02 -05:00
Amelia J Trainer
5e1cc27c3a Update tests/regression_tests/tallies/test.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-04-08 16:43:53 -04:00
Amelia J Trainer
8e6eeeb6b4 Update tests/regression_tests/tallies/test.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-04-08 16:43:37 -04:00
Amelia J Trainer
f0191439e4 Update tests/unit_tests/test_filters.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-04-08 16:43:23 -04:00
Amelia J Trainer
1a5a9c9d02 Update tests/regression_tests/tallies/test.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-04-08 16:43:15 -04:00
Patrick Shriwise
0feb12e2ce Updating unstructured mesh test files with files using correct element connectivity. 2021-04-07 19:07:07 -05:00
Patrick Shriwise
7cd3e388a4 Updating to the '.e' extension for Exodus file formats. 2021-04-07 19:07:06 -05:00
Patrick Shriwise
66d246cf44 Reducing number of particles in unstructured mesh tests. 2021-04-07 19:06:16 -05:00
Patrick Shriwise
b9ef22128c Allow direct setting of LIBMESH_DIR for CMake. 2021-04-07 19:06:16 -05:00
Patrick Shriwise
c92bc54b3d Making the unstructured mesh source isotropic to test more of the mesh. 2021-04-07 19:06:16 -05:00
Patrick Shriwise
d00dd061ca Updating test to reset IDs so tests will work with any combination of mesh libraries enabled. 2021-04-07 19:06:15 -05:00
Patrick Shriwise
f7220b62db Some cleanup from self-review 2021-04-07 19:06:15 -05:00
Patrick Shriwise
700d62c9ef Some cleanup (reordering of methods to match in inheritance) and including libmesh collision tallies in testing. 2021-04-07 19:06:15 -05:00
Patrick Shriwise
c4087307f0 Updating unstructured mesh test results. 2021-04-07 19:06:15 -05:00
Paul Romano
4e0be4663c Fix tallies regression test results 2021-04-07 12:17:36 -05:00
Amelia J Trainer
ab32931870 Merge branch 'develop' into collisionFilter 2021-04-07 11:22:43 -04:00
Paul Romano
89dcdaf5ea Fix 'estimatir' typo in tallies test and update results 2021-04-07 09:51:51 -05:00
Patrick Shriwise
114a1062ea Adding a test for adjacent rotated and unrotated cells. 2021-03-31 23:23:06 -05:00
Amelia Trainer
02a629cf76 (hopefully) fixed ordering on regression test 2021-03-30 16:46:53 +00:00
Amelia Trainer
447887645e added tests for collision filter 2021-03-25 22:42:04 +00:00
Gavin Ridley
96ad074ae7
Merge pull request #1786 from paulromano/run-error-msg
Include error message in exception when openmc.run fails
2021-03-17 16:35:46 -04:00
Sterling Harper
f87e074c89
Merge pull request #1759 from shikhar413/rectlin_cmfd
Support rectilinear meshes for CMFD
2021-03-09 19:30:18 -07:00
Paul Romano
a367d27905 Include error message in exception when openmc.run fails 2021-03-08 10:40:38 -06:00
Paul Romano
366c4c7929 Update test results 2021-02-26 16:14:11 -06:00