Searched refs:timestep (Results 1 – 5 of 5) sorted by relevance
| /honee/qfunctions/ |
| H A D | numerics.h | 23 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 D | cflpe.h | 14 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 D | cflpe.c | 107 …extRegisterDouble(collect_qfctx, "timestep", offsetof(struct CflPe_SpanStatsContext_, timestep), 1, in CreateStatisticCollectionOperator() 192 PetscReal timestep; in TSMonitor_SpanwiseStatisticsCflPe() local 203 PetscCall(TSGetTimeStep(ts, ×tep)); in TSMonitor_SpanwiseStatisticsCflPe() 204 …eratorSetContextDouble(spanstats->op_stats_collect_ctx->op, spanstats->timestep_label, ×tep)); in TSMonitor_SpanwiseStatisticsCflPe()
|
| /honee/doc/ |
| H A D | runtime_options.md | 190 - View log for every timestep taken by the `TS` solver
|
| H A D | theory.md | 735 - Characteristic timescale of the pressure deviance decay. The timestep is good starting point
|