Home
last modified time | relevance | path

Searched refs:do_mms_test (Results 1 – 4 of 4) sorted by relevance

/honee/src/spanstats/
H A Dturbulence.c47 if (spanstats->do_mms_test) { in CreateStatisticCollectionOperator()
196 …OptionsGetBool(NULL, NULL, "-ts_monitor_spanstats_turbulence_mms", &spanstats->do_mms_test, NULL)); in SpanwiseStatisticsSetup_Turbulence()
197 if (spanstats->do_mms_test) { in SpanwiseStatisticsSetup_Turbulence()
261 if (spanstats->do_mms_test && reason != TS_CONVERGED_ITERATING) { in TSMonitor_SpanwiseStatisticsTurbulence()
/honee/include/
H A Ddifferential_filter.h17 PetscBool do_mms_test; member
H A Dspanstats.h16 PetscBool do_mms_test; member
/honee/src/
H A Ddifferential_filter.c48 if (diff_filter->do_mms_test) { in DifferentialFilterCreateOperators()
206 PetscCall(PetscOptionsGetBool(NULL, NULL, "-diff_filter_mms", &diff_filter_->do_mms_test, NULL)); in DifferentialFilterSetup()
215 diff_filter_->num_filtered_fields = diff_filter_->do_mms_test ? 1 : 2; in DifferentialFilterSetup()
218 if (diff_filter_->do_mms_test) { in DifferentialFilterSetup()