Lines Matching refs:PCASM
712 `PCASM`, `PCGASM`, `PCBDDC`, and `PCHPDDM`. In addition PETSc provides
743 - ``PCASM``
801 `PCFactorSetUseInPlace()` is often used with `PCASM` or
1012 `PCGASM` is a generalization of `PCASM` that allows
1020 The interface for `PCGASM` is similar to that of `PCASM`. In
1023 options have the same meaning as with `PCASM` and may also be set with
1027 Unlike `PCASM`, however, `PCGASM` allows the user to define
1035 these are the subdomains `PCASM` and `PCGASM` use by default.
1050 `PCGASMCreateSubdomains2D()` is similar to PCASM’s but is capable of
1063 `PCASM`.
1160 …> - `-pc_gamg_asm_use_agg` \<bool:false> Use `PCASM` as the smoother on each level with the aggreg…
1161 > the subdomains. This option automatically switches the smoother on the levels to be `PCASM`.