Home
last modified time | relevance | path

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

/petsc/src/ts/event/tests/
H A Dex3span.c244 PetscBool mat_changed = PETSC_FALSE; in Postevent() local
273 mat_changed = PETSC_TRUE; in Postevent()
276 if (Ctx->restart || mat_changed) PetscCall(TSRestartStep(ts)); in Postevent()