adding compute barycentric data call.

This commit is contained in:
Patrick Shriwise 2019-05-12 11:44:56 -05:00
parent b6ec54fef5
commit 0890d08317

View file

@ -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);
}