Home
last modified time | relevance | path

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

/petsc/src/snes/utils/ftn-custom/
H A Dzdmsnesf.c63 *ierr = DMSNESSetFunction(*dm, ourf, NULL); in dmsnessetfunction_()
/petsc/src/snes/utils/
H A Ddmdasnes.c246 PetscCall(DMSNESSetFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetFunctionLocal()
288 PetscCall(DMSNESSetFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetFunctionLocalVec()
H A Ddmlocalsnes.c258 PetscCall(DMSNESSetFunction(dm, SNESComputeFunction_DMLocal, dmlocalsnes)); in DMSNESSetFunctionLocal()
H A Ddmsnes.c302 PetscErrorCode DMSNESSetFunction(DM dm, SNESFunctionFn *f, PetscCtx ctx) in DMSNESSetFunction() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi205 PetscErrorCode DMSNESSetFunction(PetscDM, PetscSNESFunctionFunction, void*)
H A DDM.pyx2394 SNES.setFunction, petsc.DMSNESSetFunction
2402 CHKERR(DMSNESSetFunction(self.dm, SNES_Function, <void*>context))
2404 CHKERR(DMSNESSetFunction(self.dm, NULL, NULL))
/petsc/include/
H A Dpetscsnes.h1010 PETSC_EXTERN PetscErrorCode DMSNESSetFunction(DM, SNESFunctionFn *, PetscCtx);
/petsc/src/ts/interface/
H A Dts.c2552 if (!func) PetscCall(DMSNESSetFunction(dm, SNESTSFormFunction, ts)); in TSSetUp()
/petsc/src/snes/interface/
H A Dsnes.c1960 PetscCall(DMSNESSetFunction(dm, f, ctx)); in SNESSetFunction()