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

Use diff method in both horowitz and predictor_corrector #163

Open tberlok opened 7 years ago

tberlok commented 7 years ago

At the moment horowitz.py uses a diff method which makes the code look cleaner. This function should also be used in predictor_corrector.py.

@tobson has suggested moving it to a math module.