File: MATLAB_screen.io

package info (click to toggle)
apbs 3.4.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 199,188 kB
  • sloc: ansic: 284,988; cpp: 60,416; fortran: 44,896; xml: 13,895; sh: 13,838; python: 8,105; yacc: 2,922; makefile: 1,428; f90: 989; objc: 448; lex: 294; awk: 266; sed: 205; java: 134; csh: 79
file content (133 lines) | stat: -rw-r--r-- 2,285 bytes parent folder | download | duplicates (7)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
Welcome!!!!!!....
 
This code will solve the PB equation
to obtain an approximate solution for the electrostatic potential
for the model defined in the following input file
C:\Users\Marce\Documents\temp\MATLAB_PB_SOLVER_4\Input_Files\complex.inm
 
Coarse grained calculation
 
Reading the input files
coarse-complex-dielx.dx...
coarse-complex-diely.dx...
coarse-complex-dielz.dx...
coarse-complex-kappa.dx...

dime =

    97    97    97


glen =

    70    70    70

Done!....
 
Calculating boundary condition....
Done!....
 
Generating the charge map....
Done!....
 
Constructing the sparse matrix A....
Done!....
 
Performing the LU decomposition....
Done!....
 
Solving the linear equation system using the
Biconjugated gradient method stabilized by LU matrices

error =

  9.9854e-007


iteration_number =

   184

Done!....
 

computing_time =

  281.3410

Converting to dx format...
the file coarse_grid_MATLAB_pot.dx was generated
the file coarse_grid_MATLAB_rho.dx was generated
Done!
 
Generating plots!....
the file coarse_grid_MATLAB_pot.fig was generated
the file coarse_grid_MATLAB_pot.jpg was generated
Done!....
 
Calculating
the electrostatic potential in the target grid....
 
reading the solution obtained previously in the coarse grid....
 
MATLAB_Solution.dx...
 
Reading the input files
complex-dielx.dx...
complex-diely.dx...
complex-dielz.dx...
complex-kappa.dx...

dime =

    97    97    97


glen =

    24    24    24

Done!....
 
Calculating boundary condition....
Done!....
 
Generating the charge map....
Done!....
 
Constructing the sparse matrix A....
Done!....
 
Performing the LU decomposition....
Done!....
 
Solving the linear equation system using the
Biconjugated gradient method stabilized by LU matrices

error =

  4.9613e-007


iteration_number =

  236.5000

Done!....
 

computing_time =

  323.6811

Converting to dx format...
the file target_grid__MATLAB_pot.dx was generated
the file target_grid_MATLAB_rho.dx was generated
Done!
 
Generating plots!....
the file target_grid_MATLAB_pot.fig was generated
the file target_grid_MATLAB_pot.jpg was generated
Done!....
 
Thanks for using our PB solver!!!!....