Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.h156 static PetscErrorCode SWFlux(Physics phys, const PetscReal *n, const SWNode *x, SWNode *f) in SWFlux() function
205 ierr = SWFlux(phys, nn, uL, &fL.swnode); in PhysicsRiemann_SW_Rusanov()
211 ierr = SWFlux(phys, nn, uR, &fR.swnode); in PhysicsRiemann_SW_Rusanov()
302 ierr = SWFlux(phys, nn, uL, &fL.swnode); in PhysicsRiemann_SW_HLL()
308 ierr = SWFlux(phys, nn, uR, &fR.swnode); in PhysicsRiemann_SW_HLL()