Commit graph

31 commits

Author SHA1 Message Date
Gavin Ridley
aa4de82258
remove gsl-lite dependency (#3225)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-02-20 01:03:20 +00:00
Zoe Prieto
9686851e7a
Write surface source files per batch (#3124)
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2024-10-03 22:32:03 +00:00
Gavin Ridley
f202377fb7 add west const and enforce in clang format 2023-04-15 12:50:30 -04:00
Gavin Ridley
30ed602009 update documentation 2023-03-31 23:59:04 -04:00
Gavin Ridley
2172907bcf refactor particle source import/export 2023-03-31 14:17:04 -04:00
Gavin Ridley
061156e79a address PR comments 2021-05-03 18:03:06 -04:00
Gavin Ridley
ad4e1c9f4a remove std:: from vector,unique_ptr,make_unique,array 2021-05-03 18:01:27 -04:00
Gavin Ridley
2af4c9cd92 use base class to handle layout of particle data 2021-05-03 17:57:41 -04:00
Patrick Shriwise
e11c7cb6d4 Reducing ifdefs and inducing fatal_error if a write of unstructured mesh data is attempted in an unsupported build. 2021-04-07 19:07:06 -05:00
Patrick Shriwise
cb5952ba38 Correction to how the LibMesh unique_ptr is handled and updates to ifdefs. 2021-04-07 19:06:15 -05:00
Patrick Shriwise
6973ce28d0 Updates to the LibMesh methods for adding variables and writing. 2021-04-07 19:06:15 -05:00
YoungHui Park
f31a4d2e78 Surf source size function name change 2021-01-18 14:36:05 -06:00
YoungHui Park
49a55120fd Move surf_source_index out of global scope 2021-01-18 14:36:05 -06:00
YoungHui Park
e427dbde50 Reword src to source for consistency 2021-01-18 14:36:05 -06:00
YoungHui Park
b0bd1ce011 Remove deprecated max_bank_size 2021-01-18 14:36:05 -06:00
YoungHui Park
fb9ee5504e Switch surf_src_bank in write_source_point to be optional 2021-01-18 14:36:05 -06:00
YoungHui Park
3ab5568ac7 Localize variables total_surf_banks and max_bank_size 2021-01-18 14:36:04 -06:00
YoungHui Park
dd82da692a Move query_surf_src_size from simulation.cpp to state_point.cpp 2021-01-18 14:36:04 -06:00
YoungHui Park
bdcfff0f0c Remove temporary functions specific to surface source 2021-01-18 14:36:04 -06:00
YoungHui Park
5ad6cfc4dc Switching to arbitrary source bank depending on surface source bank boolean 2021-01-18 14:36:04 -06:00
YoungHui Park
2ebf9d844f Copy/simplify source bank writing functions to make temp surface source bank writing functions 2021-01-18 14:36:04 -06:00
Paul Romano
b271399f63 Allow read_source_bank to be distributed or not 2020-10-27 10:02:00 -05:00
Paul Romano
8f71ed2a1d Store sites from source file in SourceDistribution 2020-10-22 15:07:23 -05:00
Patrick Shriwise
6749f72fec Moving tally writing into the statepoint function. Should write anytime a statepoint file is asked for. 2020-03-19 14:15:26 -05:00
Paul Romano
ab0b9eb0bc Translate most of load_state_point to C++ 2019-02-06 07:11:44 -06:00
Paul Romano
b8187571b3 Move source and fission banks to C++ 2018-11-26 23:00:44 -06:00
Paul Romano
a4ddaf9ed6 Move finalize_batch and write_source_point to C++ 2018-10-19 07:41:29 -05:00
Paul Romano
05ecbb153a Convert calculate_average_keff to C++ 2018-10-19 07:41:29 -05:00
Paul Romano
242895e99b Remove work_index on Fortran side 2018-10-15 13:42:10 -05:00
Paul Romano
2ccb7e3b58 Move write_tally_results_nr to C++ 2018-10-15 11:52:33 -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
Renamed from src/state_point.h (Browse further)