Searched refs:ShallowFlux (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 1006 static inline void ShallowFlux(ShallowCtx *phys, const PetscScalar *u, PetscScalar *f) in ShallowFlux() function 1065 ShallowFlux(phys, ufan, flux); in PhysicsRiemann_Shallow_Exact() 1070 ShallowFlux(phys, ufan, flux); in PhysicsRiemann_Shallow_Exact() 1073 ShallowFlux(phys, uL, flux); in PhysicsRiemann_Shallow_Exact() 1076 ShallowFlux(phys, uR, flux); in PhysicsRiemann_Shallow_Exact() 1080 ShallowFlux(phys, ustar, flux); in PhysicsRiemann_Shallow_Exact() 1096 ShallowFlux(phys, uL, fL); in PhysicsRiemann_Shallow_Rusanov() 1097 ShallowFlux(phys, uR, fR); in PhysicsRiemann_Shallow_Rusanov()
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex4.c | 153 static inline void ShallowFlux(ShallowCtx *phys, const PetscScalar *u, PetscScalar *f) in ShallowFlux() function 212 ShallowFlux(phys, ufan, flux); in PhysicsRiemann_Shallow_Exact() 217 ShallowFlux(phys, ufan, flux); in PhysicsRiemann_Shallow_Exact() 220 ShallowFlux(phys, uL, flux); in PhysicsRiemann_Shallow_Exact() 223 ShallowFlux(phys, uR, flux); in PhysicsRiemann_Shallow_Exact() 227 ShallowFlux(phys, ustar, flux); in PhysicsRiemann_Shallow_Exact() 251 ShallowFlux(phys, uL, fL); in PhysicsRiemann_Shallow_Rusanov() 252 ShallowFlux(phys, uR, fR); in PhysicsRiemann_Shallow_Rusanov()
|