Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtsimpl.h189 PetscErrorCode (*poststage)(TS, PetscReal, PetscInt, Vec *); member
/petsc/src/ts/interface/
H A Dts.c3217 ts->poststage = func; in TSSetPostStage()
3315 …if (ts->poststage) PetscCallBack("TS callback poststage", (*ts->poststage)(ts, stagetime, stageind… in TSPostStage()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx2361 PetscErrorCode (*poststage)(PetscTS, PetscReal, PetscInt, PetscVec*) except PETSC_ERR_PYTHON