Home
last modified time | relevance | path

Searched defs:exc (Results 1 – 11 of 11) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmcomposite.pxi49 def __exit__(self, *exc):
H A Dpetscis.pxi184 def __exit__(self, *exc):
H A Dpetscvec.pxi574 def __exit__(self, *exc):
608 def __exit__(self, *exc):
H A Dpetscdmda.pxi284 def __exit__(self, *exc):
H A DLog.pyx292 def __exit__(self, *exc):
555 def __exit__(self, *exc):
H A DPETSc.pyx69 cdef inline void PetscTracebackAdd(object exc) noexcept:
H A DIS.pyx50 def __exit__(self, *exc):
H A DVec.pyx137 def __exit__(self, *exc):
/petsc/src/sys/python/
H A Dpythonsys.c269 PyObject *exc = NULL, *val = NULL, *tb = NULL; in PetscPythonPrintError() local
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c115 Exc *exc; in read_data() local
360 Exc *exc; in SetInitialGuess() local
522 Exc *exc; in FormIFunction() local
961 Exc *exc; in main() local
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py86 parsing_error_handler = lambda exc: None argument