Home
last modified time | relevance | path

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

/petsc/src/ts/impls/rosw/
H A Drosw.c61 PetscReal stage_explicit; /* Flag indicates that the current stage is explicit */ member
1153 ros->stage_explicit = PETSC_TRUE; in TSStep_RosW()
1156 ros->stage_explicit = PETSC_FALSE; in TSStep_RosW()
1171 if (!ros->stage_explicit) { in TSStep_RosW()