Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.h178 SWNodeUnion uLreal, uRreal; in PhysicsRiemann_SW_Rusanov() local
179 const SWNode *uL = &uLreal.swnode; in PhysicsRiemann_SW_Rusanov()
188 uLreal.swnode.h = 0; in PhysicsRiemann_SW_Rusanov()
190 for (i = 0; i < 1 + dim; i++) uLreal.vals[i] = PetscRealPart(xL[i]); in PhysicsRiemann_SW_Rusanov()
278 SWNodeUnion uLreal, uRreal; in PhysicsRiemann_SW_HLL() local
279 const SWNode *uL = &uLreal.swnode; in PhysicsRiemann_SW_HLL()
288 uLreal.swnode.h = 0; in PhysicsRiemann_SW_HLL()
290 for (i = 0; i < 1 + dim; i++) uLreal.vals[i] = PetscRealPart(xL[i]); in PhysicsRiemann_SW_HLL()