|
Neko 1.99.7
A portable framework for high-order spectral element flow simulations
|
Factory for Krylov solvers. Both creates and initializes the object. More...
Public Member Functions | |
| subroutine | krylov_allocate (obj) |
| object | The object to be allocated. |
| n | Size of the vectors the solver operates on. |
| type_name | The name of the solver type. |
| max_iter | The maximum number of iterations |
| abstol | The absolute tolerance, optional. |
| M | The preconditioner, optional. |
| monitor | Enable/disable monitoring, optional. Krylov solver allocator. |
| object | The object to be allocated. |
| type_name | The name of the solver type. Interface for a Krylov solver allocator. Implemented in user modules, should allocate obj to the custom user type. |
Definition at line 252 of file krylov.f90.
|
virtual |
Definition at line 252 of file krylov.f90.