Skip to content

Initialize skew-symmetric matrices in kernels wirh np.zeros, use newer mpcdf modules

  • Initialize skew symmetric S-matrix with np.zeros((3, 3)) in kernel. Otherwise the diagonal might get filled with unwanted non-zeros by the system. Also fixed minus sign bugs in gc_discrete_gradient kernels.
  • Use newer modules on the mpcdf clusters: module load gcc/12 openmpi/4 anaconda/3/2023.03 git pandoc. The module mpi4py does not need to be loaded.
  • Added a_documentation function to pusher- and accumulator kernels, which appears in the online doc. Improved MARKER screen output.
  • Run unit tests without coverage
  • Add changes from branch fix_gc_example

Merge request reports