Neko  0.8.1
A portable framework for high-order spectral element flow simulations
krylov_fctry Module Reference

Functions/Subroutines

subroutine, public krylov_solver_factory (ksp, n, solver, max_iter, abstol, M)
 Initialize an iterative Krylov solver. More...
 
subroutine, public krylov_solver_destroy (ksp)
 Destroy an interative Krylov solver. More...
 

Function/Subroutine Documentation

◆ krylov_solver_destroy()

subroutine, public krylov_fctry::krylov_solver_destroy ( class(ksp_t), intent(inout), allocatable  ksp)

Destroy an interative Krylov solver.

Definition at line 227 of file krylov_fctry.f90.

Here is the caller graph for this function:

◆ krylov_solver_factory()

subroutine, public krylov_fctry::krylov_solver_factory ( class(ksp_t), intent(inout), allocatable, target  ksp,
integer, intent(in), value  n,
character(len=*), intent(in)  solver,
integer, intent(in)  max_iter,
real(kind=rp), optional  abstol,
class(pc_t), intent(inout), optional, target  M 
)

Initialize an iterative Krylov solver.

Definition at line 58 of file krylov_fctry.f90.

Here is the call graph for this function:
Here is the caller graph for this function: