Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.h421 static PetscScalar ustarl, ustarr, rarepr1, rarepr2; in riem1mdt() local
483 ustarr = *uxr + gascr4 * 2. * (cstarr - cr); in riem1mdt()
485 dpstar = zl * zr * (ustarr - ustarl) / (zl + zr); in riem1mdt()
507 ustarr = *uxr + gascr4 * 2. * (cstarr - cr); in riem1mdt()
508 dpstar = zl * zr * (ustarr - ustarl) / (zl + zr); in riem1mdt()
526ustarr = *uxr + (pst - 1.) * cr * PetscSqrtScalar(2. / (*gamr * (*gamr - 1. + (*gamr + 1.) * pst))… in riem1mdt()
528 dpstar = zl * zr * (ustarr - ustarl) / (zl + zr); in riem1mdt()
549ustarr = *uxr + (pst - 1.) * cr * PetscSqrtScalar(2. / (*gamr * (*gamr - 1. + (*gamr + 1.) * pst)… in riem1mdt()
551 dpstar = zl * zr * (ustarr - ustarl) / (zl + zr); in riem1mdt()
562 *ustar = (zl * ustarr + zr * ustarl) / (zl + zr); in riem1mdt()