Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
krylov::ksp_method Interface Reference

Abstract interface for a Krylov method's solve routine. More...

Public Member Functions

type(ksp_monitor_t) function ksp_method (this, ax, x, f, n, coef, blst, gs_h, niter)
 

Detailed Description

Parameters
xfield to solve for
fright hand side
ninteger, size of vectors
coefCoefficients
blstlist of boundary conditions
gs_hGather-scatter handle
niteriteration trip count

Definition at line 109 of file krylov.f90.

Constructor & Destructor Documentation

◆ ksp_method()

type(ksp_monitor_t) function krylov::ksp_method::ksp_method ( class(ksp_t), intent(inout this,
class(ax_t), intent(in ax,
type(field_t), intent(inout x,
real(kind=rp), dimension(n), intent(in f,
integer, intent(in n,
type(coef_t), intent(inout coef,
type(bc_list_t), intent(inout blst,
type(gs_t), intent(inout gs_h,
integer, intent(in), optional  niter 
)
virtual

Definition at line 109 of file krylov.f90.


The documentation for this interface was generated from the following file: