Home
last modified time | relevance | path

Searched refs:node_ssw (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-OpenMC/openmc-0.12.2/src/
H A Dsettings.cpp646 xml_node node_ssw = root.child("surf_source_write"); in read_settings_xml() local
649 if (check_for_node(node_ssw, "surface_ids")) { in read_settings_xml()
650 auto temp = get_node_array<int>(node_ssw, "surface_ids"); in read_settings_xml()
657 if (check_for_node(node_ssw, "max_particles")) { in read_settings_xml()
658 max_surface_particles = std::stoll(get_node_value(node_ssw, "max_particles")); in read_settings_xml()
/dports/science/openmc/openmc-0.12.2/src/
H A Dsettings.cpp646 xml_node node_ssw = root.child("surf_source_write"); in read_settings_xml() local
649 if (check_for_node(node_ssw, "surface_ids")) { in read_settings_xml()
650 auto temp = get_node_array<int>(node_ssw, "surface_ids"); in read_settings_xml()
657 if (check_for_node(node_ssw, "max_particles")) { in read_settings_xml()
658 max_surface_particles = std::stoll(get_node_value(node_ssw, "max_particles")); in read_settings_xml()