Searched refs:x0a (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 715 x0a = x + c * t; in PhysicsSample_Acoustics() 719 x0a = RangeMod(x + c * t, xmin, xmax); in PhysicsSample_Acoustics() 725 PetscCall(PhysicsSample_Acoustics_Initial(phys, initial, xmin, xmax, x0a, u0a)); in PhysicsSample_Acoustics()
|