Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
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... | |
write file plotable by gnuplot to visualize 2d field
Definition at line 48 of file sll_m_gnuplot.F90.
|
private |
This subroutine write a data file to plot a 1d curve.
y_array | Y data | |
x_array | X data | |
array_name | field name | |
iplot | Plot index | |
[in] | y_array | Y data |
[in] | x_array | X data |
[in] | array_name | field name |
[in] | iplot | Plot index |
Definition at line 191 of file sll_m_gnuplot.F90.
|
private |
Write two arrays to display with gnuplot.
[in] | array_name | field name |
[in] | array1 | data |
[in] | array2 | data |
[in] | iplot | plot counter |
Definition at line 126 of file sll_m_gnuplot.F90.
|
private |
Write an array to display with gnuplot.
[in] | array | data |
[in] | array_name | field name |
[in] | iplot | plot counter |
Definition at line 68 of file sll_m_gnuplot.F90.