Searched refs:dt (Results 1 – 12 of 12) sorted by relevance
| /honee/src/ |
| H A D | monitor_cfl.c | 143 PetscReal part_minmax[2], global_minmax[2], dt; in TSMonitor_Cfl() local 160 PetscCall(TSGetTimeStep(ts, &dt)); in TSMonitor_Cfl() 161 global_minmax[0] *= dt; in TSMonitor_Cfl() 162 global_minmax[1] *= dt; in TSMonitor_Cfl()
|
| H A D | setupts.c | 33 PetscScalar dt; in RHS_NS() local 42 PetscCall(TSGetTimeStep(ts, &dt)); in RHS_NS() 44 …(ceed, CeedOperatorSetContextDouble(honee->op_rhs_ctx->op, honee->phys->timestep_size_label, &dt)); in RHS_NS() 119 PetscScalar dt; in IFunction_NS() local 130 PetscCall(TSGetTimeStep(ts, &dt)); in IFunction_NS() 131 …ed(ceed, CeedOperatorSetContextDouble(honee->op_ifunction, honee->phys->timestep_size_label, &dt)); in IFunction_NS()
|
| H A D | mat-ceed.c | 959 PetscErrorCode MatCeedSetDt(Mat mat, PetscReal dt) { in MatCeedSetDt() argument 962 double dt_ceed = dt; in MatCeedSetDt()
|
| /honee/qfunctions/ |
| H A D | stabilization.h | 67 const CeedScalar dt, CeedScalar Tau_d[3]) { in Tau_diagPrim() argument 85 dts = Ctau_t / dt; in Tau_diagPrim()
|
| H A D | newtonian_types.h | 45 CeedScalar dt; member
|
| H A D | advection_types.h | 58 CeedScalar dt; member
|
| H A D | newtonian.h | 70 Tau_diagPrim(context->tau_coeffs, gas, s, dXdx, context->dt, Tau_d); in MassFunction_Newtonian() 200 const CeedScalar dt = context->dt; in RHSFunction_Newtonian() local 247 Tau_diagPrim(context->tau_coeffs, gas, s, dXdx, dt, Tau_d); in RHSFunction_Newtonian() 283 const CeedScalar *g = context->g, dt = context->dt; in IFunction_Newtonian_Integrand() local 302 Tau_diagPrim(context->tau_coeffs, gas, s, dXdx, dt, Tau_d); in IFunction_Newtonian_Integrand()
|
| H A D | advection.h | 255 …return 1 / sqrt(Square(2 * context->Ctau_t / context->dt) + DotN(s.Y.velocity, gij_uj, dim) * Squa… in Tau()
|
| /honee/include/ |
| H A D | mat-ceed.h | 26 PETSC_CEED_INTERN PetscErrorCode MatCeedSetDt(Mat mat, PetscReal dt);
|
| /honee/problems/ |
| H A D | advection.c | 540 …nContextRegisterDouble(advection_qfctx, "timestep size", offsetof(struct AdvectionContext_, dt), 1, in NS_ADVECTION()
|
| H A D | newtonian.c | 523 …isterDouble(newtonian_ig_qfctx, "timestep size", offsetof(struct NewtonianIdealGasContext_, dt), 1, in NS_NEWTONIAN_IG()
|
| /honee/doc/ |
| H A D | auxiliary.md | 151 \CFL = \dt\sqrt{\gbar{jk} u_j u_k}
|