Home
last modified time | relevance | path

Searched defs:rejects (Results 1 – 3 of 3) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dpackage.py281 def rmArgs(self,args,rejects): argument
285 def rmArgsPair(self,args,rejects,remove_ahead=True): argument
/petsc/src/ts/tutorials/
H A Dex8.c317 PetscInt steps, nonlinits, linits, snesfails, rejects; in main() local
/petsc/src/ts/interface/
H A Dts.c4972 PetscErrorCode TSGetStepRejections(TS ts, PetscInt *rejects) in TSGetStepRejections()
5028 PetscErrorCode TSSetMaxStepRejections(TS ts, PetscInt rejects) in TSSetMaxStepRejections()