Lines Matching defs:time
140 static PetscErrorCode testNone(TS ts, Vec X, PetscInt stepi, PetscReal time, PetscBool islast, Land… in testNone()
146 static PetscErrorCode testSpitzer(TS ts, Vec X, PetscInt stepi, PetscReal time, PetscBool islast, L… in testSpitzer()
268 static PetscErrorCode testStable(TS ts, Vec X, PetscInt stepi, PetscReal time, PetscBool islast, La… in testStable()
314 static PetscErrorCode EInduction(Vec X, Vec X_t, PetscInt step, PetscReal time, LandauCtx *ctx, Pet… in EInduction()
340 static PetscErrorCode EConstant(Vec X, Vec X_t, PetscInt step, PetscReal time, LandauCtx *ctx, Pets… in EConstant()
347 static PetscErrorCode ENone(Vec X, Vec X_t, PetscInt step, PetscReal time, LandauCtx *ctx, PetscRea… in ENone()
410 static PetscErrorCode Monitor(TS ts, PetscInt stepi, PetscReal time, Vec X, void *actx) in Monitor()
487 PetscReal time; in PreStep() local
504 static PetscErrorCode stepSrc(PetscReal time, PetscReal *rho, LandauCtx *ctx) in stepSrc()
513 static PetscErrorCode zeroSrc(PetscReal time, PetscReal *rho, LandauCtx *ctx) in zeroSrc()
520 static PetscErrorCode pulseSrc(PetscReal time, PetscReal *rho, LandauCtx *ctx) in pulseSrc()