Skip to content

New models, pic accumulation modules, psydac api, command line interface

Stefan Possanner requested to merge devel_tmp into master

General:

  • Added submodules "psydac" and "gvec_to-python"
  • Removed numpy restrictions
  • New command line interface: mpi and slurm batch runs available, -e and --user flags added
  • Added post processing of feec fields
  • Added examples/ with some code examples
  • Added fields_equil/ fields_init/ similar to mhd
  • New modular pic accumulation routines "mat_vec_filler" and "filler_kernel"
  • New API "psydac_linear_operators": mhd operators tested with mpi.

New models:

  • kinetic_extended
  • lin_Vlasov_Maxwell
  • maxwell
  • cold_plasma
  • cc_cold_plasma_6d

Merge request reports