Searched refs:reason (Results 1 – 9 of 9) sorted by relevance
| /honee/src/spanstats/ |
| H A D | turbulence.c | 212 TSConvergedReason reason; in TSMonitor_SpanwiseStatisticsTurbulence() local 218 PetscCall(TSGetConvergedReason(ts, &reason)); in TSMonitor_SpanwiseStatisticsTurbulence() 222 …_and_viewer = (steps % viewer_interval == 0 && viewer_interval != -1) || reason != TS_CONVERGED_IT… in TSMonitor_SpanwiseStatisticsTurbulence() 258 … if (honee->app_ctx->test_type == TESTTYPE_TURB_SPANSTATS && reason != TS_CONVERGED_ITERATING) { in TSMonitor_SpanwiseStatisticsTurbulence() 261 if (spanstats->do_mms_test && reason != TS_CONVERGED_ITERATING) { in TSMonitor_SpanwiseStatisticsTurbulence()
|
| H A D | cflpe.c | 189 TSConvergedReason reason; in TSMonitor_SpanwiseStatisticsCflPe() local 196 PetscCall(TSGetConvergedReason(ts, &reason)); in TSMonitor_SpanwiseStatisticsCflPe() 200 …_and_viewer = (steps % viewer_interval == 0 && viewer_interval != -1) || reason != TS_CONVERGED_IT… in TSMonitor_SpanwiseStatisticsCflPe() 236 … } else if (honee->app_ctx->test_type == TESTTYPE_SPANSTATS && reason != TS_CONVERGED_ITERATING) { in TSMonitor_SpanwiseStatisticsCflPe()
|
| /honee/src/ |
| H A D | monitor_cfl.c | 142 TSConvergedReason reason; in TSMonitor_Cfl() local 146 PetscCall(TSGetConvergedReason(ts, &reason)); in TSMonitor_Cfl() 147 …if (!(step % ctx->view_interval == 0 || reason != TS_CONVERGED_ITERATING)) PetscFunctionReturn(PET… in TSMonitor_Cfl()
|
| H A D | monitor_totalkineticenergy.c | 137 TSConvergedReason reason; in TSMonitor_TotalKineticEnergy() local 141 PetscCall(TSGetConvergedReason(ts, &reason)); in TSMonitor_TotalKineticEnergy() 142 …if (!(step % ctx->view_interval == 0 || reason != TS_CONVERGED_ITERATING)) PetscFunctionReturn(PET… in TSMonitor_TotalKineticEnergy()
|
| H A D | misc.c | 152 TSConvergedReason reason; in PostProcess() local 162 PetscCall(TSGetConvergedReason(ts, &reason)); in PostProcess() 164 …ime integrator %s on time step %" PetscInt_FMT " with final time %g\n", TSConvergedReasons[reason], in PostProcess()
|
| /honee/problems/ |
| H A D | blasius.c | 78 SNESConvergedReason reason; in ComputeChebyshevCoefficients() local 98 PetscCall(SNESGetConvergedReason(snes, &reason)); in ComputeChebyshevCoefficients() 99 PetscCheck(reason >= 0, PETSC_COMM_WORLD, PETSC_ERR_CONV_FAILED, "The Chebyshev solve failed."); in ComputeChebyshevCoefficients()
|
| /honee/doc/ |
| H A D | runtime_options.md | 198 - View convergence reason for every iteration taken by the `SNES` solver 202 - View convergence reason for every iteration taken by the `KSP` solver
|
| /honee/ |
| H A D | CONTRIBUTING.md | 26 …like merging 'main' into your feature branch) unless there is a specific reason to do so, in which…
|
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|