| /petsc/src/tao/bound/tutorials/ |
| H A D | plate2.c | 28 PetscInt bmx, bmy; /* Size of plate under the surface */ member 74 user.bmx = user.mx / 2; in main() 76 PetscCall(PetscOptionsGetInt(NULL, NULL, "-bmx", &user.bmx, &flg)); in main() 80 …etscInt_FMT ", bmy:%" PetscInt_FMT ", height:%g\n", user.mx, user.my, user.bmx, user.bmy, (double)… in main() 727 PetscInt mx = user->mx, my = user->my, bmy, bmx; in MSA_Plate() local 735 user->bmx = PetscMax(0, user->bmx); in MSA_Plate() 736 user->bmx = PetscMin(mx, user->bmx); in MSA_Plate() 738 bmx = user->bmx; in MSA_Plate() 754 t2 = (2.0 * j - my) * bmx; in MSA_Plate() 755 t3 = bmx * bmx * bmy * bmy; in MSA_Plate() [all …]
|
| H A D | plate2f.F90 | 27 PetscInt bmx, bmy 680 if (bmx < 0) bmx = 0 681 if (bmx > mx) bmx = mx 696 if (i >= ((mx - bmx)/2) .and. i < (mx - (mx - bmx)/2) .and. & 823 bmx = mx/2 826 PetscCallA(PetscOptionsGetInt(PETSC_NULL_OPTIONS, PETSC_NULL_CHARACTER, '-bmx', bmx, 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_alt.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.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_alt.out | 3 mx:8, my:12, bmx:4, bmy:10, height:0.1
|
| H A D | plate2_6.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_4.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_10.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_12.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_20.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
|