Home
last modified time | relevance | path

Searched refs:diagnostics (Results 1 – 11 of 11) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_utility.py408 for diag in tu.diagnostics:
460 if tu.diagnostics:
461 pl.sync_print('\n'.join(map(str, tu.diagnostics)))
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_linter.py397 if tu.diagnostics:
398 self._vprint('\n'.join(map(str, tu.diagnostics)))
821 …def diagnostics(self) -> tuple[CondensedDiags, CondensedDiags, CondensedDiags, list[PathDiffPair]]: member in Linter
H A D_pool.py549 err_left, err_fixed, warnings, patches = self.linter.parse(item).diagnostics()
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dqueue_main.py73 errors_left, errors_fixed, warnings, patches = linter.parse(filename).diagnostics()
H A DREADME.rst9 number of diagnostics). If there is no handler, nothing happens.
12 caller can extract the generated diagnostics and do something with them.
H A Dmain.py472 def expand_argv_globs(in_argv: list[str], diagnostics: Iterable[str]) -> list[str]:
490 for flag_to_add in filter(pattern.match, diagnostics):
/petsc/doc/changes/
H A D34.md13 diagnostics.
H A D319.md111 - Soft-deprecate `PetscStrcpy()` and `PetscStrcat()`. No diagnostics will be emitted if these routi…
H A D317.md74 …es. New code should prefer the `PetscCall` variants though no compiler diagnostics will be emitted…
/petsc/src/ts/tutorials/
H A Dex76.c1583 PetscPointFn *diagnostics[1] = {divergence}; in MonitorError() local
1598 PetscCall(DMProjectField(dmCell, crtime, u, diagnostics, INSERT_VALUES, divu)); in MonitorError()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas2835 (matrix/segregated-diagnostics? #f)
2836 (matrix/coupled-diagnostics? #f)
2846 (amg/dd-diagnostics/system-name "none")
2848 (amg/dd-diagnostics/enable? #f)