Searched refs:resolve (Results 1 – 18 of 18) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | test_main.py | 24 self.fname = fname.resolve(strict=True) 29 self.temp_path = Path(self.tmp.name).resolve(strict=True) 159 tmp_patch_path = Path(temp_patch.name).resolve(strict=True)
|
| H A D | main.py | 36 petsc_dir = pl.Path(petsc_dir).resolve(strict=True) 55 return [p.resolve(strict=True) for p in TYPE_CAST(List[pl.Path], src_path)] 58 patch_dir = petsc_dir / 'petscLintPatches' if patch_dir is None else pl.Path(patch_dir).resolve() 358 default_src_dir = str(pl.Path(petsc_dir).resolve() / 'src')
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _utility.py | 143 clang_lib = Path(clang_lib).resolve() 146 clang_dir = Path(clang_dir).resolve() 188 return Path(llvm_lib_dir).resolve(strict=True)
|
| /petsc/share/petsc/ |
| H A D | chkerrconvert.py | 209 return path.resolve() if sys.version_info < (3,6) else path.resolve(strict=True) 242 found_list = [x.resolve() for x in map(pathlib.Path,filter(filter_file,map(str,file_list)))]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | gcov.py | 186 path = pathlib.Path(path).resolve() 350 dest_path = pathlib.Path(str(dest_path) + '.json').resolve()
|
| H A D | check_header_guard.py | 423 path = path.resolve(strict=True)
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 114 # Use the records in this file to resolve objects in the API named NAME.
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _linter.py | 500 decl_file = Cursor.get_file_from_cursor(func_decl).resolve()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex42.c | 1790 PetscBool write_output = PETSC_FALSE, resolve = PETSC_FALSE; in solve_stokes_3d_coupled() local 1793 PetscCall(PetscOptionsGetBool(NULL, NULL, "-resolve", &resolve, NULL)); in solve_stokes_3d_coupled() 2064 if (resolve) { in solve_stokes_3d_coupled() 2070 if (resolve) { in solve_stokes_3d_coupled()
|
| /petsc/doc/developers/ |
| H A D | documentation.md | 47 if need be, to resolve LaTeX errors.
|
| H A D | buildsystem.md | 50 to force all link options to resolve to full paths, which causes havoc
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section.py | 231 return path.resolve()
|
| /petsc/doc/manual/ |
| H A D | streams.md | 118 `OMP_PROC_BIND=spread` alone does not resolve the problem, as the output below indicates.
|
| H A D | other.md | 1198 `pkgconfig` to resolve `INCLUDEPATH` and `LIBS` variables.
|
| H A D | ksp.md | 1399 … arbitrary operator $A$ will have different coarse modes that we want to resolve accurately on the…
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 204 …es require high-performance computing and optimized numerical solvers to resolve the flow dynamics…
|
| /petsc/doc/faq/ |
| H A D | index.md | 1086 processes will be in a different part of the mesh for the two schemes. To resolve this you 2102 Should resolve the problem.
|
| /petsc/doc/community/meetings/2023/ |
| H A D | index.md | 447 Particle-resolved direct numerical simulations (PR-DNS), which resolve not
|