Home
last modified time | relevance | path

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

/honee/problems/
H A Dblasius.c208 PetscBool diff_filter_mms = PETSC_FALSE; in NS_BLASIUS() local
209 PetscCall(PetscOptionsGetBool(NULL, NULL, "-diff_filter_mms", &diff_filter_mms, NULL)); in NS_BLASIUS()
210 if (!use_stg && !diff_filter_mms) PetscCall(ComputeChebyshevCoefficients(blasius_ctx)); in NS_BLASIUS()
222 } else if (diff_filter_mms) { in NS_BLASIUS()