-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi there,
Regridding nodal data would be a an important feature to load and wrangle finite element models. @Huite and I had a discussion about a strategy for regridding nodal data here. Perhaps a good interface for this new feature, would be:
regridded = xugrid.regrid(
source=old,
target=template,
dim_methods={"mesh2d_node": BarycentricInterpolator, "grid2d_face": NearestRegridder},
)Cheers,
Saulo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels