Home
last modified time | relevance | path

Searched refs:step (Results 1 – 11 of 11) sorted by relevance

/honee/src/ !
H A Dmonitor_cfl.c138 PetscErrorCode TSMonitor_Cfl(TS ts, PetscInt step, PetscReal solution_time, Vec Q, PetscViewerAndFo… in TSMonitor_Cfl() argument
147 …if (!(step % ctx->view_interval == 0 || reason != TS_CONVERGED_ITERATING)) PetscFunctionReturn(PET… in TSMonitor_Cfl()
195 … PetscCall(PetscViewerASCIIPrintf(ctx->viewer, "%" PetscInt_FMT ",%0.17e,", step, solution_time)); in TSMonitor_Cfl()
H A Dsetupts.c312 PetscInt step; in TSPostStep_CheckStep() local
317 PetscCall(TSGetStepNumber(ts, &step)); in TSPostStep_CheckStep()
319 if (step % honee->app_ctx->check_step_interval) PetscFunctionReturn(PETSC_SUCCESS); in TSPostStep_CheckStep()
330 PetscInt step; in TSPostStep_MaxWallTime() local
337 PetscCall(TSGetStepNumber(ts, &step)); in TSPostStep_MaxWallTime()
338 if (step % honee->max_wall_time_interval) PetscFunctionReturn(PETSC_SUCCESS); in TSPostStep_MaxWallTime()
H A Dmonitor_totalkineticenergy.c132 PetscErrorCode TSMonitor_TotalKineticEnergy(TS ts, PetscInt step, PetscReal solution_time, Vec Q, P… in TSMonitor_TotalKineticEnergy() argument
142 …if (!(step % ctx->view_interval == 0 || reason != TS_CONVERGED_ITERATING)) PetscFunctionReturn(PET… in TSMonitor_TotalKineticEnergy()
202 … PetscCall(PetscViewerASCIIPrintf(ctx->viewer, "%" PetscInt_FMT ",%0.17e,", step, solution_time)); in TSMonitor_TotalKineticEnergy()
H A Ddm-utils.c317 PetscReal step = (b - a) / num_points; in PetscDTUniformTensorQuadrature() local
320 coords[i] = step * (i + 0.5) + a; in PetscDTUniformTensorQuadrature()
327 PetscReal step = (b - a) / num_points; in PetscDTUniformTensorQuadrature() local
329 for (PetscInt i = 0; i < num_points; i++) coords_1d[i] = step * (i + 0.5) + a; in PetscDTUniformTensorQuadrature()
342 PetscReal step = (b - a) / num_points; in PetscDTUniformTensorQuadrature() local
344 for (PetscInt i = 0; i < num_points; i++) coords_1d[i] = step * (i + 0.5) + a; in PetscDTUniformTensorQuadrature()
/honee/tests/output/ !
H A Dadv2d-wave-square-direct_divdiff_cfl.csv11 step,time,mincfl,maxcfl
H A Dtaylorgreen_totalke.csv13 step,time,TotalKineticEnergy,StrainDissipation,DivergenceDissipation,VolumeExpansion,MuVorticity2
/honee/ !
H A DREADME.md79 Here we walk through a complete, step-by-step demonstration of building and installing HONEE and it…
H A DDoxyfile2710 # a preprocessing step. Doxygen will generate a warning when it encounters a
/honee/include/ !
H A Dnavierstokes.h359 PetscErrorCode TSMonitor_Cfl(TS ts, PetscInt step, PetscReal solution_time, Vec Q, PetscViewerAndFo…
/honee/doc/ !
H A Druntime_options.md121 - Whether to add step numbers to output binary files
H A Dtheory.md164 The scalar "shift" $\alpha$ scales inversely with the time step $\Delta t$, so small time steps res…
457 …ntial mode allows for functions calling external libraries to be used for the model inference step.