nbia-astro / skeletor

Parallel PIC code written in Python and based on the skeleton codes provided by PICKSC
GNU General Public License v3.0
1 stars 0 forks source link

Shear fields #28

Closed tberlok closed 7 years ago

tberlok commented 8 years ago

A new field class, ShearField, has been introduced. Three tests are included in this pull request:

  1. A test of the shearing periodic boundaries (only copy, not the add version, should be simple to add).
  2. A test of the translate method for ShearFields.
  3. A test of the gradient operator using mpiFFT4py. This function still needs to be implemented in operators.py.