Searched refs:bheight (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/bound/tutorials/ |
| H A D | plate2.c | 26 PetscReal bheight; /* Height of plate under the surface */ member 67 user.bheight = 0.1; in main() 72 PetscCall(PetscOptionsGetReal(NULL, NULL, "-bheight", &user.bheight, &flg)); in main() 80 … bmy:%" PetscInt_FMT ", height:%g\n", user.mx, user.my, user.bmx, user.bmy, (double)user.bheight)); in main() 756 if (t1 * t1 + t2 * t2 <= t3) xl[row] = user->bheight; in MSA_Plate() 764 …i < mx - (mx - bmx) / 2 && j >= (my - bmy) / 2 && j < my - (my - bmy) / 2) xl[row] = user->bheight; in MSA_Plate()
|
| H A D | plate2f.F90 | 26 PetscReal bheight 698 xl_v(1 + row) = bheight 816 bheight = 0.1 828 …PetscCallA(PetscOptionsGetReal(PETSC_NULL_OPTIONS, PETSC_NULL_CHARACTER, '-bheight', bheight, flg,…
|