Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/multirate/
H A Dex5.c34 static inline PetscReal RangeMod(PetscReal a, PetscReal xmin, PetscReal xmax) in RangeMod() function
85 x0 = RangeMod(x - a[0] * t, xmin, xmax); in PhysicsSample_Advect()
124 x0 = RangeMod(x - a[1] * t, xmin, xmax); in PhysicsSample_Advect()
H A Dex7.c29 static inline PetscReal RangeMod(PetscReal a, PetscReal xmin, PetscReal xmax) in RangeMod() function
110 x0 = RangeMod(x - a * t, xmin, xmax); in PhysicsSample_Advect()
H A Dex6.c27 static inline PetscReal RangeMod(PetscReal a, PetscReal xmin, PetscReal xmax) in RangeMod() function
72 x0 = RangeMod(x - a * t, xmin, xmax); in PhysicsSample_Advect()
H A Dex4.c43 static inline PetscReal RangeMod(PetscReal a, PetscReal xmin, PetscReal xmax) in RangeMod() function
91 x0 = RangeMod(x - a * t, xmin, xmax); in PhysicsSample_Advect()
H A Dex8.c20 static inline PetscReal RangeMod(PetscReal a, PetscReal xmin, PetscReal xmax) in RangeMod() function
65 x0 = RangeMod(x - a * t, xmin, xmax); in PhysicsSample_Advect()
/petsc/src/ts/tutorials/
H A Dex9.c73 static inline PetscReal RangeMod(PetscReal a, PetscReal xmin, PetscReal xmax) in RangeMod() function
324 x0 = RangeMod(x - a * t, xmin, xmax); in PhysicsSample_Advect()
719 x0a = RangeMod(x + c * t, xmin, xmax); in PhysicsSample_Acoustics()
720 x0b = RangeMod(x - c * t, xmin, xmax); in PhysicsSample_Acoustics()