mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Merge pull request #2334 from pshriwise/umesh_sampling
Unstructured Mesh Sampling Updates
This commit is contained in:
commit
61b30f5dcc
17 changed files with 664 additions and 46 deletions
|
|
@ -281,6 +281,9 @@ void read_settings_xml(pugi::xml_node root)
|
|||
}
|
||||
}
|
||||
|
||||
// Check for user meshes and allocate
|
||||
read_meshes(root);
|
||||
|
||||
// Look for deprecated cross_sections.xml file in settings.xml
|
||||
if (check_for_node(root, "cross_sections")) {
|
||||
warning(
|
||||
|
|
@ -566,9 +569,6 @@ void read_settings_xml(pugi::xml_node root)
|
|||
}
|
||||
}
|
||||
|
||||
// Read meshes
|
||||
read_meshes(root);
|
||||
|
||||
// Shannon Entropy mesh
|
||||
if (check_for_node(root, "entropy_mesh")) {
|
||||
int temp = std::stoi(get_node_value(root, "entropy_mesh"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue