Home
last modified time | relevance | path

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

/petsc/src/snes/utils/ftn-custom/
H A Dzdmlocalsnesf.c59 *ierr = DMSNESSetFunctionLocal(*dm, sourlf, NULL); in dmsnessetfunctionlocal_()
/petsc/src/snes/utils/
H A Ddmlocalsnes.c245 PetscErrorCode DMSNESSetFunctionLocal(DM dm, PetscErrorCode (*func)(DM dm, Vec x, Vec f, PetscCtx c… in DMSNESSetFunctionLocal() function
H A Ddmplexsnes.c728 PetscCall(DMSNESSetFunctionLocal(dm, DMPlexSNESComputeResidualCEED, ctx)); in DMPlexSetSNESLocalFEM()
732 } else PetscCall(DMSNESSetFunctionLocal(dm, DMPlexSNESComputeResidualFEM, ctx)); in DMPlexSetSNESLocalFEM()
/petsc/include/
H A Dpetscsnes.h1044 PETSC_EXTERN PetscErrorCode DMSNESSetFunctionLocal(DM, PetscErrorCode (*)(DM, Vec, Vec, PetscCtx), …