Searched defs:exclude (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/info/ |
| H A D | verboseinfo.c | 176 PetscErrorCode PetscInfoSetClasses(PetscBool exclude, PetscInt n, const char *const *classnames) in PetscInfoSetClasses() 244 PetscErrorCode PetscInfoGetInfo(PetscBool *infoEnabled, PetscBool *classesSet, PetscBool *exclude, … in PetscInfoGetInfo() 279 PetscBool enabled, exclude, found, opt; in PetscInfoProcessClass() local
|
| /petsc/config/ |
| H A D | install.py | 205 …def copytree(self, src, dst, symlinks = False, copyFunc = shutil.copy2, exclude = [], exclude_ext=… argument
|