| /petsc/lib/petsc/bin/ |
| H A D | petsc_tas_analysis.py | 94 files = getFiles(cmdLineArgs, 'defaultData') 96 files = getFiles(cmdLineArgs, cmdLineArgs.pathAliasData[0]) 98 files = getFiles(cmdLineArgs, None) 100 if len(files['module']) != 0: 101 for fileName in files['module']: 104 if len(files['csv']) != 0: 105 for fileName in files['csv']: 261 files = {'module': [], 'csv': []} 271 files['module'].append(f[0:len(f)-3]) 273 files['module'].append(f[0:len(f)-4]) [all …]
|
| H A D | extract.py | 33 files = subprocess.check_output(["git", "ls-files", "--full-name", "../../.."]).splitlines() variable 34 for name in files:
|
| /petsc/doc/ |
| H A D | build_c2html.py | 36 for root, dirs, files in chain.from_iterable(os.walk(path) for path in [petsc_dir]): 41 …allfiles.extend([os.path.join(loc,root,f+'.html') for f in files if any([s for s in SUFFIXES if f.… 64 for f in files: 77 if any([f for f in files if any([s for s in SUFFIXES if f.endswith(s)])]): 79 for f in files:
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | grid.py | 53 files = [] 56 files.append(os.path.join(root, filename)) 59 for filename in files[:-1]: 61 f.write(' ' + os.path.join(root, files[-1]) + '\n')
|
| /petsc/doc/developers/ |
| H A D | documentation.md | 73 …For robustness to changes in the source files, Use `:start-at:` and related options when possible,… 147 to include citations from BibTeX files. 175 files that are unnecessary for most PETSc usages and thus are not stored in the main repository. 180 …ps://gitlab.com/petsc/datafiles) contains large matrices, meshes, and various other data files that 193 is tracked in the primary PETSc Git repository. However, image files are 197 Therefore, we store image files in a separate Git repository, [Images](https://gitlab.com/petsc/pet… 204 - Whenever possible, use SVG files. SVG is a web-friendly vector format and will be automatically c… 205 - Avoid large files and large numbers of images. 206 - Do not add movies or other non-image files. 223 add it to the top-level list of files to delete in the images repository. [all …]
|
| /petsc/config/ |
| H A D | gmakegen.py | 151 def get_sources_from_files(self, files): argument 155 source[lang] = [f for f in files if f.endswith('.'+lang.replace('_','.'))] 156 files = [f for f in files if not f.endswith('.'+lang.replace('_','.'))] 164 …for root, dirs, files in chain.from_iterable(os.walk(path) for path in [os.path.join(self.pkg_dir,… 169 files.sort() 191 if files: 192 source = self.get_sources_from_files(files)
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | PetscStaticFunctionCandidates.py | 15 for root, dirs, files in os.walk(path) 16 for name in files
|
| H A D | generateetags.py | 160 files= [] 167 files.append(file) 168 if files: flist.extend([os.path.join(dirname,name) for name in files])
|
| H A D | createpatch | 33 a=`git status --untracked-files=no --short | wc -l` 36 git status --untracked-files=no --short
|
| H A D | testharness_util.py | 40 for root, dirs, files in os.walk(top, topdown=False): 46 for exfile in files:
|
| /petsc/share/petsc/ |
| H A D | Makefile.basic.user | 34 # For a multi-file case, suppose you have the source files app.c [with main()], b.c, and c.cxx, 46 # Say you have source files in the "src" dir, include files in the "include" dir, and desire the co… 47 # object files be in the "obj" dir, and the application binary be in the "bin" dir, use:
|
| /petsc/doc/miscellaneous/ |
| H A D | codemanagement.md | 20 - Run `make` generating a bunch of object (.o) files. 21 - Link the executable (which also removes the .o files). Users may 22 delete the .o files because they anticipate compiling the next time 38 to search quickly through a group of user-defined source files 39 (and/or PETSc source files) regardless of the directory in which they 45 - editing files that reside in any directory and retaining one's 47 - searching for files in any directory as one attempts to load them
|
| /petsc/src/ts/tutorials/ |
| H A D | gasoline.inp | 4 # The two input files come from OpenFoam tutorial for their 0-D chemistry solver chemFoam 6 # The file names are too generic for this example so make sure you don't have other files with th…
|
| /petsc/share/petsc/suppressions/ |
| H A D | ubsan | 72 # legacy files 78 # files for MPICH, Open MPI, and PT-SCOTCH
|
| /petsc/doc/petsc4py/ |
| H A D | index.md | 3 > This is a dummy page that gets processed by Sphinx but then overwritten by the API files generate…
|
| /petsc/systems/Apple/iOS/examples/Basic/ |
| H A D | examples_Prefix.pch | 2 // Prefix header for all source files of the 'iphone' target in the 'iphone' project
|
| /petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/ |
| H A D | PETSc cocoa example-Prefix.pch | 2 // Prefix header for all source files of the 'PETSc cocoa example' target in the 'PETSc cocoa examp…
|
| /petsc/systems/Apple/iOS/examples/testopengl/ |
| H A D | examples_Prefix.pch | 2 // Prefix header for all source files of the 'iphone' target in the 'iphone' project
|
| /petsc/ |
| H A D | makefile | 65 ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/files: 66 @touch -t 197102020000 ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/files 315 …@git ls-files "*.[hF]90" | xargs fprettify --indent 2 --line-length 1000 --whitespace 2 --whitespa… 319 …@files=`git ls-files "*.[hF]90"`; for i in $${files}; do fortify --tab_length 2 --lowercasing F $$… 326 git status -s --untracked-files=no ;\ 366 …@shellcheck --format=diff $$(git ls-files\*.sh) $$(file lib/petsc/bin/* lib/petsc/bin/maint/* | gr…
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_doc.mk | 4 libs: ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/files ${PETSC_DIR}/${PETSC_ARCH}/tests/testfiles
|
| H A D | rules_util.mk | 61 -@git --no-pager ls-files -z ${GITCFSRC} | xargs -0 -P $(MAKE_NP) -L 10 ${PETSCCLANGFORMAT} -i 150 …-@git ls-files ${GITFSRC} ${GITMAKE} 'config/*' ':!*petscdm.h90' ':!*petscts.h90' ':!*/__init__.py… 176 …-@git ls-files *.cu *.kokkos.cxx | xargs -I{} sh -c 'basename "{}"' | sort | uniq -d >> checkbadS… 182 -@git ls-files *.cpp >> checkbadSource.out;true
|
| /petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/ |
| H A D | project.pbxproj | 21 files = ( 39 files = ( 123 files = (
|
| /petsc/doc/manual/ |
| H A D | versionchecking.md | 16 allows one to add tests to make files, CMake files, configure scripts etc, to ensure the PETSc vers…
|
| /petsc/share/petsc/matlab/@PetscOpenSocket/ |
| H A D | PetscOpenSocket.m | 6 % allowing PETSc MATLAB utilities like PetscBinaryRead.m to work cleanly with either binary files …
|
| /petsc/share/petsc/matlab/@PetscOpenFile/ |
| H A D | PetscOpenFile.m | 7 % files or sockets
|