|
AQUAgpusph 5.0.4
|
Improved Euler integration scheme for the internal energy. More...
#include "resources/Scripts/types/types.h"
Functions | |
| __kernel void | predictor (__global int *imove, const __global float *eint, const __global float *deintdt, __global float *eint_in, __global float *deintdt_in, usize N, float dt) |
| Improved Euler time integration scheme predictor stage. | |
| __kernel void | corrector (const __global int *imove, const __global float *deintdt, const __global float *deintdt_in, __global float *eint, usize N, float dt) |
| Improved Euler time integration scheme corrector stage. | |
Improved Euler integration scheme for the internal energy.
This is an extension of resources/Scripts/basic/time_scheme/improved_euler.cl