Searched refs:userJac (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/network/ |
| H A D | pipes.c | 624 …PetscBool viewpipes, viewjuncs, monipipes = PETSC_FALSE, userJac = PETSC_TRUE, viewdm = PE… in main() local 634 PetscCall(PetscOptionsGetBool(NULL, NULL, "-user_Jac", &userJac, NULL)); in main() 737 userJac = PETSC_TRUE; in main() 738 PetscCall(DMNetworkHasJacobian(networkdm, userJac, userJac)); in main() 750 if (userJac) { in main() 758 if (userJac) { in main() 828 if (userJac) { in main()
|