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

write file plotable by gnuplot to visualize 2d field More...

Private Member Functions

subroutine sll_gnuplot_write_1d (y_array, x_array, array_name, iplot)
 This subroutine write a data file to plot a 1d curve. More...
 
subroutine sll_s_gnuplot_write (array, array_name, iplot)
 Write an array to display with gnuplot. More...
 
subroutine sll_gnuplot_write_two_arrays_1d (array_name, array1, array2, iplot)
 Write two arrays to display with gnuplot. More...
 

Detailed Description

write file plotable by gnuplot to visualize 2d field

Definition at line 48 of file sll_m_gnuplot.F90.

Member Function/Subroutine Documentation

◆ sll_gnuplot_write_1d()

subroutine sll_gnuplot_write_1d ( real(kind=f64), dimension(:), intent(in)  y_array,
real(kind=f64), dimension(:), intent(in)  x_array,
character(len=*), intent(in)  array_name,
integer(kind=i32), intent(in), optional  iplot 
)
private

This subroutine write a data file to plot a 1d curve.

Parameters
y_arrayY data
x_arrayX data
array_namefield name
iplotPlot index
[in]y_arrayY data
[in]x_arrayX data
[in]array_namefield name
[in]iplotPlot index

Definition at line 191 of file sll_m_gnuplot.F90.

Here is the call graph for this function:

◆ sll_gnuplot_write_two_arrays_1d()

subroutine sll_gnuplot_write_two_arrays_1d ( character(len=*), intent(in)  array_name,
real(kind=f64), dimension(:), intent(in)  array1,
real(kind=f64), dimension(:), intent(in)  array2,
integer(kind=i32), intent(in)  iplot 
)
private

Write two arrays to display with gnuplot.

Parameters
[in]array_namefield name
[in]array1data
[in]array2data
[in]iplotplot counter

Definition at line 126 of file sll_m_gnuplot.F90.

Here is the call graph for this function:

◆ sll_s_gnuplot_write()

subroutine sll_s_gnuplot_write ( real(kind=f64), dimension(:), intent(in)  array,
character(len=*), intent(in)  array_name,
integer(kind=i32), intent(in)  iplot 
)
private

Write an array to display with gnuplot.

Parameters
[in]arraydata
[in]array_namefield name
[in]iplotplot counter

Definition at line 68 of file sll_m_gnuplot.F90.

Here is the call graph for this function:
    Report Typos and Errors