Searched refs:DMSNESSetFunctionLocal (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/utils/ftn-custom/ |
| H A D | zdmlocalsnesf.c | 59 *ierr = DMSNESSetFunctionLocal(*dm, sourlf, NULL); in dmsnessetfunctionlocal_()
|
| /petsc/src/snes/utils/ |
| H A D | dmlocalsnes.c | 245 PetscErrorCode DMSNESSetFunctionLocal(DM dm, PetscErrorCode (*func)(DM dm, Vec x, Vec f, PetscCtx c… in DMSNESSetFunctionLocal() function
|
| H A D | dmplexsnes.c | 728 PetscCall(DMSNESSetFunctionLocal(dm, DMPlexSNESComputeResidualCEED, ctx)); in DMPlexSetSNESLocalFEM() 732 } else PetscCall(DMSNESSetFunctionLocal(dm, DMPlexSNESComputeResidualFEM, ctx)); in DMPlexSetSNESLocalFEM()
|
| /petsc/include/ |
| H A D | petscsnes.h | 1044 PETSC_EXTERN PetscErrorCode DMSNESSetFunctionLocal(DM, PetscErrorCode (*)(DM, Vec, Vec, PetscCtx), …
|