Home
last modified time | relevance | path

Searched refs:DMDASNESFunctionFn (Results 1 – 8 of 8) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex9.c94 …PetscCall(DMDASNESSetFunctionLocal(da, INSERT_VALUES, (DMDASNESFunctionFn *)FormFunctionLocal, NUL… in main()
H A Dex4.c92 …PetscCall(DMDASNESSetFunctionLocal(da, INSERT_VALUES, (DMDASNESFunctionFn *)FormFunctionLocal, NUL… in main()
H A Dex5.c700 …PetscCall(DMDASNESSetFunctionLocal(da, INSERT_VALUES, (DMDASNESFunctionFn *)FormFunctionLocal, &us… in main()
H A Dex55.c657 …PetscCall(DMDASNESSetFunctionLocal(da, INSERT_VALUES, (DMDASNESFunctionFn *)FormFunctionLocal, &us… in main()
H A Dex48.c1497 PetscCall(DMDASNESSetFunctionLocal(da, ADD_VALUES, (DMDASNESFunctionFn *)THIFunctionLocal, thi));
/petsc/include/
H A Dpetscsnes.h1025 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode DMDASNESFunctionFn(DMDALocalInfo *, void *, void *, voi… typedef
1033 PETSC_EXTERN PetscErrorCode DMDASNESSetFunctionLocal(DM, InsertMode, DMDASNESFunctionFn *, void *);
1036 PETSC_EXTERN PetscErrorCode DMDASNESSetPicardLocal(DM, InsertMode, DMDASNESFunctionFn *, DMDASNESJa…
/petsc/src/snes/utils/
H A Ddmdasnes.c8 DMDASNESFunctionFn *residuallocal;
/petsc/doc/changes/
H A D321.md138 …in favor of `DMDASNESFunctionFn`, `DMDASNESJacobianFn`, `DMDASNESObjectiveFn`, `DMDASNESFunctionVe…