Lines Matching refs:ms

283 …R, const PetscInt sm, const PetscInt mf, const PetscInt fm, const PetscInt ms, PetscInt n, PetscSc…  in Limit3_Upwind()  argument
288 …R, const PetscInt sm, const PetscInt mf, const PetscInt fm, const PetscInt ms, PetscInt n, PetscSc… in Limit3_LaxWendroff() argument
291 if (n < sm - 1 || n > ms) { /* slow components */ in Limit3_LaxWendroff()
293 } else if (n == sm - 1 || n == ms - 1) { /* slow component which is next to medium components */ in Limit3_LaxWendroff()
303 …R, const PetscInt sm, const PetscInt mf, const PetscInt fm, const PetscInt ms, PetscInt n, PetscSc… in Limit3_BeamWarming() argument
306 if (n < sm || n > ms) { in Limit3_BeamWarming()
308 } else if (n == sm || n == ms) { in Limit3_BeamWarming()
318 …R, const PetscInt sm, const PetscInt mf, const PetscInt fm, const PetscInt ms, PetscInt n, PetscSc… in Limit3_Fromm() argument
321 if (n < sm - 1 || n > ms) { in Limit3_Fromm()
327 } else if (n == ms - 1) { in Limit3_Fromm()
329 } else if (n == ms) { in Limit3_Fromm()
345 …R, const PetscInt sm, const PetscInt mf, const PetscInt fm, const PetscInt ms, PetscInt n, PetscSc… in Limit3_Minmod() argument
348 if (n < sm - 1 || n > ms) { in Limit3_Minmod()
354 } else if (n == ms - 1) { in Limit3_Minmod()
356 } else if (n == ms) { in Limit3_Minmod()
372 …R, const PetscInt sm, const PetscInt mf, const PetscInt fm, const PetscInt ms, PetscInt n, PetscSc… in Limit3_Superbee() argument
375 if (n < sm - 1 || n > ms) { in Limit3_Superbee()
381 } else if (n == ms - 1) { in Limit3_Superbee()
383 } else if (n == ms) { in Limit3_Superbee()
399 …R, const PetscInt sm, const PetscInt mf, const PetscInt fm, const PetscInt ms, PetscInt n, PetscSc… in Limit3_MC() argument
402 if (n < sm - 1 || n > ms) { in Limit3_MC()
408 } else if (n == ms - 1) { in Limit3_MC()
410 } else if (n == ms) { in Limit3_MC()
426 …R, const PetscInt sm, const PetscInt mf, const PetscInt fm, const PetscInt ms, PetscInt n, PetscSc… in Limit3_Koren3() argument
429 if (n < sm - 1 || n > ms) { in Limit3_Koren3()
435 } else if (n == ms - 1) { in Limit3_Koren3()
437 } else if (n == ms) { in Limit3_Koren3()