Searched refs:eh (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/error/ |
| H A D | err.c | 22 static EH eh = NULL; variable 77 if (!eh) { in PetscEmacsClientErrorHandler() 81 ierr = (*eh->handler)(comm, line, fun, file, n, p, mess, eh->ctx); in PetscEmacsClientErrorHandler() 129 if (eh) neweh->previous = eh; in PetscPushErrorHandler() 133 eh = neweh; in PetscPushErrorHandler() 152 if (!eh) PetscFunctionReturn(PETSC_SUCCESS); in PetscPopErrorHandler() 153 tmp = eh; in PetscPopErrorHandler() 154 eh = eh->previous; in PetscPopErrorHandler() 320 if (eh && eh->ctx) { in PetscCxxErrorThrow() 322 msg = (std::ostringstream *)eh->ctx; in PetscCxxErrorThrow() [all …]
|
| /petsc/src/ts/tutorials/optimal_control/ |
| H A D | ex1.c | 15 PetscBool mf, eh; member 253 PetscCall(PetscOptionsHasName(NULL, NULL, "-exacthessian", &aircraft.eh)); in main() 313 if (aircraft.eh) { in main() 360 if (aircraft.eh) { in main() 405 if (aircraft.eh) { in main()
|