File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -629,9 +629,11 @@ void MeshTetInterface::process_hull_integrity_result
629629 err_msg << "A constrained Delaunay tetrahedralization boundary must be an oriented Tri3 mesh." << std ::endl ;
630630 }
631631 if (result .count (BAD_NEIGHBOR_LINKS ))
632- {
633- err_msg << "At least one triangle neighbor with inconsistent node and neighbor links was found in the input boundary mesh." << std ::endl ;
634- }
632+ err_msg << "At least one triangle neighbor with inconsistent node and neighbor links was found in the input boundary mesh." << std ::endl ;
633+ if (result .count (DEGENERATE_ELEMENT ))
634+ err_msg << "At least one input triangle is degenerate, with near-zero area relative to the manifold." << std ::endl ;
635+ if (result .count (DEGENERATE_MESH ))
636+ err_msg << "The input mesh is degenerate, with zero thickness in at least one direction." << std ::endl ;
635637
636638 libmesh_error_msg (err_msg .str ());
637639}
You can’t perform that action at this time.
0 commit comments