| /petsc/doc/ext/ ! |
| H A D | __init__.py | 3 import glob 4 modules = glob.glob(dirname(__file__)+"/*.py")
|
| /petsc/config/BuildSystem/config/packages/ ! |
| H A D | tchem.py | 21 import os, glob 54 ['cp'] + glob.glob(os.path.join(self.packageDir, 'include', 'TC_*')) + [includeDir], 55 ['cp'] + glob.glob(os.path.join(self.packageDir, 'lib', 'libtchem*')) + [libDir],
|
| H A D | Chaco.py | 27 import os, glob
|
| H A D | BlasLapack.py | 599 import glob 600 blib = glob.glob('/usr/lib/libblas.*') 613 import glob 614 llib = glob.glob('/usr/lib/liblapack.*')
|
| H A D | Chombo.py | 112 import glob
|
| /petsc/lib/petsc/bin/maint/ ! |
| H A D | normalizeOutput.py | 3 import glob, sys, os, optparse, shutil, subprocess 15 for ofile in glob.glob(directory+"/*.out"):
|
| H A D | generateetags.py | 159 import glob 164 gfiles = glob.glob(glist)
|
| H A D | petscdt_create_quadrature_headers.py | 10 import glob 90 for file in glob.glob(os.path.join(rules_path, "*_compact.txt")):
|
| H A D | exampleslog.py | 4 import glob 394 for logfile in glob.glob('examples_'+branch+'_*.log'):
|
| H A D | testharness_util.py | 2 import glob
|
| H A D | gcov.py | 323 tar_files.extend(list(path.glob('*.json.tar.*'))) 734 args.base_path.extend(list(args.petsc_dir.glob('arch-*')))
|
| /petsc/config/ ! |
| H A D | report_tests.py | 3 import glob, os, re, stat 43 for cfile in glob.glob('*.counts'): 128 for cfile in glob.glob('*.counts'): 238 shfile=glob.glob(shbase+"*")[0] 248 shfile=glob.glob(shbase+"*")[0]
|
| H A D | install.py | 302 import glob 318 for pathname in glob.glob(pattern): 359 return glob.glob(os.path.join(dirname, *patterns))
|
| H A D | testparse.py | 39 import os, re, glob, types 572 for test_file in sorted(glob.glob("new_ex*.*")):
|
| H A D | query_tests.py | 3 import glob
|
| /petsc/src/ksp/ksp/tutorials/ ! |
| H A D | ex71.c | 338 Vec nat, glob; in main() local 365 PetscCall(DMCreateGlobalVector(da, &glob)); in main() 366 PetscCall(DMDANaturalToGlobalBegin(da, nat, INSERT_VALUES, glob)); in main() 367 PetscCall(DMDANaturalToGlobalEnd(da, nat, INSERT_VALUES, glob)); in main() 370 PetscCall(VecGetLocalSize(glob, &n)); in main() 372 PetscCall(VecGetOwnershipRange(glob, &st, NULL)); in main() 373 PetscCall(VecGetArray(glob, &vals)); in main() 376 PetscCall(VecRestoreArray(glob, &vals)); in main() 377 PetscCall(VecDestroy(&glob)); in main()
|
| /petsc/doc/ ! |
| H A D | build_man_index.py | 11 import glob 222 dirs = glob.glob(os.path.join(build_dir,'manualpages','*'))
|
| /petsc/src/binding/petsc4py/test/ ! |
| H A D | runtests.py | 243 from glob import glob 250 testfiles = glob(wildcard)
|
| /petsc/src/binding/petsc4py/ ! |
| H A D | setup.py | 165 from glob import glob 170 glob_join = lambda *args: glob(join(*args))
|
| /petsc/share/petsc/ ! |
| H A D | chkerrconvert.py | 227 import glob 228 file_list = glob.iglob(str(start_path/'**'),recursive=True)
|
| /petsc/src/binding/petsc4py/conf/ ! |
| H A D | confpetsc.py | 8 import glob 146 alldeps += glob.glob(dep) 678 alldeps = glob.glob(str(blddir / 'lib' / '*' / f'{modname}.*'))
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ ! |
| H A D | test_main.py | 138 file_list = [item for sublist in map(test_path.glob, c_suffixes) for item in sublist]
|
| H A D | main.py | 254 for patch_file in patch_dir.glob('*' + mangle_postfix):
|
| /petsc/src/mat/impls/aij/mpi/mpihipsparse/ ! |
| H A D | mpiaijhipsparse.hip.cxx | 240 static PetscErrorCode MatMPIAIJGetLocalMatMerge_MPIAIJHIPSPARSE(Mat A, MatReuse scall, IS *glob, Ma… in MatMPIAIJGetLocalMatMerge_MPIAIJHIPSPARSE() argument 248 if (glob) { in MatMPIAIJGetLocalMatMerge_MPIAIJHIPSPARSE() 257 …tscCall(ISCreateGeneral(PetscObjectComm((PetscObject)Ad), dn + on, gidx, PETSC_OWN_POINTER, glob)); in MatMPIAIJGetLocalMatMerge_MPIAIJHIPSPARSE()
|
| /petsc/src/mat/impls/aij/mpi/mpicusparse/ ! |
| H A D | mpiaijcusparse.cu | 240 static PetscErrorCode MatMPIAIJGetLocalMatMerge_MPIAIJCUSPARSE(Mat A, MatReuse scall, IS *glob, Mat… in MatMPIAIJGetLocalMatMerge_MPIAIJCUSPARSE() argument 248 if (glob) { in MatMPIAIJGetLocalMatMerge_MPIAIJCUSPARSE() 257 …tscCall(ISCreateGeneral(PetscObjectComm((PetscObject)Ad), dn + on, gidx, PETSC_OWN_POINTER, glob)); in MatMPIAIJGetLocalMatMerge_MPIAIJCUSPARSE()
|