*** empty log message ***

psblas3-type-indexed
Salvatore Filippone 19 years ago
parent 51cc071cb9
commit c5ed5472d8

@ -1,6 +1,9 @@
Changelog. A lot less detailed than usual, at least for past Changelog. A lot less detailed than usual, at least for past
history. history.
2006/05/03: Bug fixes, plus some change in the internals for SPINS,
preparing hooks for insertion with local numbering.
2006/04/24: Minor changes to the interface of dense tools routines, 2006/04/24: Minor changes to the interface of dense tools routines,
trying to achieve a uniform look & feel. trying to achieve a uniform look & feel.
Rewritten documentation; it is now reasonable, though not Rewritten documentation; it is now reasonable, though not

@ -122,16 +122,16 @@ The coarse space correction may be added to the fine level solution
\[ \[
M_{2L-A}^{-1} = M_{C}^{-1} + M_{1L}^{-1}. M_{2L-A}^{-1} = M_{C}^{-1} + M_{1L}^{-1}.
\] \]
or it can be composed in a multiplicative framework as a pre-smoothed or it can be composed in a multiplicative framework
correction (\verb|mult_ml_prec_|)as a pre-smoothed correction (\verb|pre_smooth_|)
\[ \[
M_{2L-H1}^{-1} = M_{C}^{-1} + \left( I - M_{C}^{-1}A \right) M_{1L}^{-1}, M_{2L-H1}^{-1} = M_{C}^{-1} + \left( I - M_{C}^{-1}A \right) M_{1L}^{-1},
\] \]
post-smoothed correction post-smoothed correction (\verb|post_smooth_|)
\[ \[
M_{2L-H2}^{-1} = M_{1L}^{-1} + \left( I - M_{1L}^{-1}A \right) M_{C}^{-1}. M_{2L-H2}^{-1} = M_{1L}^{-1} + \left( I - M_{1L}^{-1}A \right) M_{C}^{-1}.
\] \]
or two-sided. or two-sided for symmetric matrices (\verb|smooth_both_|).

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save