-
Notifications
You must be signed in to change notification settings - Fork 26
Enable Ascent In Situ Visualization in PenningTrap Example #350
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
base: 209-in-situ-vis
Are you sure you want to change the base?
Enable Ascent In Situ Visualization in PenningTrap Example #350
Conversation
Add Steering functions and scripts
Victor thanks for the PR. If you did not have done already, could I ask you to pull the master into #350? Thanks!! |
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.
Please add information how to obtain the correct version of Acent and Catalist. In the best case can you add FetchContent to the CMakeList.txt
A short HowTo run the visualisation of PenningTrap would be very helpful.
This PR integrates Ascent in situ visualization into the PenningTrap example in IPPL. It enables real-time visualization of particle data during simulation without requiring post-processing, significantly improving analysis workflows.
Make sure to configure IPPL with Ascent support:
cmake -DENABLE_ASCENT=ON -DASCENT_DIR=/path/to/ascent ..