Searched refs:use1 (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 132 use1 = PETSC_FALSE; in main() 134 PetscCall(PetscOptionsGetBool(NULL, NULL, "-use_state", &use1, NULL)); in main() 146 …PetscCall(TSTrajectoryGetUpdatedHistoryVecs(tj, ts, testtime, use1 ? &hW : NULL, use2 ? &hWdot : N… in main() 147 if (use1) { in main() 161 PetscCall(TSTrajectoryRestoreUpdatedHistoryVecs(tj, use1 ? &hW : NULL, use2 ? &hWdot : NULL)); in main()
|