Neko  0.8.99
A portable framework for high-order spectral element flow simulations
krylov::ksp_method Interface Reference

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

Private 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 105 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(inout)  Ax,
type(field_t), intent(inout)  x,
real(kind=rp), dimension(n), intent(inout)  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 
)
private

Definition at line 105 of file krylov.f90.


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