Home
last modified time | relevance | path

Searched refs:FormFunctionLocal (Results 1 – 17 of 17) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex25.c26 extern PetscErrorCode FormFunctionLocal(DMDALocalInfo *, PetscScalar **, PetscScalar **, void *);
43 …ERT_VALUES, (PetscErrorCode (*)(DMDALocalInfo *, void *, void *, void *))FormFunctionLocal, NULL)); in main()
63 PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, PetscScalar **t, PetscScalar **f, void *ptr) in FormFunctionLocal() function
H A Dex40f90.F9016 subroutine FormFunctionLocal(in, x, f, dummy, ierr) subroutine
62 PetscCallA(DMDASNESSetFunctionLocal(da, INSERT_VALUES, FormFunctionLocal, 0, ierr))
H A Dex46.c21 extern PetscErrorCode FormFunctionLocal(DMDALocalInfo *, PetscScalar **, PetscScalar **, AppCtx *);
64 …RT_VALUES, (PetscErrorCode (*)(DMDALocalInfo *, void *, void *, void *))FormFunctionLocal, &user)); in main()
119 PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, PetscScalar **x, PetscScalar **f, AppCtx *use… in FormFunctionLocal() function
H A Dex9.c66 extern PetscErrorCode FormFunctionLocal(DMDALocalInfo *, PetscReal **, PetscReal **, void *);
94 …PetscCall(DMDASNESSetFunctionLocal(da, INSERT_VALUES, (DMDASNESFunctionFn *)FormFunctionLocal, NUL… in main()
165 PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, PetscScalar **au, PetscScalar **af, void *use… in FormFunctionLocal() function
H A Dex14.c52 extern PetscErrorCode FormFunctionLocal(SNES, Vec, Vec, void *);
137 … PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)FormFunctionLocal, &user)); in main()
270 PetscErrorCode FormFunctionLocal(SNES snes, Vec localX, Vec F, void *ptr) in FormFunctionLocal() function
365 PetscCall(FormFunctionLocal(snes, localX, F, ptr)); in FormFunction()
H A Dex33.c64 PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, Field *u, Field *f, AppCtx *user) in FormFunctionLocal() function
139 …RT_VALUES, (PetscErrorCode (*)(DMDALocalInfo *, void *, void *, void *))FormFunctionLocal, &user)); in main()
H A Dex5f.F90158 subroutine FormFunctionLocal(info, x, f, da, ierr) subroutine
464 call DMDASNESSetFunctionLocal(da, INSERT_VALUES, FormFunctionLocal, da, ierr)
H A Dex5f90t.F9097 PetscCall(FormFunctionLocal(lx_v, lf_v, ctx, ierr))
221 subroutine FormFunctionLocal(x, f, ctx, ierr) subroutine
H A Dex5f90.F90103 PetscCall(FormFunctionLocal(lx_v, lf_v, ctx, ierr))
231 subroutine FormFunctionLocal(x, f, ctx, ierr) subroutine
H A Dex4.c37 static PetscErrorCode FormFunctionLocal(DMDALocalInfo *, PetscScalar **, PetscScalar **, void *);
92 …PetscCall(DMDASNESSetFunctionLocal(da, INSERT_VALUES, (DMDASNESFunctionFn *)FormFunctionLocal, NUL… in main()
210 PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, PetscScalar **x, PetscScalar **g, void *ptr) in FormFunctionLocal() function
H A Dex19.c80 PetscErrorCode FormFunctionLocal(DMDALocalInfo *, Field **, Field **, void *);
142 …RT_VALUES, (PetscErrorCode (*)(DMDALocalInfo *, void *, void *, void *))FormFunctionLocal, &user)); in main()
233 PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, Field **x, Field **f, void *ptr) in FormFunctionLocal() function
H A Dex15.c83 static PetscErrorCode FormFunctionLocal(DMDALocalInfo *, PetscScalar **, PetscScalar **, AppCtx *);
212 …RT_VALUES, (PetscErrorCode (*)(DMDALocalInfo *, void *, void *, void *))FormFunctionLocal, &user)); in main()
409 static PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, PetscScalar **x, PetscScalar **f, AppC… in FormFunctionLocal() function
H A Dex5.c250 static PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, PetscScalar **x, PetscScalar **f, AppC… in FormFunctionLocal() function
700 …PetscCall(DMDASNESSetFunctionLocal(da, INSERT_VALUES, (DMDASNESFunctionFn *)FormFunctionLocal, &us… in main()
H A Dex55.c193 static PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, PetscScalar **x, PetscScalar **f, AppC… in FormFunctionLocal() function
657 …PetscCall(DMDASNESSetFunctionLocal(da, INSERT_VALUES, (DMDASNESFunctionFn *)FormFunctionLocal, &us… in main()
H A Dex16.c69 PetscErrorCode FormFunctionLocal(DMDALocalInfo *, Field ***, Field ***, void *);
148 …RT_VALUES, (PetscErrorCode (*)(DMDALocalInfo *, void *, void *, void *))FormFunctionLocal, &user)); in main()
699 PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, Field ***x, Field ***f, void *ptr) in FormFunctionLocal() function
H A Dex30.c108 extern PetscErrorCode FormFunctionLocal(DMDALocalInfo *, Field **, Field **, void *);
174 …ALUES, (PetscErrorCode (*)(DMDALocalInfo *, void *, void *, void *))FormFunctionLocal, (void *)use… in main()
1288 PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, Field **x, Field **f, void *ptr) in FormFunctionLocal() function
/petsc/src/snes/tests/
H A Dex69.c18 PetscErrorCode FormFunctionLocal(DMDALocalInfo *, Field **, Field **, void *);
102 …RT_VALUES, (PetscErrorCode (*)(DMDALocalInfo *, void *, void *, void *))FormFunctionLocal, &user)); in main()
208 PetscErrorCode FormFunctionLocal(DMDALocalInfo *info, Field **x, Field **f, void *ptr) in FormFunctionLocal() function