Two-Level Krylov Method, P = [(I-M^(-1)AQ)+Q]M^(-1), where Q' is defined based on M^(-1)A
M^(-1)x
QM^(-1)x
AQM^(-1)x M^(-1)AQM^(-1)x
[(I-M^(-1)AQ)+Q]M^(-1)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=realdp), | intent(inout) | :: | x(1-LAP:f2c%nxf+LAP,1-LAP:f2c%nyf+LAP) | |||
| type(TwoGrids), | intent(inout) | :: | f2c |