| /petsc/src/snes/tutorials/ |
| H A D | ex25.c | 26 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 D | ex40f90.F90 | 16 subroutine FormFunctionLocal(in, x, f, dummy, ierr) subroutine 62 PetscCallA(DMDASNESSetFunctionLocal(da, INSERT_VALUES, FormFunctionLocal, 0, ierr))
|
| H A D | ex46.c | 21 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 D | ex9.c | 66 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 D | ex14.c | 52 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 D | ex33.c | 64 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 D | ex5f.F90 | 158 subroutine FormFunctionLocal(info, x, f, da, ierr) subroutine 464 call DMDASNESSetFunctionLocal(da, INSERT_VALUES, FormFunctionLocal, da, ierr)
|
| H A D | ex5f90t.F90 | 97 PetscCall(FormFunctionLocal(lx_v, lf_v, ctx, ierr)) 221 subroutine FormFunctionLocal(x, f, ctx, ierr) subroutine
|
| H A D | ex5f90.F90 | 103 PetscCall(FormFunctionLocal(lx_v, lf_v, ctx, ierr)) 231 subroutine FormFunctionLocal(x, f, ctx, ierr) subroutine
|
| H A D | ex4.c | 37 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 D | ex19.c | 80 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 D | ex15.c | 83 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 D | ex5.c | 250 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 D | ex55.c | 193 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 D | ex16.c | 69 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 D | ex30.c | 108 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 D | ex69.c | 18 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
|