Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Ddifferential_filter.c44 if (diff_filter->do_mms_test) { in DifferentialFilterCreateOperators()
193 PetscCall(PetscOptionsGetBool(NULL, NULL, "-diff_filter_mms", &diff_filter->do_mms_test, NULL)); in DifferentialFilterSetup()
201 diff_filter->num_filtered_fields = diff_filter->do_mms_test ? 1 : 2; in DifferentialFilterSetup()
204 if (diff_filter->do_mms_test) { in DifferentialFilterSetup()
H A Dturb_spanstats.c384 if (user->spanstats.do_mms_test) { in CreateStatisticCollectionOperator()
502 …nsGetBool(NULL, NULL, "-ts_monitor_turbulence_spanstats_mms", &user->spanstats.do_mms_test, NULL)); in TurbulenceStatisticsSetup()
503 if (user->spanstats.do_mms_test) { in TurbulenceStatisticsSetup()
619 if (user->spanstats.do_mms_test && reason != TS_CONVERGED_ITERATING) { in TSMonitor_TurbulenceStatistics()
/libCEED/examples/fluids/
H A Dnavierstokes.h145 PetscBool do_mms_test; member
165 PetscBool do_mms_test; member