Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.h73 } SWNode; typedef
76 SWNode swnode;
156 static PetscErrorCode SWFlux(Physics phys, const PetscReal *n, const SWNode *x, SWNode *f) in SWFlux()
176 const SWNode *uL = (const SWNode *)xL, *uR = (const SWNode *)xR; in PhysicsRiemann_SW_Rusanov()
179 const SWNode *uL = &uLreal.swnode; in PhysicsRiemann_SW_Rusanov()
180 const SWNode *uR = &uRreal.swnode; in PhysicsRiemann_SW_Rusanov()
276 const SWNode *uL = (const SWNode *)xL, *uR = (const SWNode *)xR; in PhysicsRiemann_SW_HLL()
279 const SWNode *uL = &uLreal.swnode; in PhysicsRiemann_SW_HLL()
280 const SWNode *uR = &uRreal.swnode; in PhysicsRiemann_SW_HLL()
H A Dex11.c363 const SWNode *x = (const SWNode *)xx; in PhysicsFunctional_SW()