-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove unused/wrong/broken plugins #773
remove unused/wrong/broken plugins #773
Conversation
|
I agree with @PrometheusPi
I would also vote to keep
Ok to remove the rest, pls also remove the scripts for |
I agree with @ax3l: renaming of |
IntensityPlugin: LiveViewPlugin: SumCurrents |
👍 |
ce9605e
to
c279a55
Compare
I removed the plugin |
You are still removing A comment on the |
c279a55
to
cf63da1
Compare
- delete `FieldEnergy.hpp` - delete `FieldEnergy.tpp` - remove `FieldEnergy` from `PluginController.hpp`
- delete plgin - remove plugin from `PluginController`
- delete plugin `ParticleDensity` - delete tool `plotDensity`
cf63da1
to
3a70e2b
Compare
removed plugin from this pull request:
|
- delete plugin - remove plugin usage in `PluginController`
3a70e2b
to
73abb88
Compare
Current change in plugins:
looks ok - I'll just wait for the CI to confirm. |
remove unused/wrong/broken plugins
|
||
#if(ENABLE_HDF5 == 1) | ||
/* speciesParticleShape::ParticleShape::ChargeAssignment */ | ||
typedef PhaseSpaceMulti<particles::shapes::Counter::ChargeAssignment, PIC_Electrons> PhaseSpaceElectrons; | ||
#endif | ||
#if(SIMDIM==DIM3) | ||
#if(PIC_ENABLE_PNG==1) | ||
typedef heiko::ParticleDensity<PIC_Electrons> HeikoParticleDensity; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@f-schmitt-zih we just removed the heiko::
namespace. can you believe that? ;)
I am currently working on plugin support for multi-species, therefor I must touch most of the plugin. To minimize the upcoming pull request I will remove some plugins.
@ComputationalRadiationPhysics/picongpu-developers
Please look to the list of removed plugins, if you think I removed to much please write here and I can delete the commit for the plugin. If you are fine with the list than also write it down.
Removed plugins:
IntensityPluginonly 3D supportopen problems: IntensityPlugin - wrong comments, old methods ... #327notify
method pluginParticleSpectrum
has no implementation #769LiveViewPluginserver not releasedIMO not really neededSumCurrentsonly output per process on std::cout