Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmlocalsnes.c413 PetscErrorCode DMSNESGetBoundaryLocal(DM dm, PetscErrorCode (**func)(DM, Vec, void *), PetscCtxRt c… in DMSNESGetBoundaryLocal() function
H A Ddmplexsnes.c676 PetscCall(DMSNESGetBoundaryLocal(origdm, &bfun, &bctx)); in MatComputeNeumannOverlap_Plex()
/petsc/src/snes/impls/nasm/
H A Dnasm.c643 PetscCall(DMSNESGetBoundaryLocal(subdm, &bl, &bctx)); in SNESNASMSolveLocal_Private()
/petsc/include/
H A Dpetscsnes.h1046 PETSC_EXTERN PetscErrorCode DMSNESGetBoundaryLocal(DM, PetscErrorCode (**)(DM, Vec, PetscCtx), Pets…