Home
last modified time | relevance | path

Searched defs:stepi (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c140 static PetscErrorCode testNone(TS ts, Vec X, PetscInt stepi, PetscReal time, PetscBool islast, Land… in testNone()
146 static PetscErrorCode testSpitzer(TS ts, Vec X, PetscInt stepi, PetscReal time, PetscBool islast, L… in testSpitzer()
268 static PetscErrorCode testStable(TS ts, Vec X, PetscInt stepi, PetscReal time, PetscBool islast, La… in testStable()
410 static PetscErrorCode Monitor(TS ts, PetscInt stepi, PetscReal time, Vec X, void *actx) in Monitor()
486 PetscInt stepi; in PreStep() local
H A Dex1.c206 PetscErrorCode Monitor_nrl(TS ts, PetscInt stepi, PetscReal time, Vec X, void *actx) in Monitor_nrl()
222 PetscErrorCode Monitor(TS ts, PetscInt stepi, PetscReal time, Vec X, void *actx) in Monitor()
/petsc/src/ts/tutorials/
H A Dex48.c296 static PetscErrorCode Monitor(TS ts, PetscInt stepi, PetscReal time, Vec X, void *actx) in Monitor()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2392 PetscErrorCode DMPlexLandauPrintNorms(Vec X, PetscInt stepi) in DMPlexLandauPrintNorms()