Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex65.c34 static PetscCtxDestroyFn DestroyCtx; variable
48 PetscCall(DMShellSetDestroyContext(*shell, DestroyCtx)); in MyDMShellCreate()
81 static PetscErrorCode DestroyCtx(PetscCtxRt ctx) in DestroyCtx() function
/petsc/src/ml/regressor/tests/
H A Dex3.c17 static PetscErrorCode DestroyCtx(AppCtx *ctx) in DestroyCtx() function
167 PetscCall(DestroyCtx(&ctx)); in main()
/petsc/src/tao/tutorials/
H A Dex3.c275 PetscErrorCode DestroyCtx(AppCtx *user) in DestroyCtx() function
370 PetscCall(DestroyCtx(&user)); in main()