Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_uzawa_iterator.F90 File Reference
#include "sll_working_precision.h"
Include dependency graph for sll_m_uzawa_iterator.F90:

Go to the source code of this file.

Data Types

type  sll_t_uzawa_iterator
 

Modules

module  sll_m_uzawa_iterator
 

Functions/Subroutines

subroutine create_uzawa_iterator (self, solver_k, operator_l, operator_lt)
 
subroutine free_uzawa_iterator (self)
 
subroutine solve_uzawa_iterator (self, rhs, unknown)
 
subroutine uzawa_iterator (self, x1, x0, niterx, res)
 
subroutine print_info_uzawa_iterator (self)
 
subroutine set_guess_uzawa_iterator (self, x_0)
 
subroutine check_convergence_uzawa_iterator (self, i_iteration, flag, r_err, arr_err)
 
subroutine read_from_file_uzawa_iterator (self, filename)
 
subroutine set_verbose_uzawa_iterator (self, verbose)
 
    Report Typos and Errors