Commit graph

916 commits

Author SHA1 Message Date
dryuri92
ccf9ec1dbd remove unused dir 2020-03-22 19:34:46 +03:00
dryuri92
fc7af30f76
to fit to review
same commit as before
2020-03-22 19:25:56 +03:00
dryuri92
ce4439ef14
made for review
some fixes and increaseing a number of batches
2020-03-22 19:24:38 +03:00
Patrick Shriwise
f566386661 Various cleanup changes. 2020-03-19 14:15:26 -05:00
Patrick Shriwise
919634297d Start of code cleanup. 2020-03-19 14:15:26 -05:00
Patrick Shriwise
3d546aaf80 Renaming regular mesh variables for clarity. 2020-03-19 14:15:26 -05:00
Patrick Shriwise
879c4a6050 Removing .dat files 2020-03-19 14:15:26 -05:00
Patrick Shriwise
44f3f1eb50 Including tests w external geometry and holes in the mesh. 2020-03-19 14:15:26 -05:00
Patrick Shriwise
76251cd995 Initial test for unstructured mesh. 2020-03-19 14:15:26 -05:00
Mikolaj Adam Kowalski
ec10221219 Address comments by @pshriwise 2020-03-19 12:04:44 +00:00
dryuri92
b8763f1934
test TRAVIS CI
commit is to make sure of TRAVIS CI works properly
2020-03-16 15:07:12 +03:00
dryuri92
8d4b34adb6
add init.py 2020-03-15 22:53:15 +03:00
dryuri92
f9e8eda4c4
add a test case dirs and files
test case
2020-03-15 19:43:18 +03:00
dryuri92
c3fff76bea
upload test
new test for mg-temperature mode
2020-03-15 19:41:16 +03:00
Paul Romano
030a587325 Get the source_dlopen test working 2020-02-19 16:26:48 -06:00
Andrew Davis
faf454c344 updated test to use new build method 2020-02-19 07:48:21 +00:00
Andrew Davis
f3dbc24964 updated test signature 2020-02-18 09:22:09 +00:00
Andrew Davis
7f1f675c87 try adding an init py file 2020-02-12 12:37:21 +00:00
Andrew Davis
e4b0b4f276 Added regression tests for dlopen source 2020-02-12 12:37:21 +00:00
Sterling Harper
2a5a1ab841
Merge pull request #1467 from paulromano/clang-format-add
Add a proposed .clang-format file
2020-02-04 11:19:18 -05:00
Paul Romano
efb3beb8ce Add expected failure for mgxs_library_distribcell on Python 3.5 2020-02-03 15:53:02 -06:00
Paul Romano
3813b1cdb1 Update results for test_mgxs_library_distribcell to match pandas 1.0 2020-02-03 13:35:45 -06:00
Sterling Harper
328d9bbb34
Merge pull request #1461 from jtramm/event_based_update
Event-Based Mode
2020-01-29 10:18:10 -05:00
John Tramm
d24667f348 Added comma to __inity__.py list to fix testing issue. 2020-01-27 17:47:07 +00:00
John Tramm
3b9451bc73 More comment incorporation from code review. 2020-01-27 17:12:15 +00:00
Paul Romano
12c709e934 Update test results 2020-01-21 17:21:57 -06:00
Paul Romano
8894696db1 Scale fission photon production by (EGP + EGD)/EGP 2020-01-13 14:42:40 -06:00
Paul Romano
cf788db82f Add fission photon production test 2020-01-13 14:42:40 -06:00
Paul Romano
a9070f7ec1 Simplify photon production test 2020-01-13 14:42:40 -06:00
Sterling Harper
d4ad3cfb75
Merge pull request #1433 from paulromano/cell-instance-filter
Cell instance filter
2020-01-13 14:21:42 -05:00
Paul Romano
9787e9e8c0 Merge branch 'develop' into cell-instance-filter 2020-01-09 07:26:43 -06:00
Paul Romano
c8d7284520 Update test results 2020-01-07 22:26:30 -06:00
Paul Romano
c4e44ac499 Add tallies to eigenvalue_genperbatch test 2020-01-07 14:38:45 -06:00
Paul Romano
9128f3e0ac Convert eigenvalue_genperbatch test to use PyAPITestHarness 2020-01-07 14:38:45 -06:00
Ethan Peterson
96c7427eaf Adding CylindricalIndependent source type
ammended docstrings to mention local reference frame
2020-01-06 19:47:10 -05:00
Paul Romano
abe5596cb3
Merge pull request #1337 from shikhar413/cmfd-omp
OpenMP parallelism + minor code cleanup for CMFD
2019-12-17 22:28:46 -06:00
Paul Romano
339ba91565 Add filter_cellinstance test 2019-12-12 06:59:01 -06:00
Paul Romano
09fbc034d8
Merge pull request #1406 from nelsonag/mgxs_f_to_c
Mgxs code cleanup
2019-11-18 07:42:20 -06:00
Paul Romano
21a8557360
Merge pull request #1398 from eepeterson/spherical_source
Spherical source
2019-11-11 12:52:47 -06:00
Adam G Nelson
677f4f7d8b Merge remote-tracking branch 'upstream/develop' into mgxs_f_to_c 2019-11-11 09:54:59 -06:00
Ethan Peterson
15c7148331 Adding SphericalIndependent source type
Applied suggestions from code review

Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2019-11-11 10:50:38 -05:00
Adam G Nelson
2903970129 Added test for making an MGXS lib with nuclides, and then re-running in MG mode. Prior to this we only tested macroscopic MGXS 2019-11-09 09:16:37 -06:00
Paul Romano
dd7094d682 Update mg_tallies test result 2019-11-08 14:50:33 -06:00
Paul Romano
8a449666bc Don't hash mg_tallies test results 2019-11-08 14:50:33 -06:00
Shikhar Kumar
6367052fa5 Update description for regression test 2019-11-04 23:07:14 -05:00
Shikhar Kumar
62c50ea302 Add test for multithreaded CMFD 2019-11-04 23:05:34 -05:00
Shikhar Kumar
362e4d16b4 Merge branch 'develop' of github.com:openmc-dev/openmc into cmfd-omp
Conflicts:
	openmc/cmfd.py
2019-11-04 22:52:16 -05:00
Paul Romano
6799da13f1
Merge pull request #1374 from pshriwise/volume_trigger
Volume Calculation Trigger
2019-10-15 15:58:20 +07:00
Patrick Shriwise
f47e35da75 Removing blank line. 2019-10-14 20:53:04 -05:00
Patrick Shriwise
5c723bd360 Keeping Python API checks, but writing number of iterations to results file. 2019-10-14 20:27:18 -05:00