Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.h178 SWNodeUnion uLreal, uRreal; in PhysicsRiemann_SW_Rusanov() local
180 const SWNode *uR = &uRreal.swnode; in PhysicsRiemann_SW_Rusanov()
189 uRreal.swnode.h = 0; in PhysicsRiemann_SW_Rusanov()
191 for (i = 0; i < 1 + dim; i++) uRreal.vals[i] = PetscRealPart(xR[i]); in PhysicsRiemann_SW_Rusanov()
278 SWNodeUnion uLreal, uRreal; in PhysicsRiemann_SW_HLL() local
280 const SWNode *uR = &uRreal.swnode; in PhysicsRiemann_SW_HLL()
289 uRreal.swnode.h = 0; in PhysicsRiemann_SW_HLL()
291 for (i = 0; i < 1 + dim; i++) uRreal.vals[i] = PetscRealPart(xR[i]); in PhysicsRiemann_SW_HLL()