Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
krylov_solver_template.f90 File Reference

Go to the source code of this file.

Data Types

type  krylov_solver_template::krylov_solver_template_t
 

Modules

module  krylov_solver_template
 Template for a user-defined Krylov solver.
 

Functions/Subroutines

subroutine krylov_solver_template::krylov_solver_template_init (this, n, max_iter, m, rel_tol, abs_tol, monitor)
 
subroutine krylov_solver_template::krylov_solver_template_free (this)
 
type(ksp_monitor_t) function krylov_solver_template::krylov_solver_template_solve (this, ax, x, f, n, coef, bc_projector, gs_h, niter)
 
type(ksp_monitor_t) function, dimension(3) krylov_solver_template::krylov_solver_template_solve_coupled (this, ax, x, y, z, fx, fy, fz, n, coef, bc_projector, gs_h, niter)
 
subroutine, public krylov_solver_template::krylov_solver_template_register_types ()
 
subroutine krylov_solver_template::krylov_solver_template_allocate (obj)