AQUAgpusph 5.0.4
Loading...
Searching...
No Matches
improved_euler.cl File Reference

Improved Euler integration scheme for the internal energy. More...

Include dependency graph for improved_euler.cl:

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.

Detailed Description

Improved Euler integration scheme for the internal energy.

This is an extension of resources/Scripts/basic/time_scheme/improved_euler.cl