Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.h683 …ubm, ubr, dtt, unm, tmp, utl, utm, uxl, utr, uxr, gaml, gamm, gamr, xcen, rhom, rho1l, rho1m, rho1… in godunovflux() local
767 …l, &utl, &ubl, &gaml, &rho1l, &rr, &uxr, &pr, &utr, &ubr, &gamr, &rho1r, &rhom, &unm, &pm, &utm, &… in godunovflux()
769 flux[0] = rhom * unm; in godunovflux()
770 fn = rhom * unm * unm + pm; in godunovflux()
771 ft = rhom * unm * utm; in godunovflux()
778 if (ndim == 3) flux[3] = rhom * unm * ubm; in godunovflux()
779 …flux[ndim + 1] = (rhom * .5 * (unm * unm + utm * utm + ubm * ubm) + gamm / (gamm - 1.) * pm) * unm; in godunovflux()