Update stretching (two formulations) and integrators
Showing
- HySoP/CMakeLists.txt 10 additions, 2 deletionsHySoP/CMakeLists.txt
- HySoP/hysop/constants.py 4 additions, 0 deletionsHySoP/hysop/constants.py
- HySoP/hysop/numerics/differential_operations.py 141 additions, 12 deletionsHySoP/hysop/numerics/differential_operations.py
- HySoP/hysop/numerics/finite_differences.py 4 additions, 3 deletionsHySoP/hysop/numerics/finite_differences.py
- HySoP/hysop/numerics/integrators/euler.py 6 additions, 24 deletionsHySoP/hysop/numerics/integrators/euler.py
- HySoP/hysop/numerics/integrators/odesolver.py 10 additions, 16 deletionsHySoP/hysop/numerics/integrators/odesolver.py
- HySoP/hysop/numerics/integrators/runge_kutta2.py 68 additions, 88 deletionsHySoP/hysop/numerics/integrators/runge_kutta2.py
- HySoP/hysop/numerics/integrators/runge_kutta3.py 17 additions, 40 deletionsHySoP/hysop/numerics/integrators/runge_kutta3.py
- HySoP/hysop/numerics/integrators/runge_kutta4.py 35 additions, 52 deletionsHySoP/hysop/numerics/integrators/runge_kutta4.py
- HySoP/hysop/operator/continuous.py 0 additions, 1 deletionHySoP/hysop/operator/continuous.py
- HySoP/hysop/operator/curl.py 16 additions, 5 deletionsHySoP/hysop/operator/curl.py
- HySoP/hysop/operator/discrete/stretching.py 145 additions, 106 deletionsHySoP/hysop/operator/discrete/stretching.py
- HySoP/hysop/operator/discrete/updateGhosts.py 4 additions, 2 deletionsHySoP/hysop/operator/discrete/updateGhosts.py
- HySoP/hysop/operator/monitors/compute_forces.py 1 addition, 1 deletionHySoP/hysop/operator/monitors/compute_forces.py
- HySoP/hysop/operator/reprojection.py 1 addition, 1 deletionHySoP/hysop/operator/reprojection.py
- HySoP/hysop/operator/stretching.py 69 additions, 35 deletionsHySoP/hysop/operator/stretching.py
- HySoP/hysop/operator/tests/test_Stretching.py 2 additions, 6 deletionsHySoP/hysop/operator/tests/test_Stretching.py
- HySoP/hysop/operator/updateGhosts.py 1 addition, 1 deletionHySoP/hysop/operator/updateGhosts.py
- HySoP/hysop/problem/tests/test_problem.py 0 additions, 0 deletionsHySoP/hysop/problem/tests/test_problem.py
HySoP/hysop/problem/tests/test_problem.py
0 → 100644
Please register or sign in to comment