-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct / add answer files for examples that were not enabled before
- Loading branch information
Showing
4 changed files
with
145 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
|
||
2D Heat PDE test problem: | ||
nprocs = 4 | ||
nx = 100 | ||
ny = 100 | ||
kx = 1.00 | ||
ky = 1.00 | ||
rtol = 0.00E+00 | ||
atol = 1.00E-03 | ||
nxl (proc 0) = 50 | ||
nyl (proc 0) = 50 | ||
|
||
|
||
Case 1 | ||
Difference quotient half-bandwidths = 50 | ||
Retained matrix half-bandwidths = 1 | ||
|
||
Output Summary | ||
umax = max-norm of solution | ||
nre = nre + nreLS (total number of RES evals.) | ||
|
||
t ||u||_max k nst nni nli nre nge h npe nps | ||
------------------------------------------------------------------------------------ | ||
0.010000 8.46213E-01 2 15 20 32 20+ 32 816 2.56E-03 8 52 | ||
0.020000 7.05517E-01 2 18 24 47 24+ 47 918 5.12E-03 9 71 | ||
0.040000 4.83694E-01 3 22 29 73 29+ 73 918 5.12E-03 9 102 | ||
0.080000 2.15365E-01 3 28 38 143 38+143 918 6.97E-03 9 181 | ||
0.160000 6.15447E-02 2 36 48 211 48+211 1020 1.39E-02 10 259 | ||
0.320000 1.63800E-02 2 48 69 393 69+393 1428 1.88E-02 14 462 | ||
0.640000 1.06183E-02 1 84 125 603 125+603 2958 5.52E-02 29 728 | ||
1.280000 1.98532E-02 1 88 131 621 131+621 3162 2.21E-01 31 752 | ||
2.560000 3.00701E-02 1 92 138 651 138+651 3264 3.52E-01 32 789 | ||
5.120000 2.46999E-02 1 96 147 670 147+670 3570 1.07E+00 35 817 | ||
10.240000 1.82570E-02 1 98 150 682 150+682 3672 2.14E+00 36 832 | ||
------------------------------------------------------------------------------------ | ||
|
||
Final Solver Statistics: | ||
Total number of error test failures = 1 | ||
Total number of nonlinear conv. failures = 3 | ||
Total number of linear conv. failures = 2 | ||
|
||
Case 2 | ||
Difference quotient half-bandwidths = 5 | ||
Retained matrix half-bandwidths = 1 | ||
|
||
Output Summary | ||
umax = max-norm of solution | ||
nre = nre + nreLS (total number of RES evals.) | ||
|
||
t ||u||_max k nst nni nli nre nge h npe nps | ||
------------------------------------------------------------------------------------ | ||
0.010000 8.46213E-01 2 15 20 32 20+ 32 96 2.56E-03 8 52 | ||
0.020000 7.05517E-01 2 18 24 47 24+ 47 108 5.12E-03 9 71 | ||
0.040000 4.83694E-01 3 22 29 73 29+ 73 108 5.12E-03 9 102 | ||
0.080000 2.15365E-01 3 28 38 143 38+143 108 6.97E-03 9 181 | ||
0.160000 6.15447E-02 2 36 48 211 48+211 120 1.39E-02 10 259 | ||
0.320000 1.63800E-02 2 48 69 393 69+393 168 1.88E-02 14 462 | ||
0.640000 1.06183E-02 1 84 125 603 125+603 348 5.52E-02 29 728 | ||
1.280000 1.98532E-02 1 88 131 621 131+621 372 2.21E-01 31 752 | ||
2.560000 3.00701E-02 1 92 138 651 138+651 384 3.52E-01 32 789 | ||
5.120000 2.46999E-02 1 96 147 670 147+670 420 1.07E+00 35 817 | ||
10.240000 1.82570E-02 1 98 150 682 150+682 432 2.14E+00 36 832 | ||
------------------------------------------------------------------------------------ | ||
|
||
Final Solver Statistics: | ||
Total number of error test failures = 1 | ||
Total number of nonlinear conv. failures = 3 | ||
Total number of linear conv. failures = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
|
||
Example program kinDiagon_kry_f2003: | ||
This FKINSOL example solves a 128 eqn diagonal algebraic system. | ||
Its purpose is to demonstrate the use of the Fortran interface in | ||
a parallel environment. | ||
|
||
Solution method: KIN_none | ||
Problem size: neq = 128 | ||
Number of procs: nprocs = 4 | ||
|
||
1 1.000000 2.000000 3.000000 4.000000 | ||
5 5.000000 6.000000 7.000000 8.000000 | ||
9 9.000000 10.000000 11.000000 12.000000 | ||
13 13.000000 14.000000 15.000000 16.000000 | ||
17 17.000000 18.000000 19.000000 20.000000 | ||
21 21.000000 22.000000 23.000000 24.000000 | ||
25 25.000000 26.000000 27.000000 28.000000 | ||
29 29.000000 30.000000 31.000000 32.000000 | ||
33 33.000000 34.000000 35.000000 36.000000 | ||
37 37.000000 38.000000 39.000000 40.000000 | ||
41 41.000000 42.000000 43.000000 44.000000 | ||
45 45.000000 46.000000 47.000000 48.000000 | ||
49 49.000000 50.000000 51.000000 52.000000 | ||
53 53.000000 54.000000 55.000000 56.000000 | ||
57 57.000000 58.000000 59.000000 60.000000 | ||
61 61.000000 62.000000 63.000000 64.000000 | ||
65 65.000000 66.000000 67.000000 68.000000 | ||
69 69.000000 70.000000 71.000000 72.000000 | ||
73 73.000000 74.000000 75.000000 76.000000 | ||
77 77.000000 78.000000 79.000000 80.000000 | ||
81 81.000000 82.000000 83.000000 84.000000 | ||
85 85.000000 86.000000 87.000000 88.000000 | ||
89 89.000000 90.000000 91.000000 92.000000 | ||
93 93.000000 94.000000 95.000000 96.000000 | ||
97 97.000000 98.000000 99.000000 100.000000 | ||
101 101.000000 102.000000 103.000000 104.000000 | ||
105 105.000000 106.000000 107.000000 108.000000 | ||
109 109.000000 110.000000 111.000000 112.000000 | ||
113 113.000000 114.000000 115.000000 116.000000 | ||
117 117.000000 118.000000 119.000000 120.000000 | ||
121 121.000000 122.000000 123.000000 124.000000 | ||
|
||
Final Statistics.. | ||
125 125.000000 126.000000 127.000000 128.000000 | ||
|
||
nni = 7 nli = 21 | ||
nfe = 8 npe = 2 | ||
nps = 28 nlcf = 0 |