Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Create a gnuplot file for a 2d mesh (cartesian or curvilinear) More...
Private Member Functions | |
subroutine | sll_s_gnuplot_curv_2d_parallel (array_x, array_y, array, array_name, iplot, error) |
write a data file plotable by gnuplot to visualize a 2d field More... | |
subroutine | sll_s_gnuplot_rect_2d_parallel (x_min, delta_x, y_min, delta_y, npts_x, npts_y, array, array_name, iplot, error) |
write a data file plotable by gnuplot to visualize a 2d field More... | |
Create a gnuplot file for a 2d mesh (cartesian or curvilinear)
Definition at line 62 of file sll_m_gnuplot_parallel.F90.
|
private |
write a data file plotable by gnuplot to visualize a 2d field
[in] | array_x | x mesh coordinates |
[in] | array_y | y mesh coordinates |
[in] | array | data |
[in] | array_name | field name |
[in] | iplot | plot counter |
[out] | error | error code |
Definition at line 70 of file sll_m_gnuplot_parallel.F90.
|
private |
write a data file plotable by gnuplot to visualize a 2d field
Data are written in parallel, every processor writes in a different directory.
[in] | x_min | Box corners |
[in] | delta_x | step size |
[in] | y_min | Box corners |
[in] | delta_y | step size |
[in] | npts_x | number of points to be written, x |
[in] | npts_y | number of points to be written, y |
[in] | array | data |
[in] | array_name | field name |
[in] | iplot | plot counter |
[out] | error | error code |
Definition at line 164 of file sll_m_gnuplot_parallel.F90.