Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c369 PetscReal new_imp_rate; in FormSource() local
379 PetscCall(rectx->impuritySrcRate(ftime, &new_imp_rate, ctx)); in FormSource()
380 if (new_imp_rate != 0) { in FormSource()
381 if (new_imp_rate != rectx->current_rate) { in FormSource()
385 rectx->current_rate = new_imp_rate; in FormSource()
388 …dni_dt = new_imp_rate /* *ctx->t_0 */; /* fully ionized immediately, no normaliz… in FormSource()
389 dne_dt = new_imp_rate * rectx->Ne_ion /* *ctx->t_0 */; in FormSource()
394 …rate= %10.3e time= %10.3e de/dt= %10.3e di/dt= %10.3e ***\n", (double)new_imp_rate, (double)ftime,… in FormSource()