Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmdasnes.c13 DMDASNESFunctionVecFn *residuallocalvec;
/petsc/include/
H A Dpetscsnes.h1029 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode DMDASNESFunctionVecFn(DMDALocalInfo *, Vec, Vec, void *… typedef
1038 PETSC_EXTERN PetscErrorCode DMDASNESSetFunctionLocalVec(DM, InsertMode, DMDASNESFunctionVecFn *, vo…
/petsc/doc/changes/
H A D321.md138 …MDASNESFunctionFn`, `DMDASNESJacobianFn`, `DMDASNESObjectiveFn`, `DMDASNESFunctionVecFn`, `DMDASNE…
/petsc/src/snes/tutorials/
H A Dex55.c655 …PetscCall(DMDASNESSetFunctionLocalVec(da, INSERT_VALUES, (DMDASNESFunctionVecFn *)FormFunctionLoca… in main()