Commit graph

9978 commits

Author SHA1 Message Date
Paul Romano
50fb611272 Fix surface coincidence check in CSGCell::distance 2019-02-22 11:15:43 -06:00
Paul Romano
3358880959 Fix OpenMP builds on Intel compiler 2019-02-21 22:55:25 -06:00
Paul Romano
6b8c956726 Remove mention of Fortran in documentation 2019-02-21 22:44:24 -06:00
Paul Romano
3cac2a6702 Remove Fortan compatibility functions 2019-02-21 22:44:24 -06:00
Paul Romano
6712de2ad9 Remove remaining Fortran source files 2019-02-21 22:44:20 -06:00
Paul Romano
e1e4941d8c Fix all the bugs introduced 2019-02-21 19:30:07 -06:00
Paul Romano
0439eb0fa1 Convert remainder of tallies to C++ 2019-02-21 19:30:04 -06:00
Paul Romano
487b62f760 Change how tally filters are created from C API 2019-02-21 00:05:34 -06:00
Paul Romano
d0b6d9fbd6 Move read_tallies_xml to C++ 2019-02-20 23:34:36 -06:00
Paul Romano
627ee79f0c Move read_materials_xml and read_plots_xml to C++ 2019-02-20 15:45:30 -06:00
Paul Romano
3eea8311d3 Move results and global_tallies over to C++ 2019-02-20 15:03:36 -06:00
Paul Romano
1542cf7bfd Remove declaration of global_tally_* values on Fortran side
No more OpenMP in Fortran code!
2019-02-20 15:03:36 -06:00
Paul Romano
4f0c217c18 Get rid of Fortran mgxs_interface 2019-02-20 15:03:36 -06:00
Paul Romano
16b2a657d6 Move cross section caches to C++ 2019-02-20 15:03:36 -06:00
Paul Romano
34be2851b4 Remove extern "C" from a bunch of global variables 2019-02-20 15:03:36 -06:00
Paul Romano
07fc0985bc Convert particle track writing to C++ 2019-02-20 15:03:36 -06:00
Sterling Harper
ef2767a127
Merge pull request #1169 from paulromano/cpp-tracking
Translate transport, cross_surface, and particle restarts to C++
2019-02-20 12:17:19 -05:00
Paul Romano
7325897ee9 Address @smharper comments on #1169 2019-02-19 21:48:20 -06:00
Paul Romano
6cd32e1c4f
Merge pull request #1168 from smharper/stdout_flush
Flush stdout when printing generation info
2019-02-19 08:59:46 -06:00
Jingang Liang
b7d4fe4b6c
Merge pull request #1165 from paulromano/data-repo
Data-related updates, reduce CI matrix
2019-02-16 21:45:59 -05:00
Paul Romano
66ae641b13 Skip TPID record when reading ENDF files 2019-02-15 15:09:17 -06:00
Paul Romano
1262904508 Limit the number of Travis jobs 2019-02-15 15:09:17 -06:00
Paul Romano
90568ba96c Remove xs conversion scripts and update documentation 2019-02-15 15:09:05 -06:00
Paul Romano
cf65d9ed2e Add thermal scattering names to match JEFF 3.3 data 2019-02-15 15:09:05 -06:00
Paul Romano
1fe80990e5
Merge pull request #1166 from liangjg/develop
Updated atomic mass evaluation to AME 2016
2019-02-15 15:04:45 -06:00
Paul Romano
39961dc0a4 Fix most DAGMC-related errors 2019-02-15 14:49:51 -06:00
Paul Romano
964fdfde30 Remove cells array on Fortran side 2019-02-15 11:00:00 -06:00
Paul Romano
47c19353e4 Fix rotation matrix in transport() 2019-02-15 10:59:23 -06:00
Paul Romano
968e9a95d4 Convert particle restart to C++ 2019-02-15 10:59:23 -06:00
Paul Romano
24c84e394c Make sure output() doesn't always write to stderr 2019-02-15 10:59:23 -06:00
Paul Romano
7e1abc439b Remove three Fortran modules and a bunch of constants 2019-02-15 10:59:23 -06:00
Paul Romano
2591a7054a Remove nuclides array on Fortran side 2019-02-15 10:59:23 -06:00
Paul Romano
a1de6b82a2 Remove surfaces on Fortran side 2019-02-15 10:59:23 -06:00
Paul Romano
f8925b25be Convert transport() and cross_surface() to C++ 2019-02-15 10:59:23 -06:00
Sterling Harper
290d7876d2 Flush stdout when printing generation info 2019-02-15 10:29:29 -05:00
Sterling Harper
5af7510c40
Merge pull request #1164 from paulromano/cpp-volume
Translate volume calculations to C++
2019-02-15 10:23:09 -05:00
liangjg
cdd46bdc16 updated package_data in setup with AME 2016 2019-02-15 14:20:03 +00:00
Paul Romano
9352b15d59
Merge pull request #1167 from smharper/source_distrib_bug
Fix source.cpp indexing bug caused by distributed temperatures
2019-02-15 07:17:04 -06:00
Sterling Harper
60f679d51e Fix external source indexing bug for distrib temps 2019-02-14 16:15:58 -05:00
liangjg
3122e14010 Updated atomic mass evaluation to AME 2016, close #1137 2019-02-13 21:41:22 +00:00
Paul Romano
248a0fbc80 Fix non-OpenMP volume calcs, move a brace 2019-02-13 14:51:41 -06:00
Paul Romano
2d7c649ed9 Make sure volume calc domain IDs are unique 2019-02-13 13:59:40 -06:00
Paul Romano
ca7a6adcd1 Get rid of output.F90 2019-02-13 13:59:30 -06:00
Paul Romano
3dfe29b84f Merge branch 'develop' into cpp-volume 2019-02-13 13:42:20 -06:00
Paul Romano
57bd735fe8 Address @smharper comments on #1164 2019-02-13 13:39:13 -06:00
Paul Romano
f5b1a39d4a
Merge pull request #1162 from smharper/cpp_tallies
Move tally scoring to C++
2019-02-13 13:10:47 -06:00
Paul Romano
b8e69692d4
Merge pull request #1163 from Shimwell/utils_scripts_download_update
added context as an argument for downloading
2019-02-13 11:40:45 -06:00
Jonathan Shimwell
02205aa336 reworded keword comments 2019-02-13 11:53:50 +00:00
Jonathan Shimwell
866e75a841 removed contex related comments 2019-02-13 11:52:10 +00:00
Sterling Harper
2bc8b9a5ff Avoid implicit construction of TallyDerivative 2019-02-13 01:05:50 -05:00