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

1st order Euler integration scheme for the internal energy. More...

Functions

__kernel void predictor (const __global float *eint, const __global float *deintdt, __global float *eint_in, __global float *deintdt_in, const usize N)
 1st order Euler time integration scheme predictor stage
__kernel void corrector (const __global int *imove, __global float *eint, const __global float *deintdt, const unsigned int N, const float dt)
 1st order Euler time integration scheme corrector stage

Detailed Description

1st order Euler integration scheme for the internal energy.

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