Searched refs:delay (Results 1 – 5 of 5) sorted by relevance
| /petsc/config/BuildSystem/ |
| H A D | RDict.py | 670 def serverShutdown(self, pid, delay = shutdownDelay): argument 674 self.shutdownTimer = threading.Timer(delay, self.serverShutdown, [pid], {'delay': 0}) 677 … self.writeLogLine('SERVER: Set shutdown timer for process '+str(pid)+' at '+str(delay)+' seconds')
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 27 -debugger_pause [m] : delay (in seconds) to attach debugger 29 waits the delay for you to attach
|
| /petsc/src/ksp/pc/impls/fieldsplit/ |
| H A D | fieldsplit.c | 3243 PetscErrorCode PCFieldSplitSetGKBDelay(PC pc, PetscInt delay) in PCFieldSplitSetGKBDelay() argument 3247 PetscValidLogicalCollectiveInt(pc, delay, 2); in PCFieldSplitSetGKBDelay() 3248 PetscTryMethod(pc, "PCFieldSplitSetGKBDelay_C", (PC, PetscInt), (pc, delay)); in PCFieldSplitSetGKBDelay() 3252 static PetscErrorCode PCFieldSplitSetGKBDelay_FieldSplit(PC pc, PetscInt delay) in PCFieldSplitSetGKBDelay_FieldSplit() argument 3257 jac->gkbdelay = delay; in PCFieldSplitSetGKBDelay_FieldSplit()
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 1027 variant allows the user to delay until runtime the decision of what viewer and format to use to vie…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 488 (ignition/delay? #f)
|