You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if it'd be possible to define the coupling_subdomain in fenicsxprecice.Adapter.initialize(coupling_subdomain, ...) by mesh tags (similar to this example). This would be especially helpful in cases with complex geometries where topological definitions are hardly possible.
I think this should be easy to implement by introducing an additional argument into the initialize function. We just have to think about how to stay consistent with the adapter for the legacy FEniCS. For a similar discussion there see precice/fenics-adapter#31.
The text was updated successfully, but these errors were encountered:
arvedes
changed the title
Enable coupling_boundary definition by mesh tags
Enable coupling_subdomain definition by mesh tags
Apr 6, 2022
It would be nice if it'd be possible to define the
coupling_subdomain
infenicsxprecice.Adapter.initialize(coupling_subdomain, ...)
by mesh tags (similar to this example). This would be especially helpful in cases with complex geometries where topological definitions are hardly possible.I think this should be easy to implement by introducing an additional argument into the initialize function. We just have to think about how to stay consistent with the adapter for the legacy FEniCS. For a similar discussion there see precice/fenics-adapter#31.
The text was updated successfully, but these errors were encountered: