Skip to content

Commit

Permalink
entity type of highest dim
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Feb 6, 2024
1 parent 290fb59 commit 3912958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/describe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int main(int argc, char** argv)
oss << std::fixed;

if(!rank) {
oss << "\nMesh Entity Type: " << Omega_h::topological_singular_name(mesh.family(), mesh.dim()-1) << "\n";
oss << "\nMesh Entity Type: " << Omega_h::topological_singular_name(mesh.family(), mesh.dim()) << "\n";

oss << "\nGlobal Mesh Entity Count and Imbalance (max/avg): (Dim, Entity Count, Imbalance)\n";
for(int dim=0; dim <= mesh.dim(); dim++)
Expand Down

0 comments on commit 3912958

Please sign in to comment.