Commit graph

916 commits

Author SHA1 Message Date
Patrick Shriwise
f5f087ef07 Moving import and adding comment to test. 2021-07-30 10:41:25 -05:00
Patrick Shriwise
82719c0fde Updating cell instance regression test to include a higher level cell tally. 2021-07-30 10:33:19 -05:00
Patrick Shriwise
3114c93562 Adding an extra layer to the geometry to test the cell instance filter regression test for a universe-filled cell. 2021-07-29 20:01:31 -05:00
Paul Romano
0d83672544 Resolve a few TODOs related to Python 3.6 2021-07-27 22:50:28 -05:00
Patrick Shriwise
1e3a38a96d Merge remote-tracking branch 'upstream/develop' into dagmc_universe 2021-06-30 09:12:35 -05:00
Patrick Shriwise
4fd6f0e8df Removing export of the DAGUniverse name attribute to match behavior with standard Universes. 2021-06-30 08:46:28 -05:00
Patrick Shriwise
263addffc1 Updating test and test results for the DAGMC geometry in a lattice. 2021-06-28 15:31:22 -05:00
Patrick Shriwise
d1df19a21f Removing errant inputs true file from rotation test. 2021-06-25 07:45:15 -05:00
Patrick Shriwise
ff39f76a3d Changing name of XML element from 'dagmc' to 'dagmc_universe' 2021-06-25 07:45:15 -05:00
Patrick Shriwise
fbcaf5acd8
Apply PR suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-06-25 07:45:02 -05:00
helen-brooks
b8583eed83 external moab test now adheres to pep8 style standard 2021-06-18 10:26:06 +01:00
helen-brooks
fa588b373f Remove redundant code for setting source in test file as suggested in code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-06-18 09:36:41 +01:00
helen-brooks
d4bf1c9b6f
Reorder python imports in accordance with PEP8 in external moab test file
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-06-18 09:15:47 +01:00
helen-brooks
32933587b9 Run external-moab test main.cpp file through clang-format 2021-06-18 09:08:56 +01:00
helen-brooks
9dbbf82d25
Some whitespace and bracketing changes suggested in code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
2021-06-18 09:01:38 +01:00
helen-brooks
c487c9ad2d
C++ style changes: change how pointers are compared to null
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-06-17 09:21:12 +01:00
helen-brooks
6f63bee2e2 External moab test now passes 2021-06-15 16:12:01 +01:00
helen-brooks
b3b325d02f Add new constructor for MOAB Unstructured Mesh class, taking a pointer to an external MOAB instance as an argument 2021-06-15 16:12:01 +01:00
helen-brooks
c8db88dff2 Add a cpp driver test for comparing mesh tallies with internal and external moab ptrs: currently fails because feature not implemented 2021-06-15 16:10:17 +01:00
Patrick Shriwise
9779906d01 Updating the DAGMC universes test result for the PRN update. 2021-05-19 20:35:40 -05:00
Patrick Shriwise
e244b8f0cf Resetting rotation test results to match upstream after PRN update. 2021-05-19 20:34:43 -05:00
Patrick Shriwise
a4fa21eea5 Fixing rotation test. 2021-05-19 19:04:55 -05:00
Patrick Shriwise
d1a24339da Updating expected inputs for the DAGMC reflecting BC and universe tests. 2021-05-19 19:04:55 -05:00
Patrick Shriwise
400f3e9334 More updates from self review. Moving check for BCs into geometry_aux. 2021-05-19 19:04:55 -05:00
Patrick Shriwise
3d8c6a9f4b Some updates from self-review. 2021-05-19 19:04:02 -05:00
Patrick Shriwise
e0aed3d2b3 Restoring old test (but using PyAPITestHarnes). Moving the new test into its own directory. 2021-05-19 19:00:45 -05:00
Patrick Shriwise
e455c3d58e Adding a quick comment. 2021-05-19 19:00:14 -05:00
Patrick Shriwise
67ae080629 Updating test results for new problem. 2021-05-19 19:00:14 -05:00
Patrick Shriwise
5978d78e1c Creating a more complicated test 2021-05-19 18:57:05 -05:00
Patrick Shriwise
cdcc9181f9 Differentiating between geometry and material ID updates in the Python API. 2021-05-19 18:05:58 -05:00
Patrick Shriwise
30e42489cd Removing XML files. 2021-05-19 18:05:28 -05:00
Patrick Shriwise
41e3179167 Updating the DAGMC universes test. 2021-05-19 18:05:28 -05:00
Patrick Shriwise
2eac03cee1 Adding basic test for dagmc universes. 2021-05-19 18:05:28 -05:00
Patrick Shriwise
d12eed03a2 Updates to the reflection test inputs to ensure the correct cell is tallied. 2021-05-19 18:04:25 -05:00
Patrick Shriwise
bac09e6295 Adding geometry output to the reflecting boundary DAGMC test. 2021-05-19 18:04:25 -05:00
Patrick Shriwise
0bd2f9263b Always checking DAGMC models for additional material definitions. 2021-05-19 18:02:15 -05:00
Patrick Shriwise
3e93b814a9 Updating python module to enable summary file reads from DAGMC simulations. Updating legacy DAGMC test as well. 2021-05-19 18:02:15 -05:00
Patrick Shriwise
a16c0916da Using the DAGUniverse constructor to setup the DAGMC instance. 2021-05-19 17:41:38 -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
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
dc0850541b Fix test update for mg_temperature and surface_source 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
e091a17247 Adding an initial test for mesh filter translations. 2021-04-28 00:24:10 -05:00