GuySten
|
d9b30bbbd5
|
Approximate multigroup velocity (#3766)
Co-authored-by: Adam Nelson <1037107+nelsonag@users.noreply.github.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2026-04-02 16:59:02 +00:00 |
|
John Tramm
|
5222b343a4
|
Fixed Source Random Ray (#2988)
Co-authored-by: Gavin Ridley <gavin.keith.ridley@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2024-06-17 11:02:20 -05:00 |
|
Paul Romano
|
1bc2bd8460
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -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 |
|
Adam G Nelson
|
64dbaff587
|
Finished cleaning up group indices off-by-ones. Still have to to delayed groups
|
2019-11-11 20:58:22 -06:00 |
|
Adam G Nelson
|
524b5344eb
|
removed MGXS C interface methods (calculate_xs_c, get_name_c, and get_awr_c) that are no longer necessary now that the code is full C++
|
2019-11-09 09:08:56 -06:00 |
|
Gavin Ridley
|
8a8bb5f491
|
class, not struct
|
2019-11-08 14:57:04 -05:00 |
|
Gavin Ridley
|
b8d9ae0f8e
|
PR style changes
|
2019-11-08 13:25:49 -05:00 |
|
Gavin Ridley
|
5aad0d7169
|
incorporate requested PR changes
|
2019-11-07 21:34:28 -05:00 |
|
Gavin Ridley
|
8e1de2a577
|
match openmc style
|
2019-11-07 14:01:04 -05:00 |
|
Gavin Ridley
|
a2bcb07e03
|
Mgxs may now be used in external linked programs
|
2019-11-07 13:27:16 -05:00 |
|
Gavin Ridley
|
9c06a128d9
|
initial stab at making mgxs externally usable
|
2019-11-02 22:08:06 -04:00 |
|
Paul Romano
|
368f89697d
|
Use Position and Direction in Particle class
|
2019-03-01 16:00:36 -06:00 |
|
Paul Romano
|
4f0c217c18
|
Get rid of Fortran mgxs_interface
|
2019-02-20 15:03:36 -06:00 |
|
Sterling Harper
|
8b61bc1a77
|
Respond to @paulromano comments on #1162
|
2019-02-12 17:10:25 -05:00 |
|
Sterling Harper
|
2286b245bb
|
Remove C++/Fortran interop code
|
2019-02-10 14:09:15 -05:00 |
|
Paul Romano
|
eb576a6fd2
|
Move remaining functions in mgxs_data.F90
|
2019-01-30 22:15:48 -06:00 |
|
Paul Romano
|
06751d5373
|
Move openmc_load_nuclide, openmc_material_add_nuclide, and read_mgxs to C++
|
2019-01-30 22:15:48 -06:00 |
|
Paul Romano
|
c301612ca2
|
Namespace mgxs-related global variables
|
2018-11-14 15:00:16 -06:00 |
|
Paul Romano
|
8c64139c06
|
Move initialize_history to C++
|
2018-10-19 07:41:29 -05:00 |
|
Adam G Nelson
|
a9641b8e2a
|
Cleaned up the C and Fortran interfaces; includes removing interfaces which are no longer needed and removing the _c from C functions which no longer have Fortran links
|
2018-10-12 11:51:23 -04:00 |
|
Paul Romano
|
b92677e70b
|
Convert source distributions to C++
|
2018-08-23 15:23:47 -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 |
|