Home
last modified time | relevance | path

Searched refs:aijpc (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex5adj.c55 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 Dreaction_diffusion.h13 PetscBool aijpc; member
H A Dreaction_diffusion.c185 …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 Dex5.c102 appctx.aijpc = PETSC_FALSE; in main()
H A Dex5adj_mf.c255 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 Dex5opt_ic.c226 appctx.aijpc = PETSC_FALSE; in main()
/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex5adj.cxx57 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()