Home
last modified time | relevance | path

Searched defs:monctx (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/ksp/interface/
H A Dxmon.c4 PetscErrorCode KSPMonitorLGRange(KSP ksp, PetscInt n, PetscReal rnorm, void *monctx) in KSPMonitorLGRange()
/petsc/src/snes/tests/
H A Dex12f.F9017 type monctx type
/petsc/src/ts/interface/
H A Dtseig.c92 PetscErrorCode TSMonitorSPEig(TS ts, PetscInt step, PetscReal ptime, Vec v, void *monctx) in TSMonitorSPEig()
H A Dtsmon.c438 PetscErrorCode TSMonitorLGTimeStep(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscCtx monctx) in TSMonitorLGTimeStep()
1638 PetscErrorCode TSMonitorLGSNESIterations(TS ts, PetscInt n, PetscReal ptime, Vec v, PetscCtx monctx) in TSMonitorLGSNESIterations()
1664 PetscErrorCode TSMonitorLGKSPIterations(TS ts, PetscInt n, PetscReal ptime, Vec v, PetscCtx monctx) in TSMonitorLGKSPIterations()
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c57 KSP_FETIDPMon *monctx; /* monitor context, used to pass user defined monitors member
232 KSP_FETIDPMon *monctx = (KSP_FETIDPMon *)ctx; in KSPMonitor_FETIDP() local
1356 KSP_FETIDPMon *monctx; in KSPCreate_FETIDP() local
/petsc/src/snes/interface/
H A Dsnes.c4077 PetscErrorCode SNESMonitorLGRange(SNES snes, PetscInt n, PetscReal rnorm, void *monctx) in SNESMonitorLGRange()