Lines Matching refs:it
45 file and use it whenever necessary, saved us passing long parameters
46 every function call (though it's still tedious in some places).
71 integers(it only work with real*8 numbers), so we have commout_i to do
81 it. For all interior node, the "group id" is the rank of the local
82 processor. For a boundary node, if it is a "master", the rank of it is
83 the neighbour rank; if it is a "slave", the rank of it is the negative
92 Interpolation operator is a sparse matrix, but it's hard to build it at
94 can bulid row by row. Eventually construct it to form I_cf_* which is
95 interpolation operator matrix. And transpose it to form I_fc_*. Pay
96 attention to transpose algorithm, it's a bit complicated but as usual,
103 How do we decide it? When every processor has true value. Otherwise,
115 in ramg_window/ramg_winct), if it does not go down, we start restart
116 AMG-cg. Before restart we just cheat ACUSIM by giving it zero norms for
185 When you do sparse matrix-matrix product, don't attempt to do it in one
187 mtx. This looks like you are using 3 loops over 1, but it saves you
202 smallest eigenvalue you want to smooth using chebyshev polynomial, it is
203 set to 10 in input.config. You can change it to the ratio of coarse/fine
223 result from the task structure of phasta. I'm mentioning it here because
225 don't worry about it. (slightly different value of G_bb only).
241 Okay that's it, again, be very carefull in this file.
251 while it should be the same and symmetric). Let's suggest a smoother to