Arnoldi prosess of DEF_fullgmres Attention: h_(i,j)=(w,v_i)=v^H*w, for complex value, so the code should be dot_product(v_i,w)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=realdp), | intent(inout), | dimension(1-LAP:f2c%nxc+LAP,1-LAP:f2c%nyc+LAP,def_mg_miter+1) | :: | V | ||
| complex(kind=realdp), | intent(inout), | dimension(def_mg_miter+1,def_mg_miter) | :: | H | ||
| integer, | intent(in) | :: | k | |||
| type(TwoGrids), | intent(inout) | :: | f2c | |||
| type(Gridpara) | :: | CurrentGrid |