Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_o_display Interface Reference

Functions to display on screen matrix or vector. More...

Private Member Functions

subroutine sll_s_display_matrix_2d_integer (array, integer_format)
 Display matrix to screen. More...
 
subroutine display_matrix_2d_real (array, real_format)
 Display matrix to screen. More...
 
subroutine display_vector_integer (array, integer_format)
 Display a vector to screen. More...
 
subroutine display_vector_real (array, real_format)
 Display a vector to screen. More...
 

Detailed Description

Functions to display on screen matrix or vector.

Definition at line 73 of file sll_m_utilities.F90.

Member Function/Subroutine Documentation

◆ display_matrix_2d_real()

subroutine display_matrix_2d_real ( real(kind=f64), dimension(:, :), intent(in)  array,
character(len=*), intent(in)  real_format 
)
private

Display matrix to screen.

Definition at line 253 of file sll_m_utilities.F90.

◆ display_vector_integer()

subroutine display_vector_integer ( integer(kind=i32), dimension(:), intent(in)  array,
character(len=*), intent(in)  integer_format 
)
private

Display a vector to screen.

Definition at line 235 of file sll_m_utilities.F90.

◆ display_vector_real()

subroutine display_vector_real ( real(kind=f64), dimension(:), intent(in)  array,
character(len=*), intent(in)  real_format 
)
private

Display a vector to screen.

Definition at line 217 of file sll_m_utilities.F90.

◆ sll_s_display_matrix_2d_integer()

subroutine sll_s_display_matrix_2d_integer ( integer(kind=i32), dimension(:, :), intent(in)  array,
character(len=*), intent(in)  integer_format 
)
private

Display matrix to screen.

Definition at line 274 of file sll_m_utilities.F90.

    Report Typos and Errors