Neko  0.8.1
A portable framework for high-order spectral element flow simulations
jacobi::jacobi_t Type Reference

Defines a jacobi preconditioner. More...

Inheritance diagram for jacobi::jacobi_t:
Collaboration diagram for jacobi::jacobi_t:

Public Member Functions

procedure, pass(this) init => jacobi_init
 
procedure, pass(this) free => jacobi_free
 
procedure, pass(this) solve => jacobi_solve
 
procedure, pass(this) update => 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

Defines a jacobi preconditioner.

Definition at line 45 of file pc_jacobi.f90.

Member Function/Subroutine Documentation

◆ free()

procedure, pass(this) jacobi::jacobi_t::free

Definition at line 52 of file pc_jacobi.f90.

◆ init()

procedure, pass(this) jacobi::jacobi_t::init

Definition at line 51 of file pc_jacobi.f90.

◆ solve()

procedure, pass(this) jacobi::jacobi_t::solve

Definition at line 53 of file pc_jacobi.f90.

◆ update()

procedure, pass(this) jacobi::jacobi_t::update

Definition at line 54 of file pc_jacobi.f90.

Member Data Documentation

◆ coef

type(coef_t), pointer jacobi::jacobi_t::coef

Definition at line 49 of file pc_jacobi.f90.

◆ d

real(kind=rp), dimension(:,:,:,:), allocatable jacobi::jacobi_t::d

Definition at line 46 of file pc_jacobi.f90.

◆ dof

type(dofmap_t), pointer jacobi::jacobi_t::dof

Definition at line 48 of file pc_jacobi.f90.

◆ gs_h

type(gs_t), pointer jacobi::jacobi_t::gs_h

Definition at line 47 of file pc_jacobi.f90.


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