Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 19 of 19) sorted by relevance

/petsc/doc/
H A Dconf.py206 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 Dmain.m18 @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 Dvecviennacl.cxx102 } 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.toml32 "S110", # `try`-`except`-`pass` detected, consider logging the exception
/petsc/src/mat/impls/aij/seq/seqviennacl/
H A Daijviennacl.cxx74 } 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 Dconfigure.py32 exception = False
35 exception = True
36 if not exception:
/petsc/src/binding/petsc4py/conf/
H A Dcyautodoc.py304 logging.Logger(__name__).exception(exc)
323 logging.Logger(__name__).exception(exc)
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPETSc.pyx76 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.py436 exception = self.error_queue.get(timeout=.5)
449 err_mess = exception
/petsc/src/sys/error/
H A Dfp.c294 void PetscDefaultFPTrap(unsigned exception[], int val[])
296 int err_ind = -1, code = exception[0];
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dtest_main.py166 exception = ''.join(traceback_format_exception(exc))
/petsc/doc/changes/
H A D314.md41 - 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 Dmpiviennacl.cxx27 } catch (std::exception const &ex) { in VecDestroy_MPIViennaCL()
/petsc/include/
H A Dpetscerror.h1077 } catch (const std::exception &e) { \
/petsc/doc/developers/
H A Dstyle.md252 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 Ddocumentation.md96 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 DLICENSE271 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 Dindex.md1786 function in which the error occurred, but not the line or the type of exception. If
/petsc/doc/manual/
H A Dksp.md1659 combination; an exception is the multigrid/multilevel preconditioners