Commit graph

7602 commits

Author SHA1 Message Date
amandalund
042c1f94de Add photon tests 2018-07-04 20:57:29 -05:00
amandalund
11516a8e5c Merge branch 'develop' into photon-new 2018-07-02 14:57:39 -05:00
Sterling Harper
499f2f2494
Merge pull request #1022 from paulromano/cmake-updates
Improvements to CMakeLists.txt
2018-07-02 14:31:13 -04:00
amandalund
fabb798446 Merge branch 'develop' into photon-new 2018-06-28 20:51:16 -05:00
amandalund
f37d2fcbce Corrected bug in TTB photon energy sampling introduced in 492a4e950f 2018-06-28 19:43:13 -05:00
Paul Romano
1145c91805 Add n_nuclides in openmc.h 2018-06-28 17:11:52 -05:00
amandalund
c912cdce70 Merge branch 'develop' into photon-new 2018-06-28 16:19:54 -05:00
Paul Romano
459fc8e12c Dont modify linker_language for executable 2018-06-27 07:26:12 -05:00
Paul Romano
36db02bad3 Use C_STANDARD property on faddeeva library 2018-06-27 07:26:12 -05:00
Paul Romano
610fc5c918 Use generator expression to handle compile options for Fortran/C++ separately 2018-06-27 07:26:12 -05:00
Paul Romano
384982fa36 Get rid of SIGMA1 implementation that is not used/tested 2018-06-27 07:26:12 -05:00
Paul Romano
573f612afe Remove defunct from_ace routines 2018-06-27 07:26:12 -05:00
Paul Romano
a4a87ee97d Two doc fixes 2018-06-27 07:26:12 -05:00
Paul Romano
08899b45d4 Use FindOpenMP to set flags. Bump required CMake version to 3.1 2018-06-27 07:26:12 -05:00
Paul Romano
695716de80 Make GIT_SHA1 definition specific to libopenmc 2018-06-27 07:26:12 -05:00
Paul Romano
18838b13ed Make MPI, UNIX, MAX_COORD, and PHDF5 definitions specific to libopenmc 2018-06-27 07:26:12 -05:00
Paul Romano
3b806c8e44 Separate out setting properties for openmc executable 2018-06-27 07:26:12 -05:00
Paul Romano
bd85855f12 Get rid of program variable in CMakeLists.txt 2018-06-27 07:26:12 -05:00
Paul Romano
2a936aa382 Move pugixml to vendor/ directory 2018-06-27 07:26:12 -05:00
Paul Romano
514d8350a2 Move Faddeeva source into vendor/ directory 2018-06-27 07:26:12 -05:00
Paul Romano
ca0f415de4 Update recognized thermal scattering names with Lib80x names 2018-06-27 07:26:12 -05:00
Paul Romano
9bebfe63e5
Merge pull request #1016 from nelsonag/mgxs_cpp
Conversion of Mgxs code to C++
2018-06-27 07:25:39 -05:00
Adam G Nelson
1fec0b3ac4 added comments explaining if (is_isotropic) line 2018-06-26 21:25:05 -04:00
Adam G Nelson
67b0ea38e4 resolving style comments 2018-06-26 21:20:30 -04:00
amandalund
49e23fa605 Merge branch 'photon-new-ttb' into photon-new 2018-06-26 11:59:09 -05:00
amandalund
057cd9a92a Get rid of unnecessary stopping power related data 2018-06-26 11:43:28 -05:00
amandalund
492a4e950f Clean up 2018-06-25 13:20:23 -05:00
Paul Romano
a7869dcec3
Merge pull request #1020 from hanzhuoran/ignore
Add files in .gitignore
2018-06-22 22:08:15 -05:00
Zhuoran Han
cffa44bd6f Add .DS_Store in .gitignore. macOS use it to store icons.
Add .dylib in .gitignore. Dynamic library is generated at runtime.
2018-06-22 16:52:15 -05:00
Adam G Nelson
267acf627f resolving @paulromano comments, including intent(inout) items at the end, consistent usage of const qualifiers 2018-06-21 20:45:10 -04:00
Paul Romano
bd40619cb3
Merge pull request #1013 from salcedop/threshold-rxn-update
Updating depletion cross-section construction.
2018-06-21 11:12:28 -05:00
salcedop
c6ff0655be
Merge pull request #1 from paulromano/threshold-rxn-update
Update some comments
2018-06-20 13:08:29 -04:00
Adam G Nelson
b704480f9f Fixed python-side conversion of MGXS mesh to a lattice for input. 2018-06-19 07:03:54 -04:00
Adam G Nelson
a1a033f1b7 including write_message access from the C side 2018-06-17 10:58:28 -04:00
Adam G Nelson
8c2a88243b Docs added 2018-06-17 10:10:53 -04:00
Adam G Nelson
1343ef2000 Bug is fixed! is_isotropic was initialized in from_hdf5, not in init. Therefore it wasnt initialized correctly by build_macro 2018-06-17 05:41:32 -04:00
Adam G Nelson
857737b399 minor tweaks 2018-06-17 04:46:29 -04:00
Adam G Nelson
35c62affe6 Replaced all polar and azimuthal indices with just a 1d angle index. Also fixed mg_max_order 2018-06-16 13:37:50 -04:00
Adam G Nelson
863f91b1e7 clearing up const and making use of generic base class methods 2018-06-16 09:25:49 -04:00
Adam G Nelson
2b8c2075d0 merging with upstream and adding some documentation/style changes consistent with upstream 2018-06-16 08:21:11 -04:00
Adam G Nelson
3cdb1bbb87 Whew, there we go. Fixed. 2018-06-15 20:39:57 -04:00
Adam G Nelson
39c063830c minor changes, still not passing the test 2018-06-15 19:46:25 -04:00
Paul Romano
edb4eefbc3 Fix initialization of depletion reaction xs 2018-06-15 16:02:25 -05:00
Paul Romano
aade6893b1 Update some comments, move setting zeros to (n,xn) elseif 2018-06-15 14:22:53 -05:00
Paul Romano
2e4080a5d5
Merge pull request #1012 from smharper/c_cell
Move most geometry data to C++
2018-06-15 14:09:16 -05:00
Adam G Nelson
9fd65822f0 Fixing two failing tests - further inspection needed on mgxs_library_ce_to_mg; 2018-06-15 06:53:43 -04:00
Jose Salcedo Perez
3e7aa0705f FTW, removing trail white-spaces in line 985 and 995 from
nuclide-header.f90
2018-06-15 03:55:35 +00:00
Jose Salcedo Perez
10bba7d5f9 removing trailing white-space and making sure continuation lines have 5 spaces. 2018-06-15 02:44:40 +00:00
Jose Salcedo Perez
52173756f6 More cleaning-up, fixing style and comments. 2018-06-15 01:18:38 +00:00
Adam G Nelson
7c819f02bc got it working with OpenMP 2018-06-14 20:22:31 -04:00