Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 25 of 30) sorted by relevance

12

/petsc/doc/ext/
H A D__init__.py3 import glob
4 modules = glob.glob(dirname(__file__)+"/*.py")
/petsc/config/BuildSystem/config/packages/
H A Dtchem.py21 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 DChaco.py27 import os, glob
H A DBlasLapack.py599 import glob
600 blib = glob.glob('/usr/lib/libblas.*')
613 import glob
614 llib = glob.glob('/usr/lib/liblapack.*')
H A DChombo.py112 import glob
/petsc/lib/petsc/bin/maint/
H A DnormalizeOutput.py3 import glob, sys, os, optparse, shutil, subprocess
15 for ofile in glob.glob(directory+"/*.out"):
H A Dgenerateetags.py159 import glob
164 gfiles = glob.glob(glist)
H A Dpetscdt_create_quadrature_headers.py10 import glob
90 for file in glob.glob(os.path.join(rules_path, "*_compact.txt")):
H A Dexampleslog.py4 import glob
394 for logfile in glob.glob('examples_'+branch+'_*.log'):
H A Dtestharness_util.py2 import glob
H A Dgcov.py323 tar_files.extend(list(path.glob('*.json.tar.*')))
734 args.base_path.extend(list(args.petsc_dir.glob('arch-*')))
/petsc/config/
H A Dreport_tests.py3 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 Dinstall.py302 import glob
318 for pathname in glob.glob(pattern):
359 return glob.glob(os.path.join(dirname, *patterns))
H A Dtestparse.py39 import os, re, glob, types
572 for test_file in sorted(glob.glob("new_ex*.*")):
H A Dquery_tests.py3 import glob
/petsc/src/ksp/ksp/tutorials/
H A Dex71.c338 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 Dbuild_man_index.py11 import glob
222 dirs = glob.glob(os.path.join(build_dir,'manualpages','*'))
/petsc/src/binding/petsc4py/test/
H A Druntests.py243 from glob import glob
250 testfiles = glob(wildcard)
/petsc/src/binding/petsc4py/
H A Dsetup.py165 from glob import glob
170 glob_join = lambda *args: glob(join(*args))
/petsc/share/petsc/
H A Dchkerrconvert.py227 import glob
228 file_list = glob.iglob(str(start_path/'**'),recursive=True)
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py8 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 Dtest_main.py138 file_list = [item for sublist in map(test_path.glob, c_suffixes) for item in sublist]
H A Dmain.py254 for patch_file in patch_dir.glob('*' + mangle_postfix):
/petsc/src/mat/impls/aij/mpi/mpihipsparse/
H A Dmpiaijhipsparse.hip.cxx240 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 Dmpiaijcusparse.cu240 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()

12