Xinyan Wang
9cf2f22f24
Apply Weight Window Upon Surface Crossing ( #2670 )
...
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-09-26 05:03:49 +00:00
Erik B Knudsen
d765bd031f
Limit number of lost particles written to disk. ( #2688 )
...
Co-authored-by: John Tramm <john.tramm@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-09-25 20:12:04 -05:00
Christopher Fichtlscherer
03f98e8f82
time-cutoff version 2.0 ( #2631 )
2023-08-19 15:20:33 -05:00
Patrick Shriwise
610a5d8c34
Global Weight Window Generation via CAPI ( #2359 )
...
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-06-09 10:47:27 -05:00
stchaker
5713ef700c
update mac segfault fix format, fix python settings name
2023-04-20 12:21:10 -04:00
stchaker
e3e659ca83
avoid python C API segfault on intel mac
2023-04-04 16:58:28 -04:00
Christopher Fichtlscherer
e266bb15bf
old changes for delayed neutron feature
2023-01-11 14:50:08 -05:00
Paul Romano
3f8f8f6701
Merge pull request #2291 from pshriwise/model-xml
...
Support for a single `model.xml` file
2022-12-24 13:33:27 -06:00
Patrick Shriwise
040965245d
Adding signatures for reading information from an XML node where necessary.
2022-12-06 13:03:38 -06:00
Erik B Knudsen
81fa3b45a3
mcpl-file output simimlar to regular source output file
2022-10-14 00:22:28 +02:00
Erik B Knudsen
b6aa2dc429
add mcpl-output settings
2022-10-11 16:49:44 +02:00
Paul Romano
e34bf445f0
Add max_tracks setting (maximum number of tracks per process)
2022-05-20 10:46:59 -05:00
YuanHu-PKU-KIT
e08af3c374
Implement mesh-based weight windows (squashed)
...
Co-authored-by: Andrew Davis <andrew.davis@ukaea.uk>
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2022-01-08 14:43:18 -06:00
Paul Romano
75b3d18446
Merge branch 'develop' into libpng
2021-10-05 12:49:35 -05:00
agnelson
e8081207d7
Modified the C API to support setting material temperatures and to support setting the event based flag. Fixed failing MPI test.
2021-09-30 16:34:58 -05:00
Paul Romano
1bc2bd8460
Apply clang-format on entire source
2021-08-11 11:41:49 -05:00
Patrick Shriwise
0a463be15e
Adding universe types again.
2021-05-19 18:01:35 -05:00
Gavin Ridley
ad4e1c9f4a
remove std:: from vector,unique_ptr,make_unique,array
2021-05-03 18:01:27 -04:00
Patrick Shriwise
b982704d4f
Addressing @aprilnovak's PR comments.
2021-04-07 19:07:06 -05:00
Patrick Shriwise
040c5b9bd4
Removing libmesh include from settings header.
2021-04-07 19:07:06 -05:00
Patrick Shriwise
a1bbdfb940
Polishing the mesh class
2021-04-07 19:07:06 -05:00
Patrick Shriwise
4fc694c87f
Making libmesh communicator pointer const.
2021-04-07 19:06:16 -05:00
Patrick Shriwise
b54bbad9d9
Adjusting how the LibMesh comm is stored.
2021-04-07 19:06:16 -05:00
Patrick Shriwise
48d62e7501
A few updates to address memory leaks.
2021-04-07 19:06:15 -05:00
Patrick Shriwise
941a068ed6
Updates to libmesh init and track length estimator
2021-04-07 19:05:08 -05:00
Patrick Shriwise
4ed2272208
Collision-based is working. Initialization is a nightmare right now.
2021-04-07 19:05:08 -05:00
AI-Pranto
a6144a4ab8
Rename to max_surface_particles
2021-02-25 10:46:57 +06:00
YoungHui Park
5f48ec9eeb
Rename max_surf_banks to max_particles
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
1264083f1b
Switch source writing surface id designation scheme
2021-01-18 14:36:04 -06:00
YoungHui Park
f388ac2e1e
Rename variables for better readability
2021-01-18 14:36:04 -06:00
YoungHui Park
b5f6dacb7d
Add setting parameter for surface source file reading
2021-01-18 14:36:04 -06:00
YoungHui Park
26ccf1a0af
Switch max_surf_banks to int64_t
2021-01-18 14:36:04 -06:00
YoungHui Park
abca6e580d
Set the maximum number of particles to be banked on surfaces
2021-01-18 14:36:04 -06:00
YoungHui Park
2c0c2cfc03
Add a new element surface_source for banking and writing surface sources
2021-01-18 14:36:04 -06:00
Paul Romano
0bb39005bc
Rename source classes
2020-10-23 14:11:34 -05:00
Paul Romano
8f71ed2a1d
Store sites from source file in SourceDistribution
2020-10-22 15:07:23 -05:00
Shikhar Kumar
6e7f524561
Create getter funtion for n_batches, update test_lib.py
2020-06-01 21:19:06 -04:00
Andrew Davis
39672e79b0
Added internal infrastructure for dlopen based shared object sources
2020-02-17 15:48:12 +00:00
stevendargaville
d763806c43
Also made rel_max_lost_particle name consistent between C++ and python layers
2020-02-13 14:52:44 +00:00
stevendargaville
a9d1e37aba
Changed the name of the max_lost_particles in the C++ layer to match the python side
2020-02-13 14:46:34 +00:00
stevendargaville
9f64dd1a88
Modified the REL_MAX_LOST_PARTICLES const in particle.h to be a variable stored in settings that can be modified by the c/python/xml layers.
2020-02-11 13:37:26 +00:00
stevendargaville
516ac9e1d3
Modified the MAX_LOST_PARTICLES const in particle.h to be a variable stored in settings that can be modified by the c/python/xml layers.
2020-02-11 13:37:00 +00:00
John Tramm
02470bc630
Incorporation of comments from code review.
2020-01-27 17:02:39 +00:00
John Tramm
05e39fb9e4
first pass on adding event_based and in_flight_particles as xml and python options.
2020-01-23 22:50:51 +00:00
John Tramm
10a6d152de
Merge branch 'develop' into event_based_update
2020-01-22 09:06:38 -06:00
Gavin Ridley
1d33aca9bd
incorporate recommended name changes
2020-01-21 13:04:39 -05:00
John Tramm
c0a1056e55
added setting to control the maximum number of in flight particles. Also simplified enqueing procedure after XS lookup events to drop atomic usage there.
2020-01-21 17:40:54 +00:00
Gavin Ridley
d37688a549
Merge branch 'develop' into add_enums2
2020-01-17 16:46:27 -05:00
Gavin Ridley
9483c409a8
convert all but one thing in cell.h to enums
2020-01-16 15:41:45 -05:00