|
Neko 1.99.7
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
| type | precon::pc_t |
| Defines a canonical Krylov preconditioner. More... | |
| interface | precon::pc_solve |
| Abstract interface for solving \( M z = r \). More... | |
| interface | precon::pc_update |
| interface | precon::precon_allocate |
| Allocate a preconditioner. More... | |
| type | precon::precon_allocator_entry |
| Called in user modules to add an allocator for custom types. More... | |
Modules | |
| module | precon |
| Krylov preconditioner. | |
Variables | |
| type(precon_allocator_entry), dimension(:), allocatable | precon::precon_registry |
| Registry of allocators for user-defined preconditioner types. | |
| integer | precon::precon_registry_size = 0 |
The size of the precon_registry. | |