Searched refs:bfun (Results 1 – 1 of 1) sorted by relevance
666 PetscErrorCode (*bfun)(DM, Vec, void *); in MatComputeNeumannOverlap_Plex() local676 PetscCall(DMSNESGetBoundaryLocal(origdm, &bfun, &bctx)); in MatComputeNeumannOverlap_Plex()677 PetscCall(DMSNESSetBoundaryLocal(ovldm, bfun, bctx)); in MatComputeNeumannOverlap_Plex()