-
Notifications
You must be signed in to change notification settings - Fork 226
radiation plugin filter needs rework #5494
Copy link
Copy link
Open
Labels
component: pluginin PIConGPU pluginin PIConGPU pluginrefactoringcode change to improve performance or to unify a concept but does not change public APIcode change to improve performance or to unify a concept but does not change public API
Milestone
Description
The radiation plugin provides a method to filter particles using a particle attribute radiationMask to keep particles in the radiation calculation if they once fulfilled the conditions of the filter. However, there are some drawbacks:
- the filter functor only takes the particle and thus can not compute (and filter on) the global position.
- if the
radiationMaskis not used, defining a filter is still needed
It would be great, if a more flexile filter could be used and the filter pipeline is less hard coded.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: pluginin PIConGPU pluginin PIConGPU pluginrefactoringcode change to improve performance or to unify a concept but does not change public APIcode change to improve performance or to unify a concept but does not change public API