Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
preconditioner_template Module Reference

Template for a user-defined Krylov preconditioner.

Data Types

type  preconditioner_template_t
 

Functions/Subroutines

subroutine preconditioner_template_solve (this, z, r, n)
 
subroutine preconditioner_template_update (this)
 
subroutine, public preconditioner_template_register_types ()
 
subroutine preconditioner_template_allocate (obj)
 

Function/Subroutine Documentation

◆ preconditioner_template_allocate()

subroutine preconditioner_template::preconditioner_template_allocate ( class(pc_t), intent(inout), allocatable  obj)
private

Definition at line 37 of file preconditioner_template.f90.

Here is the caller graph for this function:

◆ preconditioner_template_register_types()

subroutine, public preconditioner_template::preconditioner_template_register_types

Definition at line 31 of file preconditioner_template.f90.

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

◆ preconditioner_template_solve()

subroutine preconditioner_template::preconditioner_template_solve ( class(preconditioner_template_t), intent(inout this,
real(kind=rp), dimension(n), intent(inout z,
real(kind=rp), dimension(n), intent(inout r,
integer, intent(in n 
)

Definition at line 18 of file preconditioner_template.f90.

◆ preconditioner_template_update()

subroutine preconditioner_template::preconditioner_template_update ( class(preconditioner_template_t), intent(inout this)
private

Definition at line 26 of file preconditioner_template.f90.