|
ASPECT
|
Public Types | |
| enum | Kind { gmres , idr_s } |
Static Public Member Functions | |
| static const std::string | pattern () |
| static Kind | parse (const std::string &input) |
This enum represents the different choices for the Krylov method used in the cheap GMG Stokes solve.
Definition at line 464 of file parameters.h.
| enum aspect::Parameters::StokesKrylovType::Kind |
| Enumerator | |
|---|---|
| gmres | |
| idr_s | |
Definition at line 466 of file parameters.h.
|
inlinestatic |
Definition at line 472 of file parameters.h.
|
inlinestatic |
Definition at line 478 of file parameters.h.
References AssertThrow, StandardExceptions::ExcNotImplemented(), aspect::Parameters< dim >::StokesKrylovType::gmres, and aspect::Parameters< dim >::StokesKrylovType::idr_s.