Home
last modified time | relevance | path

Searched refs:timestep (Results 1 – 5 of 5) sorted by relevance

/honee/qfunctions/
H A Dnumerics.h23 CEED_QFUNCTION_HELPER CeedScalar CalculateCFL_3D(const CeedScalar velocity[3], CeedScalar timestep,… in CalculateCFL_3D() argument
27 return sqrt(Dot3(velocity, gij_uj)) * timestep; in CalculateCFL_3D()
46 CEED_QFUNCTION_HELPER CeedScalar CalculateCFL_2D(const CeedScalar velocity[2], CeedScalar timestep,… in CalculateCFL_2D() argument
50 return sqrt(Dot2(velocity, gij_uj)) * timestep; in CalculateCFL_2D()
/honee/qfunctions/spanstats/
H A Dcflpe.h14 CeedScalar timestep; member
44 cfl = CalculateCFL_2D(s.Y.velocity, context->timestep, gijd_mat); in ChildStatsCollection_CflPe()
57 cfl = CalculateCFL_3D(s.Y.velocity, context->timestep, gijd_mat); in ChildStatsCollection_CflPe()
/honee/src/spanstats/
H A Dcflpe.c107 …extRegisterDouble(collect_qfctx, "timestep", offsetof(struct CflPe_SpanStatsContext_, timestep), 1, in CreateStatisticCollectionOperator()
192 PetscReal timestep; in TSMonitor_SpanwiseStatisticsCflPe() local
203 PetscCall(TSGetTimeStep(ts, &timestep)); in TSMonitor_SpanwiseStatisticsCflPe()
204 …eratorSetContextDouble(spanstats->op_stats_collect_ctx->op, spanstats->timestep_label, &timestep)); in TSMonitor_SpanwiseStatisticsCflPe()
/honee/doc/
H A Druntime_options.md190 - View log for every timestep taken by the `TS` solver
H A Dtheory.md735 - Characteristic timescale of the pressure deviance decay. The timestep is good starting point