Skip to content

Conversation

panquez
Copy link
Member

@panquez panquez commented Sep 11, 2025

No description provided.

Comment on lines +102 to +108
DEBUG( "Mobius strip detected" );
DEBUG( cur_polygon );
DEBUG( e );
SDEBUG( adj.value() );
SDEBUG( mesh_.polygon_barycenter( cur_polygon ) );
SDEBUG(
mesh_.polygon_barycenter( adj->polygon_id ) );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger::debug ?

Comment on lines +80 to +81
template < typename Mesh, typename Builder >
void remove_element_duplication( const Mesh& mesh, Builder& builder )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
template < typename Mesh, typename Builder >
void remove_element_duplication( const Mesh& mesh, Builder& builder )
template < typename Mesh >
void remove_element_duplication( const Mesh& mesh, typename Mesh::Builder& builder )

}
const auto element_vertices =
accessor.element_vertices( element_id );
std::vector< geode::index_t > common_elements =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
std::vector< geode::index_t > common_elements =
auto common_elements =

}
}
}
delete_elements( to_delete, builder );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Return the mapping between input mesh and output mesh ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants