Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmlocalsnes.c284 PetscErrorCode DMSNESSetBoundaryLocal(DM dm, PetscErrorCode (*func)(DM dm, Vec X, PetscCtx ctx), Pe… in DMSNESSetBoundaryLocal() function
H A Ddmplexsnes.c677 PetscCall(DMSNESSetBoundaryLocal(ovldm, bfun, bctx)); in MatComputeNeumannOverlap_Plex()
724 PetscCall(DMSNESSetBoundaryLocal(dm, DMPlexSNESComputeBoundaryFEM, ctx)); in DMPlexSetSNESLocalFEM()
/petsc/include/
H A Dpetscsnes.h1042 PETSC_EXTERN PetscErrorCode DMSNESSetBoundaryLocal(DM, PetscErrorCode (*)(DM, Vec, PetscCtx), Petsc…