Home
last modified time | relevance | path

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

/petsc/src/ts/impls/eimex/
H A Deimex.c42 static PetscErrorCode TSStage_EIMEX(TS ts, PetscInt istage) in TSStage_EIMEX() argument
54 h = ts->time_step / ext->N[istage]; /* step size for the istage-th stage */ in TSStage_EIMEX()
59 for (i = 0; i < ext->N[istage]; i++) { in TSStage_EIMEX()