Skip to content

feat: Add meshing tools and stats #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 72 commits into from
May 22, 2025

Conversation

mlemayTTE
Copy link
Contributor

@mlemayTTE mlemayTTE commented Apr 16, 2025

This PR adds new meshing tools and stats.

Tools include:

  • a filter to merge colocated points
  • a filter to split each cell of a mesh by the center of the edges

Stats tools include:

  • a filter to compute mesh cell type statistics

@mlemayTTE mlemayTTE changed the title feature: Add meshing tools and stats feat: Add meshing tools and stats Apr 18, 2025
return 0
return 1

def applyVtkFlilter(
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
def applyVtkFlilter(
def applyVtkFilter(

assert inputMesh is not None, "Input server mesh is null."
assert outputMesh is not None, "Output pipeline is null."

tmpMesh = self.applyVtkFlilter(inputMesh)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
tmpMesh = self.applyVtkFlilter(inputMesh)
tmpMesh = self.applyVtkFilter(inputMesh)

"""Split mesh cells."""
super().__init__()

def applyVtkFlilter(
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
def applyVtkFlilter(
def applyVtkFilter(

@alexbenedicto alexbenedicto merged commit 9a3c489 into main May 22, 2025
39 checks passed
@alexbenedicto alexbenedicto deleted the lemay/feature/add_tte_meshing_tools branch May 22, 2025 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants