Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex58.c125 PetscCall(SNESGetApplicationContext(snes, &ctx)); in FormBounds()
158 PetscCall(SNESGetApplicationContext(snes, &ctx)); in FormGradient()
287 PetscCall(SNESGetApplicationContext(snes, &ctx)); in FormJacobian()
580 PetscCall(SNESGetApplicationContext(snes, &ctx)); in ComputeInitialGuess()
H A Dex5f90t.F90141 PetscCallA(SNESGetApplicationContext(mysnes, pctx, ierr))
H A Dex5f90.F90149 PetscCallA(SNESGetApplicationContext(snes, ctx, ierr))
H A Dex73f90t.F90109 PetscCall(SNESGetApplicationContext(mysnes, solver, ierr))
/petsc/doc/manual/
H A Dfortran.md378 Certain PETSc functions return a context in an argument, for example, `SNESGetApplicationContext()`…
383 SNESGetApplicationContext(snes, &ctx);
389 call SNESGetApplicationContext(snes, ctx)
393 that `SNESGetApplicationContext()` expects the `ctx` argument to be a pointer to `type(AppCtx)` sin…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi106 PetscErrorCode SNESGetApplicationContext(PetscSNES, void*)
H A DSNES.pyx285 CHKERR(SNESGetApplicationContext(self.snes, &ctx))
/petsc/src/snes/impls/nasm/
H A Dnasm.c130 PetscCall(SNESGetApplicationContext(snes, &ctx)); in SNESSetUp_NASM()
/petsc/include/
H A Dpetscsnes.h241 PETSC_EXTERN PetscErrorCode SNESGetApplicationContext(SNES, PetscCtxRt);
/petsc/src/snes/interface/
H A Dsnes.c1294 PetscErrorCode SNESGetApplicationContext(SNES snes, PetscCtxRt ctx) in SNESGetApplicationContext() function
3398 PetscCall(SNESGetApplicationContext(snes, &appctx)); in SNESSetUp()
5857 PetscCall(SNESGetApplicationContext(snes, &ctx)); in SNESGetNPC()