Searched refs:x0b (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 709 PetscReal x0a, x0b, u0a[2], u0b[2], tmp[2]; in PhysicsSample_Acoustics() local 716 x0b = x - c * t; in PhysicsSample_Acoustics() 720 x0b = RangeMod(x - c * t, xmin, xmax); in PhysicsSample_Acoustics() 726 PetscCall(PhysicsSample_Acoustics_Initial(phys, initial, xmin, xmax, x0b, u0b)); in PhysicsSample_Acoustics()
|