You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is returning incorrect values for a mesh created with build_box(...). This API was added to support mixed meshes. The original nents(int ent_dim) is compatible with build_box(...).
One option to avoid this is to add a check (compile time?) to see if the mesh is mixed and if not fail in this API.
The text was updated successfully, but these errors were encountered:
omega_h/src/Omega_h_mesh.cpp
Line 170 in 9621c44
Is returning incorrect values for a mesh created with
build_box(...)
. This API was added to support mixed meshes. The originalnents(int ent_dim)
is compatible withbuild_box(...)
.One option to avoid this is to add a check (compile time?) to see if the mesh is mixed and if not fail in this API.
The text was updated successfully, but these errors were encountered: