Can now set the endtime for simulation, instead of step number.

This commit is contained in:
Miikka Vaisala
2019-10-02 15:09:26 +08:00
parent 79fe634a84
commit f8e82d41af
3 changed files with 19 additions and 31 deletions

View File

@@ -18,6 +18,7 @@ uniform int AC_start_step;
// Real params
uniform Scalar AC_dt;
uniform Scalar AC_max_time;
// Spacing
uniform Scalar AC_dsx;
uniform Scalar AC_dsy;