File: fark_heat2D.out

package info (click to toggle)
sundials 6.4.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 79,368 kB
  • sloc: ansic: 218,700; f90: 62,503; cpp: 61,511; fortran: 5,166; python: 4,642; sh: 4,114; makefile: 562; perl: 123
file content (49 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
   
 2D Heat PDE test problem:
   nprocs =    2
   nx =   60
   ny =  120
   kx =  0.50
   ky =  0.75
   rtol =  1.00E-05
   atol =  1.00E-10
   nxl (proc 0) =   30
   nyl (proc 0) =  120
   
         t      ||u||_rms
    ----------------------
    0.000000    0.000000
    0.015000    0.005780
    0.030000    0.009224
    0.045000    0.011275
    0.060000    0.012497
    0.075000    0.013224
    0.090000    0.013658
    0.105000    0.013916
    0.120000    0.014070
    0.135000    0.014162
    0.150000    0.014216
    0.165000    0.014249
    0.180000    0.014268
    0.195000    0.014280
    0.210000    0.014287
    0.225000    0.014291
    0.240000    0.014293
    0.255000    0.014295
    0.270000    0.014295
    0.285000    0.014296
    0.300000    0.014296
    ----------------------
   
 Final Solver Statistics:
   Internal solver steps =     57 (attempted =     59)
   Total RHS evals:  Fe =      0,  Fi =    594
   Total linear solver setups =     20
   Total linear iterations =   5177
   Total number of Jacobian-vector products =   5177
   Total number of Preconditioner setups =     20
   Total number of Preconditioner solves =   5424
   Total number of linear solver convergence failures =    247
   Total number of Newton iterations =    295
   Total number of nonlinear solver convergence failures =      0
   Total number of error test failures =      2