Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
sx_jacobi::sx_jacobi_t Type Referenceabstract

Defines a jacobi preconditioner for SX-Aurora. More...

Inheritance diagram for sx_jacobi::sx_jacobi_t:
Collaboration diagram for sx_jacobi::sx_jacobi_t:

Public Member Functions

procedure, pass(thisinit (this, coef, dof, gs_h)
 
procedure, pass(thisfree (this)
 
procedure, pass(thissolve (this, z, r, n)
 The jacobi preconditioner \( J z = r \) \( z = J^{-1}r\) where \( J^{-1} ~= 1/diag(A) \).
 
procedure, pass(thisupdate (this)
 
procedure(pc_solve), deferred, pass solve (this, z, r, n)
 
procedure(pc_update), deferred, pass update (this)
 

Public Attributes

real(kind=rp), dimension(:, :, :, :), allocatable d
 
type(gs_t), pointer gs_h
 
type(dofmap_t), pointer dof
 
type(coef_t), pointer coef
 

Detailed Description

Definition at line 45 of file pc_jacobi_sx.f90.

Member Function/Subroutine Documentation

◆ free()

procedure, pass(this) sx_jacobi::sx_jacobi_t::free ( class(sx_jacobi_t), intent(inout this)

Definition at line 52 of file pc_jacobi_sx.f90.

◆ init()

procedure, pass(this) sx_jacobi::sx_jacobi_t::init ( class(sx_jacobi_t), intent(inout this,
type(coef_t), intent(in), target  coef,
type(dofmap_t), intent(in), target  dof,
type(gs_t), intent(in), target  gs_h 
)

Definition at line 51 of file pc_jacobi_sx.f90.

◆ solve() [1/2]

procedure, pass(this) sx_jacobi::sx_jacobi_t::solve ( class(sx_jacobi_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 53 of file pc_jacobi_sx.f90.

◆ solve() [2/2]

procedure(pc_solve), deferred, pass precon::pc_t::solve ( class(pc_t), intent(inout this,
real(kind=rp), dimension(n), intent(inout z,
real(kind=rp), dimension(n), intent(inout r,
integer, intent(in n 
)
pure virtualinherited

Definition at line 42 of file precon.f90.

◆ update() [1/2]

procedure, pass(this) sx_jacobi::sx_jacobi_t::update ( class(sx_jacobi_t), intent(inout this)

Definition at line 54 of file pc_jacobi_sx.f90.

◆ update() [2/2]

procedure(pc_update), deferred, pass precon::pc_t::update ( class(pc_t), intent(inout this)
pure virtualinherited

Definition at line 43 of file precon.f90.

Member Data Documentation

◆ coef

type(coef_t), pointer sx_jacobi::sx_jacobi_t::coef

Definition at line 49 of file pc_jacobi_sx.f90.

◆ d

real(kind=rp), dimension(:, :, :, :), allocatable sx_jacobi::sx_jacobi_t::d

Definition at line 46 of file pc_jacobi_sx.f90.

◆ dof

type(dofmap_t), pointer sx_jacobi::sx_jacobi_t::dof

Definition at line 48 of file pc_jacobi_sx.f90.

◆ gs_h

type(gs_t), pointer sx_jacobi::sx_jacobi_t::gs_h

Definition at line 47 of file pc_jacobi_sx.f90.


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