| /petsc/src/sys/tests/linter/output/ |
| H A D | testDuplicates.patch | 7 /* no remove */ 10 /* remove */ 13 /* no remove */ 17 /* no remove */ 42 /* no remove */ 45 /* remove */ 51 /* remove */ 56 /* remove */ 59 /* remove */ 65 /* remove */ [all …]
|
| /petsc/lib/petsc/bin/ |
| H A D | taucc.py | 49 os.remove(name) 51 os.remove(name) 142 if not leave_tmp: os.remove(pdt_file) 144 if not leave_tmp: os.remove(tau_file) 157 os.remove(objfile)
|
| H A D | PetscBinaryIO_tests.py | 9 os.remove('test.dat') 13 os.remove('test.dat.info') 102 os.remove('test.dat') 106 os.remove('test.dat.info')
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | convertExamplesUtils.py | 62 reqpkgs.remove('ML') 63 bldpkgs.remove('X')
|
| H A D | runjobs.py | 29 jobs.remove('-f') 64 if ('-f' in saved_jobs): saved_jobs.remove('-f') 74 arches.remove(arch)
|
| H A D | generateetags.py | 136 dirnames.remove(exname) 141 dirnames.remove(exname) 147 dirnames.remove(name) 154 dirnames.remove(rmname)
|
| H A D | bk2darcs.py | 19 sys.argv.remove('-i') 90 os.remove(log_file)
|
| H A D | check-fortran-coverage.sh | 25 git worktree remove --force "$TMPDIR/wt_$rev"
|
| H A D | bk2hg.py | 32 sys.argv.remove('-i') 127 os.remove(log_file)
|
| /petsc/share/petsc/saws/js/ |
| H A D | PETSc.js | 47 $("body").children().first().remove(); 52 $("#leftDiv").children().get(0).remove(); 86 $("#continue").remove();//remove self immediately 87 $("#finish").remove(); 94 $("#finish").remove();//remove self immediately 95 $("#continue").remove();
|
| H A D | listLogic.js | 449 $("#solver" + childEndtag).remove();//remove that child itself 460 $("#pc_type" + endtag).nextAll().remove();//remove the options in the same level solver 482 $("#solver" + childEndtag).remove(); //remove the divs 581 $("#solver" + childEndtag).remove(); //remove the divs 663 $("#solver" + childEndtag).remove(); //remove the divs
|
| /petsc/src/binding/petsc4py/docs/source/_templates/autosummary/ |
| H A D | class.rst | 17 {%- set dummy = methods.remove(item) %} 23 {%- set dummy = methods.remove(item) %} 26 {%- set dummy = attributes.remove(item) %}
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_nsp.py | 36 self.nullsp.remove(w) 47 self.nullsp.remove(v) 59 self.nullsp.remove(v)
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_coarsedm.c | 294 if (nullspace->remove && !nullspace->rmctx) { in PCTelescopeMatNullSpaceCreate_CoarseDM() 295 PetscCall(MatNullSpaceSetFunction(sub_nullspace, nullspace->remove, context)); in PCTelescopeMatNullSpaceCreate_CoarseDM() 296 } else if (nullspace->remove && nullspace->rmctx) { in PCTelescopeMatNullSpaceCreate_CoarseDM() 303 PetscCall(MatNullSpaceSetFunction(sub_nullspace, nullspace->remove, context)); in PCTelescopeMatNullSpaceCreate_CoarseDM() 323 if (nearnullspace->remove && !nearnullspace->rmctx) { in PCTelescopeMatNullSpaceCreate_CoarseDM() 324 PetscCall(MatNullSpaceSetFunction(sub_nearnullspace, nearnullspace->remove, context)); in PCTelescopeMatNullSpaceCreate_CoarseDM() 325 } else if (nearnullspace->remove && nearnullspace->rmctx) { in PCTelescopeMatNullSpaceCreate_CoarseDM() 332 PetscCall(MatNullSpaceSetFunction(sub_nearnullspace, nearnullspace->remove, context)); in PCTelescopeMatNullSpaceCreate_CoarseDM()
|
| /petsc/src/mat/interface/ |
| H A D | matnull.c | 28 sp->remove = rem; in MatNullSpaceSetFunction() 194 … if (sp->remove) PetscCall(PetscViewerASCIIPrintf(viewer, "Has user-provided removal function\n")); in MatNullSpaceView() 280 sp->remove = NULL; in MatNullSpaceCreate() 366 if (sp->remove) PetscCall((*sp->remove)(sp, vec, sp->rmctx)); in MatNullSpaceRemove() 436 …PetscCheck(!sp->remove, PetscObjectComm((PetscObject)mat), PETSC_ERR_SUP, "Cannot test a null spac… in MatNullSpaceTest()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | Makefile | 12 perl Makefile.pl -remove -prefix "$(prefix)"
|
| /petsc/config/BuildSystem/config/ |
| H A D | compilersFortran.py | 251 if os.path.isfile(f): os.remove(f) 333 os.remove(cobj) 406 os.remove(modobj) 407 os.remove(os.path.join(testdir, os.path.basename(modname))) 451 if modname: os.remove(os.path.join(testdir, modname)) 482 os.remove(depFilename)
|
| H A D | libraries.py | 452 if os.path.isfile(configObj.compilerObj): os.remove(configObj.compilerObj) 455 if os.path.isfile(configObj.compilerObj): os.remove(configObj.compilerObj) 476 if os.path.isfile(configObj.compilerObj): os.remove(configObj.compilerObj) 480 if os.path.isfile(configObj.compilerObj): os.remove(configObj.compilerObj) 547 if os.path.isfile(lib1Name) and self.framework.doCleanup: os.remove(lib1Name) 548 if os.path.isfile(lib2Name) and self.framework.doCleanup: os.remove(lib2Name)
|
| H A D | base.py | 490 if os.path.isfile(filename): os.remove(filename) 549 if os.path.isfile(filename): os.remove(filename) 620 if os.path.isfile(self.compilerObj): os.remove(self.compilerObj) 622 if os.path.isfile(self.linkerObj):os.remove(self.linkerObj) 624 if os.path.isfile(pdbfile): os.remove(pdbfile) 680 os.remove(self.compilerObj) 686 os.remove(self.linkerObj)
|
| /petsc/doc/ |
| H A D | requirements.txt | 7 sphinx-remove-toctrees==1.0.0.post1
|
| /petsc/config/BuildSystem/ |
| H A D | graph.py | 63 self.vertices.remove(vertex) 67 if vertex in self.inEdges[v]: self.inEdges[v].remove(vertex) 68 if vertex in self.outEdges[v]: self.outEdges[v].remove(vertex)
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkAssembly.py | 127 os.remove(args.module+'.pyc') 151 os.remove(args.module+'.pyc')
|
| /petsc/config/ |
| H A D | configure.py | 345 if os.path.islink(logfile) and not os.path.isfile(logfile): os.remove(logfile) 374 if os.path.isfile(new_bkp): os.remove(new_bkp) 378 os.remove(curr_file) 382 if os.path.isfile(curr_bkp): os.remove(curr_bkp)
|
| /petsc/config/PETSc/options/ |
| H A D | arch.py | 82 os.remove(hashfile) 115 dirs.remove('examples')
|
| /petsc/src/sys/classes/draw/interface/ |
| H A D | dsave.c | 200 (void)remove(path); in PetscDrawSave() 208 (void)remove(path); in PetscDrawSave()
|