Searched refs:DMSNESSetFunction (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/snes/utils/ftn-custom/ |
| H A D | zdmsnesf.c | 63 *ierr = DMSNESSetFunction(*dm, ourf, NULL); in dmsnessetfunction_()
|
| /petsc/src/snes/utils/ |
| H A D | dmdasnes.c | 246 PetscCall(DMSNESSetFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetFunctionLocal() 288 PetscCall(DMSNESSetFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetFunctionLocalVec()
|
| H A D | dmlocalsnes.c | 258 PetscCall(DMSNESSetFunction(dm, SNESComputeFunction_DMLocal, dmlocalsnes)); in DMSNESSetFunctionLocal()
|
| H A D | dmsnes.c | 302 PetscErrorCode DMSNESSetFunction(DM dm, SNESFunctionFn *f, PetscCtx ctx) in DMSNESSetFunction() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 205 PetscErrorCode DMSNESSetFunction(PetscDM, PetscSNESFunctionFunction, void*)
|
| H A D | DM.pyx | 2394 SNES.setFunction, petsc.DMSNESSetFunction 2402 CHKERR(DMSNESSetFunction(self.dm, SNES_Function, <void*>context)) 2404 CHKERR(DMSNESSetFunction(self.dm, NULL, NULL))
|
| /petsc/include/ |
| H A D | petscsnes.h | 1010 PETSC_EXTERN PetscErrorCode DMSNESSetFunction(DM, SNESFunctionFn *, PetscCtx);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 2552 if (!func) PetscCall(DMSNESSetFunction(dm, SNESTSFormFunction, ts)); in TSSetUp()
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 1960 PetscCall(DMSNESSetFunction(dm, f, ctx)); in SNESSetFunction()
|