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

Factory for Krylov solvers. Both creates and initializes the object. More...

Public Member Functions

subroutine krylov_allocate (obj)
 

Detailed Description

Parameters
objectThe object to be allocated.
nSize of the vectors the solver operates on.
type_nameThe name of the solver type.
max_iterThe maximum number of iterations
abstolThe absolute tolerance, optional.
MThe preconditioner, optional.
monitorEnable/disable monitoring, optional. Krylov solver allocator.
objectThe object to be allocated.
type_nameThe name of the solver type. Interface for a Krylov solver allocator. Implemented in user modules, should allocate obj to the custom user type.

Definition at line 252 of file krylov.f90.

Constructor & Destructor Documentation

◆ krylov_allocate()

subroutine krylov::krylov_allocate::krylov_allocate ( class(ksp_t), intent(inout), allocatable  obj)
virtual

Definition at line 252 of file krylov.f90.


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