Searched refs:unm (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex11.h | 683 …static PetscScalar bn[3], fn, ft, tg[3], pl, rl, pm, pr, rr, xp, ubl, ubm, ubr, dtt, unm, tmp, utl… in godunovflux() local 767 …l, &ubl, &gaml, &rho1l, &rr, &uxr, &pr, &utr, &ubr, &gamr, &rho1r, &rhom, &unm, &pm, &utm, &ubm, &… 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()
|