Skip to content

Tutorial 08 - Struphy data structures

Stefan Possanner requested to merge stencil-tutorial into devel

Tutorial 08 on Struphy data structures has been added. It shows the handling of StencilVector and StencilMatrix as well as Particles objects. We make use of ipyparallel to run parallel in notebooks.

Other changes:

  • Remove argument derham from magnetic moment and energy computation, use self.derham. Fixes #211 (closed)
  • Added new setter methods for marker array entries like positions, velocities etc. Fixes #208 (closed)
  • Add the dictionary Particles.index for storing column indices of marker values
  • Add Boolean Particles.control_variate and don't pass f0 to propagators - all info is in particles
Edited by Stefan Possanner

Merge request reports