Lines Matching refs:partLower
60 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()
632 x[0] = user->partLower[0]; in SetupDiscretization()
634 x[1] = user->partLower[1]; in SetupDiscretization()
642 x[0] = user->partLower[0]; in SetupDiscretization()
644 x[1] = user->partLower[1]; in SetupDiscretization()
646 x[2] = user->partLower[2]; in SetupDiscretization()