Searched refs:aijpc (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | ex5adj.c | 55 appctx.aijpc = PETSC_FALSE; in main() 56 PetscCall(PetscOptionsGetBool(NULL, NULL, "-aijpc", &appctx.aijpc, NULL)); in main() 92 if (appctx.aijpc) { in main()
|
| H A D | reaction_diffusion.h | 13 PetscBool aijpc; member
|
| H A D | reaction_diffusion.c | 185 …if (appctx->aijpc) PetscCall(MatSetValuesStencil(BB, 1, &rowstencil, 6, stencil, entries, INSERT_V… in RHSJacobian() 201 …if (appctx->aijpc) PetscCall(MatSetValuesStencil(BB, 1, &rowstencil, 6, stencil, entries, INSERT_V… in RHSJacobian() 215 if (appctx->aijpc) { in RHSJacobian() 395 …if (appctx->aijpc) PetscCall(MatSetValuesStencil(BB, 1, &rowstencil, 6, stencil, entries, INSERT_V… in IJacobian() 411 …if (appctx->aijpc) PetscCall(MatSetValuesStencil(BB, 1, &rowstencil, 6, stencil, entries, INSERT_V… in IJacobian() 425 if (appctx->aijpc) { in IJacobian()
|
| H A D | ex5.c | 102 appctx.aijpc = PETSC_FALSE; in main()
|
| H A D | ex5adj_mf.c | 255 appctx.aijpc = PETSC_FALSE; in main() 256 PetscCall(PetscOptionsGetBool(NULL, NULL, "-aijpc", &appctx.aijpc, NULL)); in main() 294 if (appctx.aijpc) { in main()
|
| H A D | ex5opt_ic.c | 226 appctx.aijpc = PETSC_FALSE; in main()
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | adr_ex5adj.cxx | 57 PetscBool aijpc; member 91 …appctx.aijpc = PETSC_FALSE, adctx->no_an = PETSC_FALSE, adctx->sparse = PETSC_FALSE, adctx->sparse… in main() 93 PetscCall(PetscOptionsGetBool(NULL, NULL, "-aijpc", &appctx.aijpc, NULL)); in main() 217 if (appctx.aijpc) { in main() 879 …if (appctx->aijpc) PetscCall(MatSetValuesStencil(B, 1, &rowstencil, 6, stencil, entries, INSERT_VA… in IJacobianByHand() 894 …if (appctx->aijpc) PetscCall(MatSetValuesStencil(B, 1, &rowstencil, 6, stencil, entries, INSERT_VA… in IJacobianByHand() 908 if (appctx->aijpc) { in IJacobianByHand() 1039 if (appctx->aijpc) { in RHSJacobianByHand()
|