Searched refs:exclude (Results 1 – 12 of 12) sorted by relevance
| /petsc/config/ |
| H A D | install.py | 205 …def copytree(self, src, dst, symlinks = False, copyFunc = shutil.copy2, exclude = [], exclude_ext=… argument 234 elif os.path.isdir(srcname) and recurse and not os.path.basename(srcname) in exclude: 235 …copies.extend(self.copytree(srcname, dstname, symlinks,exclude = exclude, exclude_ext = exclude_ex… 236 …elif os.path.isfile(srcname) and not os.path.basename(srcname) in exclude and os.path.splitext(nam… 487 exclude = ['makefile'] 489 exclude.append('finclude') 491 exclude.append('mpiuni') 492 self.copies.extend(self.copytree(self.rootIncludeDir, self.destIncludeDir,exclude = exclude)) 497 self.copies.extend(self.copytree(self.rootConfDir, self.destConfDir, exclude = ['test.log'])) 498 …self.copies.extend(self.copytree(self.archConfDir, self.destConfDir, exclude = ['sowing', 'configu… [all …]
|
| /petsc/src/sys/info/ |
| H A D | verboseinfo.c | 176 PetscErrorCode PetscInfoSetClasses(PetscBool exclude, PetscInt n, const char *const *classnames) in PetscInfoSetClasses() argument 183 PetscInfoInvertClasses = exclude; in PetscInfoSetClasses() 244 PetscErrorCode PetscInfoGetInfo(PetscBool *infoEnabled, PetscBool *classesSet, PetscBool *exclude, … in PetscInfoGetInfo() argument 249 if (exclude) PetscAssertPointer(exclude, 3); in PetscInfoGetInfo() 254 if (exclude) *exclude = PetscInfoInvertClasses; in PetscInfoGetInfo() 279 PetscBool enabled, exclude, found, opt; in PetscInfoProcessClass() local 286 PetscCall(PetscInfoGetInfo(&enabled, NULL, &exclude, NULL, NULL)); in PetscInfoProcessClass() 305 if ((found && exclude) || (!found && !exclude)) { in PetscInfoProcessClass()
|
| /petsc/src/binding/petsc4py/ |
| H A D | MANIFEST.in | 10 exclude src/petsc4py/PETSc.c 11 exclude src/petsc4py/PETSc.h 12 exclude src/petsc4py/PETSc_api.h
|
| H A D | .ruff.toml | 2 exclude = ["demo/legacy", "*env"]
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | runtests.py | 258 include = exclude = None 261 if options.exclude: 262 exclude = re.compile('|'.join(options.exclude)).search 266 if (exclude and exclude(testname)) or (include and not include(testname)):
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 43 exclude: petsc4py.__main__ 48 #exclude-introspect 52 #exclude-parse:
|
| /petsc/ |
| H A D | makefile | 503 …base_name} --exclude '.*/ftn-auto/.*' --exclude '.*/petscsys.h' --exclude-lines-by-pattern '^\s*SE…
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | builddist | 120 /bin/tar --create --file $tmpdir/petsc.tar --exclude-from $tmpdir/xclude $pdir
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 85 …@vermin --violations -t=3.6- --exclude-regex '\.pyi$$' ${VERMIN_OPTIONS} ${PETSC_DIR}/src/binding/…
|
| /petsc/doc/changes/ |
| H A D | 315.md | 274 - Add `DMGet/SetFieldAvoidTensor()` to allow fields to exclude tensor
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 49 -log_exclude <list,of,classnames>: exclude given classes from logging
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 225 (mpm/exclude-revflow-faces-averaging? #f) 3359 (prepdf/equil-exclude-species ("c<s>" "no" "no2" "n2o" "h2o<l>" "n" "nh" "nh2" "nh3" "nnh" "hcn" "h… 4673 (exclude-pdft-statistics-species ()) 5385 (solar/fill-host-domain/exclude-method 1) 5393 (disco/exclude-np-solid-zone? #t) 6802 (dynamesh/remesh/cac/exclude-prism? #f) 6803 (dynamesh/remesh/cac/exclude-pyramid? #t)
|