Searched refs:ctime (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/impls/eimex/ |
| H A D | eimex.c | 20 PetscReal ctime; member 60 ext->ctime = ts->ptime + h * i; in TSStage_EIMEX() 68 PetscCall(TSAdaptCheckStage(adapt, ts, ext->ctime, Y, &accept)); in TSStage_EIMEX() 265 PetscCall(TSComputeIFunction(ts, ext->ctime, X, Ydot, G, PETSC_FALSE)); in SNESTSFormFunction_EIMEX()
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 1437 ctime = time.time()-start 1438 totaltime = totaltime + ctime 1439 self.logPrint('child %s took %f seconds' % (child.__class__.__module__,ctime))
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _linter.py | 779 rn = datetime.datetime.now().ctime()
|