Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex77.c60 PetscReal partLower[3]; /* Lower left corner of particle box */ member
299 options->partLower[0] = options->partLower[1] = options->partLower[2] = 0.; in ProcessOptions()
310 …part_lower", "The lower left corner of the particle box", "ex77.c", options->partLower, &n, NULL)); in ProcessOptions()
503 dx[d] = (user->partUpper[d] - user->partLower[d]) / PetscMax(1, n[d] - 1); in SetInitialParticleConditions()
508 x[0] = user->partLower[0]; in SetInitialParticleConditions()
510 x[1] = user->partLower[1]; in SetInitialParticleConditions()
518 x[0] = user->partLower[0]; in SetInitialParticleConditions()
520 x[1] = user->partLower[1]; in SetInitialParticleConditions()
522 x[2] = user->partLower[2]; in SetInitialParticleConditions()
624 dx[d] = (user->partUpper[d] - user->partLower[d]) / PetscMax(1, n[d] - 1); in SetupDiscretization()
[all …]