Neko  0.8.99
A portable framework for high-order spectral element flow simulations
sx_jacobi::sx_jacobi_t Type Reference

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(this) init => sx_jacobi_init
 
procedure, pass(this) free => sx_jacobi_free
 
procedure, pass(this) solve => sx_jacobi_solve
 
procedure, pass(this) update => sx_jacobi_update
 

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

Definition at line 52 of file pc_jacobi_sx.f90.

◆ init()

procedure, pass(this) sx_jacobi::sx_jacobi_t::init

Definition at line 51 of file pc_jacobi_sx.f90.

◆ solve()

procedure, pass(this) sx_jacobi::sx_jacobi_t::solve

Definition at line 53 of file pc_jacobi_sx.f90.

◆ update()

procedure, pass(this) sx_jacobi::sx_jacobi_t::update

Definition at line 54 of file pc_jacobi_sx.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: