Neko 1.99.7
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
precon Module Reference

Krylov preconditioner.

Data Types

interface  pc_solve
 Abstract interface for solving \( M z = r \). More...
 
type  pc_t
 Defines a canonical Krylov preconditioner. More...
 
interface  pc_update
 
interface  precon_allocate
 Allocate a preconditioner. More...
 
type  precon_allocator_entry
 Called in user modules to add an allocator for custom types. More...
 

Variables

type(precon_allocator_entry), dimension(:), allocatable precon_registry
 Registry of allocators for user-defined preconditioner types.
 
integer precon_registry_size = 0
 The size of the precon_registry.
 

Variable Documentation

◆ precon_registry

type(precon_allocator_entry), dimension(:), allocatable precon::precon_registry

Definition at line 110 of file precon.f90.

◆ precon_registry_size

integer precon::precon_registry_size = 0
private

Definition at line 113 of file precon.f90.