Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmplexsnes.c666 PetscErrorCode (*bfun)(DM, Vec, void *); in MatComputeNeumannOverlap_Plex() local
676 PetscCall(DMSNESGetBoundaryLocal(origdm, &bfun, &bctx)); in MatComputeNeumannOverlap_Plex()
677 PetscCall(DMSNESSetBoundaryLocal(ovldm, bfun, bctx)); in MatComputeNeumannOverlap_Plex()