Home
last modified time | relevance | path

Searched refs:dni_dt (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c383 PetscReal dne_dt, dni_dt, tilda_ns[LANDAU_MAX_SPECIES], temps[LANDAU_MAX_SPECIES]; in FormSource() local
388dni_dt = new_imp_rate /* *ctx->t_0 */; /* fully ionized immediately, no normaliz… in FormSource()
391 tilda_ns[rectx->imp_idx] = dni_dt; in FormSource()
394 …%10.3e di/dt= %10.3e ***\n", (double)new_imp_rate, (double)ftime, (double)dne_dt, (double)dni_dt)); in FormSource()