Commit graph

30 commits

Author SHA1 Message Date
Kevin Sawatzky
607f6babe5
Add distributed cell densities (#3546)
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-09-19 04:11:06 +00:00
GuySten
a64cc96ed5
Fixed a bug in distribcell offsets logic (#3424) 2025-07-30 12:10:34 -05:00
Patrick Shriwise
9da13a9087 Adding function for root universe comparison 2023-04-13 10:17:05 -05:00
Patrick Shriwise
916863f82a Renaming and docstring/comment updates 2022-12-07 11:02:10 -06:00
Patrick Shriwise
040965245d Adding signatures for reading information from an XML node where necessary. 2022-12-06 13:03:38 -06:00
Paul Romano
1bc2bd8460 Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
Patrick Shriwise
e8788cc1bb Using vector instead of unordered_set for user-specified distribcells. 2021-08-10 08:06:54 -05:00
Patrick Shriwise
88ec652760 Make the user-defined distribcells an argument to the function. 2021-08-05 17:03:37 -05: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
helen-brooks
adf7077a01 Refactor read_input_xml so that all non-trivial functionality is containined in public functions. 2021-01-29 14:33:43 +00:00
Sterling Harper
193c6a9d7c Speed up distribcell initialization 2020-02-29 19:17:20 -05:00
Patrick Shriwise
4394582657 Addressing PR comments from @paulromano. 2019-11-08 14:47:00 -06:00
Patrick Shriwise
031047ee80 Moving counters into the model namespace. 2019-11-06 16:07:28 -06:00
Patrick Shriwise
a685e4768c Removing class defs in favor of STL types. 2019-11-06 16:03:51 -06:00
Patrick Shriwise
d37c416308 Updating attribute name and placing below methods. 2019-11-06 15:28:06 -06:00
Patrick Shriwise
c20e942f1c Update name of universe level counter. 2019-11-06 09:36:41 -06:00
Patrick Shriwise
4860bd5ed2 Updating name of Universer counter class. 2019-11-06 09:31:56 -06:00
Patrick Shriwise
cc6822f171 Pulling in C++ side changes for counter caching. 2019-10-07 00:11:51 -05:00
Paul Romano
86d187a0a7 Turn Particle.coord_ into a std::vector (remove MAX_COORD) 2019-03-19 13:56:45 -05:00
Paul Romano
0439eb0fa1 Convert remainder of tallies to C++ 2019-02-21 19:30:04 -06:00
Paul Romano
964fdfde30 Remove cells array on Fortran side 2019-02-15 11:00:00 -06:00
Paul Romano
9a2298f66d Move read_ce_cross_sections to C++ 2019-01-30 22:15:48 -06:00
Sterling Harper
e6466e9867 Remove surface-based neighbor lists 2018-12-18 15:08:14 -05:00
Sterling Harper
35238259c0 Simplify neighbor list implementation 2018-12-18 15:02:07 -05:00
Sterling Harper
a8cb86c6b5 Implement linked-list/vector hybrid NeighborList 2018-12-14 12:44:20 -05:00
Sterling Harper
e2e813adb8 Remove "tally_" prefix from tally filter files 2018-10-22 10:22:55 -04:00
Sterling Harper
f2a5e10c46 Move DistribcellFilter to C++ 2018-10-11 22:27:13 -04:00
Sterling Harper
01b216b63a Merge remote-tracking branch 'upstream/develop' into cpp_geometry 2018-08-24 20:45:52 -04: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/geometry_aux.h (Browse further)