Replies: 1 comment 2 replies
-
|
One way to do this is to call https://petsc.org/main/manualpages/DM/DMSwarmProjectFields/ . Its a one line thing, although we could possibly optimize it better in this simple case. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Is there a function which projects marker data onto cells for visualisation? something like
vis.scalar_fn_to_pv_pointsbut for marker data? I imagine this will require some embedded averaging and interpolation methods since some cells can have more than one marker and others can have none.Lior
Beta Was this translation helpful? Give feedback.
All reactions