Searched refs:dfl (Results 1 – 2 of 2) sorted by relevance
883 PetscScalar fr, fl, dfr, dfl; in PhysicsRiemann_IsoGas_Exact() local895 …dfl = (L.rho < rho) ? 1 / PetscSqrtScalar(L.rho * rho) * (1 - 0.5 * (rho - L.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() local1050 …dfl = (L.h < h) ? 0.5 / fl * 0.5 * g * (-L.h * L.h / (h * h) - 1 + 2 * h / L.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() local197 …dfl = (L.h < h) ? 0.5 / fl * 0.5 * g * (-L.h * L.h / (h * h) - 1 + 2 * h / L.h) : PetscSqrtScalar… in PhysicsRiemann_Shallow_Exact()199 tmp = h - res / (dfr + dfl); in PhysicsRiemann_Shallow_Exact()