-
|
Hi warpx team, I using the picmi.EmbeddedBoundary class to represent some electrodes in my simulation domain. However, I still need to check if a couple of node are within the elctrodes or not. Is there an option to access/query an underlying implicit function even though I initialized from an STL or do I have to create my own implicit function with the STL using a package like As always many thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thanks for your question! For the WarpX output (e.g., openPMD files), you can request |
Beta Was this translation helpful? Give feedback.

Thanks for your question!
For the WarpX output (e.g., openPMD files), you can request
eb_coveredto be present:Does that work for you?