Home
last modified time | relevance | path

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

/dports/math/laspack/laspack/examples/mlstest/
H A Dmlstest.c212 size_t CoarseCoef; /* coarsing coefficient */ in MGParmInput() local
236 CoarseCoef = 1; in MGParmInput()
238 CoarseCoef = 2 * CoarseCoef; in MGParmInput()
242 InputOK = (*MaxNoInt % CoarseCoef == 0 && *MaxNoInt / CoarseCoef > 2); in MGParmInput()