Searched refs:use2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex13.c | 27 PetscBool sort, use1, use2, check = PETSC_FALSE; in main() local 133 use2 = PETSC_TRUE; in main() 135 PetscCall(PetscOptionsGetBool(NULL, NULL, "-use_der", &use2, NULL)); in main() 146 …PetscCall(TSTrajectoryGetUpdatedHistoryVecs(tj, ts, testtime, use1 ? &hW : NULL, use2 ? &hWdot : N… in main() 154 if (use2) { in main() 161 PetscCall(TSTrajectoryRestoreUpdatedHistoryVecs(tj, use1 ? &hW : NULL, use2 ? &hWdot : NULL)); in main()
|