Home
last modified time | relevance | path

Searched refs:SNESSetComputeApplicationContext (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/tutorials/ !
H A Dex58.c85 …PetscCall(SNESSetComputeApplicationContext(snes, FormBoundaryConditions, DestroyBoundaryConditions… in main()
/petsc/src/snes/impls/nasm/ !
H A Dnasm.c126 …PetscCall(SNESSetComputeApplicationContext(nasm->subsnes[i], snes->ops->ctxcompute, snes->ops->ctx… in SNESSetUp_NASM()
/petsc/include/ !
H A Dpetscsnes.h242 PETSC_EXTERN PetscErrorCode SNESSetComputeApplicationContext(SNES, PetscErrorCode (*)(SNES, PetscCt…
/petsc/src/snes/interface/ !
H A Dsnes.c1227 PetscErrorCode SNESSetComputeApplicationContext(SNES snes, PetscErrorCode (*compute)(SNES snes, Pet… in SNESSetComputeApplicationContext() function
5855 … PetscCall(SNESSetComputeApplicationContext(snes, snes->ops->ctxcompute, snes->ops->ctxdestroy)); in SNESGetNPC()