mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
adding compute barycentric data call.
This commit is contained in:
parent
b6ec54fef5
commit
0890d08317
1 changed files with 1 additions and 0 deletions
|
|
@ -1584,6 +1584,7 @@ UnstructuredMesh::UnstructuredMesh(pugi::xml_node node) : Mesh(node) {
|
|||
warning("Non-tetrahedral elements found in unstructured mesh: " + filename_);
|
||||
}
|
||||
|
||||
compute_barycentric_data(all_tets);
|
||||
build_tree(all_tets);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue