| /petsc/doc/ |
| H A D | conf.py | 206 def build_finished_handler(app, exception): argument 213 _fix_links(app, exception) 214 _fix_man_page_edit_links(app, exception) 217 _add_man_page_redirects(app, exception) 226 def _add_man_page_redirects(app, exception): argument 227 if exception is None: 236 def _fix_man_page_edit_links(app, exception): argument 237 if exception is None: 251 def _fix_links(app, exception): argument 257 if exception is None:
|
| /petsc/systems/Apple/iOS/examples/testopengl/ |
| H A D | main.m | 18 @catch (NSException *exception) { 19 NSLog(@"Exception - %@",[exception description]); 37 @catch (NSException *exception) { 38 NSLog(@"Exception - %@",[exception description]);
|
| /petsc/src/vec/vec/impls/seq/seqviennacl/ |
| H A D | vecviennacl.cxx | 102 } catch (std::exception const &ex) { in PetscViennaCLInit() 120 } catch (std::exception const &ex) { in PetscViennaCLInit() 198 } catch (std::exception const &ex) { in VecViennaCLAllocateCheck() 218 } catch (std::exception const &ex) { in VecViennaCLCopyToGPU() 243 } catch (std::exception const &ex) { in VecViennaCLCopyFromGPU() 334 } catch (std::exception const &ex) { in VecAYPX_SeqViennaCL() 356 } catch (std::exception const &ex) { in VecAXPY_SeqViennaCL() 381 } catch (std::exception const &ex) { in VecPointwiseDivide_SeqViennaCL() 409 } catch (std::exception const &ex) { in VecWAXPY_SeqViennaCL() 416 } catch (std::exception const &ex) { in VecWAXPY_SeqViennaCL() [all …]
|
| /petsc/src/binding/petsc4py/ |
| H A D | .ruff.toml | 32 "S110", # `try`-`except`-`pass` detected, consider logging the exception
|
| /petsc/src/mat/impls/aij/seq/seqviennacl/ |
| H A D | aijviennacl.cxx | 74 } catch (std::exception const &ex) { in MatViennaCLCopyToGPU() 151 } catch (std::exception const &ex) { in MatViennaCLCopyFromGPU() 194 } catch (std::exception const &ex) { in MatMult_SeqAIJViennaCL() 233 } catch (std::exception const &ex) { in MatMultAdd_SeqAIJViennaCL() 310 } catch (std::exception const &ex) { in MatDestroy_SeqAIJViennaCL()
|
| /petsc/config/ |
| H A D | configure.py | 32 exception = False 35 exception = True 36 if not exception:
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | cyautodoc.py | 304 logging.Logger(__name__).exception(exc) 323 logging.Logger(__name__).exception(exc)
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PETSc.pyx | 76 cdef PyObject *exception = NULL, *cause = NULL 83 exception = PyErr_GetRaisedException() 84 PetscTracebackAdd(<object>exception) 85 PyException_SetCause(exception, cause) 86 PyErr_SetRaisedException(exception)
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _pool.py | 436 exception = self.error_queue.get(timeout=.5) 449 err_mess = exception
|
| /petsc/src/sys/error/ |
| H A D | fp.c | 294 void PetscDefaultFPTrap(unsigned exception[], int val[]) 296 int err_ind = -1, code = exception[0];
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | test_main.py | 166 exception = ''.join(traceback_format_exception(exc))
|
| /petsc/doc/changes/ |
| H A D | 314.md | 41 - Add floating point exception handling support for freebsd and 43 - Consistently set exception handling for divide by zero, invalid,
|
| /petsc/src/vec/vec/impls/mpi/mpiviennacl/ |
| H A D | mpiviennacl.cxx | 27 } catch (std::exception const &ex) { in VecDestroy_MPIViennaCL()
|
| /petsc/include/ |
| H A D | petscerror.h | 1077 } catch (const std::exception &e) { \
|
| /petsc/doc/developers/ |
| H A D | style.md | 252 The only exception to this is variables used exclusively within a `for` loop, which must 327 !defined`. Better, use `PetscDefined()` (see below). The only exception to this
|
| H A D | documentation.md | 96 The only exception to this is when displaying raw output, i.e., with no preceding
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 271 6. As an exception to the Sections above, you may also combine or 320 reproducing the executable from it. However, as a special exception,
|
| /petsc/doc/faq/ |
| H A D | index.md | 1786 function in which the error occurred, but not the line or the type of exception. If
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1659 combination; an exception is the multigrid/multilevel preconditioners
|