Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/underworld3/meshing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
FaultCollection,
)

from .smoothing import (
smooth_mesh_interior,
)

# Make all functions available at module level for backward compatibility
__all__ = [
# Cartesian meshes
Expand Down Expand Up @@ -82,4 +86,6 @@
# Backward compatibility aliases
"FaultSurface",
"FaultCollection",
# Mesh smoothing
"smooth_mesh_interior",
]
Loading
Loading