-
- Downloads
Split methods.py to avoid import module cycling - Update operators - Test ok...
Split methods.py to avoid import module cycling - Update operators - Test ok except advec_scales, test_forces, test_transport
Showing
- HySoP/hysop/methods.py 15 additions, 17 deletionsHySoP/hysop/methods.py
- HySoP/hysop/methods_keys.py 34 additions, 0 deletionsHySoP/hysop/methods_keys.py
- HySoP/hysop/operator/advection.py 9 additions, 12 deletionsHySoP/hysop/operator/advection.py
- HySoP/hysop/operator/advection_dir.py 4 additions, 2 deletionsHySoP/hysop/operator/advection_dir.py
- HySoP/hysop/operator/analytic.py 1 addition, 1 deletionHySoP/hysop/operator/analytic.py
- HySoP/hysop/operator/diffusion.py 1 addition, 2 deletionsHySoP/hysop/operator/diffusion.py
- HySoP/hysop/operator/discrete/differential.py 1 addition, 1 deletionHySoP/hysop/operator/discrete/differential.py
- HySoP/hysop/operator/discrete/diffusion_fft.py 1 addition, 6 deletionsHySoP/hysop/operator/discrete/diffusion_fft.py
- HySoP/hysop/operator/discrete/multiphase.py 12 additions, 11 deletionsHySoP/hysop/operator/discrete/multiphase.py
- HySoP/hysop/operator/discrete/particle_advection.py 5 additions, 4 deletionsHySoP/hysop/operator/discrete/particle_advection.py
- HySoP/hysop/operator/discrete/poisson_fft.py 1 addition, 1 deletionHySoP/hysop/operator/discrete/poisson_fft.py
- HySoP/hysop/operator/discrete/stretching.py 3 additions, 2 deletionsHySoP/hysop/operator/discrete/stretching.py
- HySoP/hysop/operator/monitors/compute_forces.py 15 additions, 16 deletionsHySoP/hysop/operator/monitors/compute_forces.py
- HySoP/hysop/operator/multiphase.py 7 additions, 10 deletionsHySoP/hysop/operator/multiphase.py
- HySoP/hysop/operator/stretching.py 5 additions, 6 deletionsHySoP/hysop/operator/stretching.py
- HySoP/hysop/operator/tests/test_Stretching.py 3 additions, 2 deletionsHySoP/hysop/operator/tests/test_Stretching.py
- HySoP/hysop/operator/tests/test_advec_scales.py 16 additions, 9 deletionsHySoP/hysop/operator/tests/test_advec_scales.py
- HySoP/hysop/operator/tests/test_diff_poisson_3D.py 8 additions, 27 deletionsHySoP/hysop/operator/tests/test_diff_poisson_3D.py
- HySoP/hysop/operator/tests/test_forces.py 6 additions, 7 deletionsHySoP/hysop/operator/tests/test_forces.py
Loading
Please register or sign in to comment