| /petsc/src/tao/bound/tutorials/ |
| H A D | plate2.c | 28 PetscInt bmx, bmy; /* Size of plate under the surface */ member 75 user.bmy = user.my / 2; in main() 77 PetscCall(PetscOptionsGetInt(NULL, NULL, "-bmy", &user.bmy, &flg)); in main() 80 …T ", bmy:%" PetscInt_FMT ", height:%g\n", user.mx, user.my, user.bmx, user.bmy, (double)user.bheig… in main() 727 PetscInt mx = user->mx, my = user->my, bmy, bmx; in MSA_Plate() local 733 user->bmy = PetscMax(0, user->bmy); in MSA_Plate() 734 user->bmy = PetscMin(my, user->bmy); in MSA_Plate() 737 bmy = user->bmy; in MSA_Plate() 753 t1 = (2.0 * i - mx) * bmy; in MSA_Plate() 755 t3 = bmx * bmx * bmy * bmy; in MSA_Plate() [all …]
|
| H A D | plate2f.F90 | 27 PetscInt bmx, bmy 678 if (bmy < 0) bmy = 0 679 if (bmy > my) bmy = my 697 & j >= ((my - bmy)/2) .and. j < (my - (my - bmy)/2)) then 824 bmy = my/2 827 PetscCallA(PetscOptionsGetInt(PETSC_NULL_OPTIONS, PETSC_NULL_CHARACTER, '-bmy', bmy, flg, ierr))
|
| /petsc/src/tao/bound/tutorials/output/ |
| H A D | plate2_5.out | 3 mx:8, my:12, bmx:4, bmy:10, height:0.1
|
| H A D | plate2_7.out | 3 mx:8, my:12, bmx:4, bmy:10, height:0.1
|
| H A D | plate2_2.out | 3 mx:8, my:8, bmx:2, bmy:5, height:0.3
|
| H A D | plate2_1.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_2_alt.out | 3 mx:8, my:8, bmx:2, bmy:5, height:0.3
|
| H A D | plate2_9.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_6.out | 3 mx:8, my:12, bmx:4, bmy:10, height:0.1
|
| H A D | plate2_6_alt.out | 3 mx:8, my:12, bmx:4, bmy:10, height:0.1
|
| H A D | plate2_4.out | 3 mx:8, my:12, bmx:4, bmy:10, height:0.1
|
| H A D | plate2_3.out | 3 mx:8, my:12, bmx:4, bmy:10, height:0.1
|
| H A D | plate2_20_alt.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_20.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_10.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_12.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_11.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_18.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_19.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_8.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_15.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_17.out | 3 mx:8, my:8, bmx:2, bmy:5, height:0.3
|
| H A D | plate2_16.out | 3 mx:8, my:8, bmx:2, bmy:5, height:0.3
|
| H A D | plate2_14.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|
| H A D | plate2_13.out | 3 mx:8, my:6, bmx:3, bmy:3, height:0.2
|