Training School on Paraview Plug-In Development
Date: May 6, 2025
Training School on Paraview Plug-In Development. ON-DEM will reimburse a limited number of people and will be accessible only for experienced users of ParaView with a C++ programming background. The Training School will be hosted by Kitware and delivered in hybrid format for a maximum of 26 people (combined in person and online). It is targeted to core DEM software developers so plug-ins and visualisation/post-processing tools are developed (related to WG3 and WG5’s objectives/deliverables).
Time planning (session topics to be confirmed)
| Day | Event |
|---|---|---|
Tuesday 6 May | Tuesday 9:00–13:00 | Paraview plug-ins using C++ |
Tuesday 14:00-17:00 | Catalysts for Paraview |
Location
Kitware SAS. 6 Cr André Philip, 69100 Villeurbanne, France
Accommodation
Further information to be provided in due course.
Register your interest
Please use this form to register your interest on attending this meeting. Deadline for expressions of interest: March 30th, 2025
Details and preparation
The course will take place on May 6, 2025 from 9am to 1pm and 2pm to 5pm (CET, Paris Time).
The online session will be hosted at: https://meet.google.com/rjo-otfx-vez
In order to complete the exercises, it is required to build ParaView and Catalyst before the session. We will use Catalyst version 2.0, see the build instructions : https://catalyst-in-situ.readthedocs.io/en/latest/build_and_install.htmland ParaView version 5.13 Build instructions are available in the source repository here: https://gitlab.kitware.com/paraview/paraview/-/blob/v5.13.3/Documentation/dev/build.md?ref_type=tags.
At the CMake step, one should also activate `PARAVIEW_ENABLE_CATALYST` option and point the install directory of Catalyst (amend the `cmake` line with `-DPARAVIEW_ENABLE_CATALYST=ON -Dcataslyt_DIR=/path/to/install` for instance).
Do not hesitate to reach me before the course in case of issue with the compilation. The slides and exercises will be shared later.