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_ascii_write_array Interface Reference

Write nD array in ascii file. More...

Private Member Functions

subroutine sll_s_ascii_write_array_1d (file_id, array, error, num_points, array2, array3)
 Write a 1d array ASCII format. More...
 
subroutine sll_s_ascii_write_array_2d (file_id, array, error)
 Write a 2d array ASCII format. More...
 
subroutine sll_ascii_write_array_3d (file_id, array, error)
 Write a 3d array ASCII format. More...
 

Detailed Description

Write nD array in ascii file.

Parameters
[in]file_idfile unit number
[in]arrayarray
[out]errorerror code

Definition at line 46 of file sll_m_ascii_io.F90.

Member Function/Subroutine Documentation

◆ sll_ascii_write_array_3d()

subroutine sll_ascii_write_array_3d ( integer(kind=i32), intent(in)  file_id,
real(kind=f64), dimension(:, :, :), intent(in)  array,
integer(kind=i32), intent(out)  error 
)
private

Write a 3d array ASCII format.

Definition at line 160 of file sll_m_ascii_io.F90.

◆ sll_s_ascii_write_array_1d()

subroutine sll_s_ascii_write_array_1d ( integer(kind=i32), intent(in)  file_id,
real(kind=f64), dimension(:), intent(in)  array,
integer(kind=i32), intent(out)  error,
integer(kind=i32), intent(in), optional  num_points,
real(kind=f64), dimension(:), intent(in), optional  array2,
real(kind=f64), dimension(:), intent(in), optional  array3 
)
private

Write a 1d array ASCII format.

Definition at line 103 of file sll_m_ascii_io.F90.

◆ sll_s_ascii_write_array_2d()

subroutine sll_s_ascii_write_array_2d ( integer(kind=i32), intent(in)  file_id,
real(kind=f64), dimension(:, :), intent(in)  array,
integer(kind=i32), intent(out)  error 
)
private

Write a 2d array ASCII format.

Definition at line 152 of file sll_m_ascii_io.F90.

    Report Typos and Errors