Commit graph

23 commits

Author SHA1 Message Date
John Tramm
977ade79a1
Replace xtensor with internal Tensor/View classes (#3805)
Co-authored-by: John Tramm <jtramm@gmail.com>
2026-02-17 09:50:38 -06:00
Olaf Schumann
39e57619df add suggensstions by @paulromano
run clang-format on all changed files
Update test results
2022-01-16 19:46:48 +00:00
Olaf Schumann
b442a7ad1a Bugfix for access past array: Move calculation of interpolation factors 2022-01-13 14:29:19 +01:00
Paul Romano
1bc2bd8460 Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
Paul Romano
43804fc09d Merge branch 'develop' into rng-stream-changes 2021-05-11 16:53:10 -05:00
Gavin Ridley
ad4e1c9f4a remove std:: from vector,unique_ptr,make_unique,array 2021-05-03 18:01:27 -04:00
Paul Romano
f0aaac4601 Move distributions into random_dist.h/cpp 2021-05-03 09:43:09 -05:00
Paul Romano
1af42dbb7d Make sure E_out is not undefined in ContinuousTabular::sample 2020-07-02 21:18:20 -05:00
Paul Romano
1319031a0f Prevent potential divide-by-zero in ContinuousTabular::sample 2020-06-29 09:23:15 -05:00
Paul Romano
4013675cde
Merge pull request #1424 from PullRequestOpen/pullrequest-cosmetic-fixes
PullRequest Cosmetic Fixes [2019-12-05]
2019-12-09 17:07:49 -06:00
PullRequestOpen
6d0aa86cef Cosmetic fixes from PullRequest [2019-12-05] 2019-12-05 22:22:43 -06:00
John Tramm
0602ddd8a3 refactor seed and seed aray variable names 2019-12-05 19:50:31 +00:00
John Tramm
638172e68d refactor of prn() interface and python interface changes 2019-12-04 16:35:01 +00:00
Paul Romano
eca3ce33d2 Fix pointer placement on uint64_t 2019-11-27 07:04:11 -06:00
John Tramm
3b985f1976 finished debugging. Appears to get the same answer on the pincell. Lets see if it passes tests. 2019-11-22 15:13:09 +00:00
John Tramm
5502f38580 partially done with refactoring 2019-11-21 22:19:15 +00:00
Paul Romano
1d5242ede1 Fix a whole bunch of -Wall warnings 2019-03-26 14:11:47 -05:00
Adam G Nelson
a9641b8e2a Cleaned up the C and Fortran interfaces; includes removing interfaces which are no longer needed and removing the _c from C functions which no longer have Fortran links 2018-10-12 11:51:23 -04:00
amandalund
3f0af69aef Fix energy distributions to correctly sample discrete lines 2018-09-11 08:46:12 -05:00
amandalund
74a7a6b361 Merge branch 'develop' into photon-production-fix 2018-08-27 09:07:35 -05:00
amandalund
bad7851822 Account for photon production of summed reactions 2018-08-23 16:29:40 -05:00
Paul Romano
9f0ea52d1a Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
Paul Romano
14754b60f8 Convert energy distributions 2018-08-10 12:50:56 -05:00