Random Ray Adjoint Mode (#3191)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
John Tramm 2024-11-20 14:15:41 -06:00 committed by GitHub
parent fbb115921c
commit 172867b1df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 958 additions and 169 deletions

View file

@ -301,6 +301,10 @@ void get_run_parameters(pugi::xml_node node_base)
FlatSourceDomain::volume_normalized_flux_tallies_ =
get_node_value_bool(random_ray_node, "volume_normalized_flux_tallies");
}
if (check_for_node(random_ray_node, "adjoint")) {
FlatSourceDomain::adjoint_ =
get_node_value_bool(random_ray_node, "adjoint");
}
}
}