Searched refs:step (Results 1 – 11 of 11) sorted by relevance
| /honee/src/ ! |
| H A D | monitor_cfl.c | 138 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 D | setupts.c | 312 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 D | monitor_totalkineticenergy.c | 132 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 D | dm-utils.c | 317 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 D | adv2d-wave-square-direct_divdiff_cfl.csv | 11 step,time,mincfl,maxcfl
|
| H A D | taylorgreen_totalke.csv | 13 step,time,TotalKineticEnergy,StrainDissipation,DivergenceDissipation,VolumeExpansion,MuVorticity2
|
| /honee/ ! |
| H A D | README.md | 79 Here we walk through a complete, step-by-step demonstration of building and installing HONEE and it…
|
| H A D | Doxyfile | 2710 # a preprocessing step. Doxygen will generate a warning when it encounters a
|
| /honee/include/ ! |
| H A D | navierstokes.h | 359 PetscErrorCode TSMonitor_Cfl(TS ts, PetscInt step, PetscReal solution_time, Vec Q, PetscViewerAndFo…
|
| /honee/doc/ ! |
| H A D | runtime_options.md | 121 - Whether to add step numbers to output binary files
|
| H A D | theory.md | 164 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.
|