Searched refs:dfr (Results 1 – 2 of 2) sorted by relevance
883 PetscScalar fr, fl, dfr, dfl; in PhysicsRiemann_IsoGas_Exact() local896 …dfr = (R.rho < rho) ? 1 / PetscSqrtScalar(R.rho * rho) * (1 - 0.5 * (rho - R.rho) / rho) : 1 / rho; in PhysicsRiemann_IsoGas_Exact()897 tmp = rho - res / (c * (dfr + dfl)); in PhysicsRiemann_IsoGas_Exact()1032 PetscScalar fr, fl, dfr, dfl; in PhysicsRiemann_Shallow_Exact() local1051 …dfr = (R.h < h) ? 0.5 / fr * 0.5 * g * (-R.h * R.h / (h * h) - 1 + 2 * h / R.h) : PetscSqrtScalar… in PhysicsRiemann_Shallow_Exact()1052 tmp = h - res / (dfr + dfl); in PhysicsRiemann_Shallow_Exact()
179 PetscScalar fr, fl, dfr, dfl; in PhysicsRiemann_Shallow_Exact() local198 …dfr = (R.h < h) ? 0.5 / fr * 0.5 * g * (-R.h * R.h / (h * h) - 1 + 2 * h / R.h) : PetscSqrtScalar… in PhysicsRiemann_Shallow_Exact()199 tmp = h - res / (dfr + dfl); in PhysicsRiemann_Shallow_Exact()