Searched refs:diagnostics (Results 1 – 11 of 11) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _utility.py | 408 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.py | 397 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.py | 549 err_left, err_fixed, warnings, patches = self.linter.parse(item).diagnostics()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | queue_main.py | 73 errors_left, errors_fixed, warnings, patches = linter.parse(filename).diagnostics()
|
| H A D | README.rst | 9 number of diagnostics). If there is no handler, nothing happens. 12 caller can extract the generated diagnostics and do something with them.
|
| H A D | main.py | 472 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 D | 34.md | 13 diagnostics.
|
| H A D | 319.md | 111 - Soft-deprecate `PetscStrcpy()` and `PetscStrcat()`. No diagnostics will be emitted if these routi…
|
| H A D | 317.md | 74 …es. New code should prefer the `PetscCall` variants though no compiler diagnostics will be emitted…
|
| /petsc/src/ts/tutorials/ |
| H A D | ex76.c | 1583 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 D | testcase3D.cas | 2835 (matrix/segregated-diagnostics? #f) 2836 (matrix/coupled-diagnostics? #f) 2846 (amg/dd-diagnostics/system-name "none") 2848 (amg/dd-diagnostics/enable? #f)
|