|
subroutine, public | 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...
|
|
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_gnuplot_corect_2d (xmin, xmax, nx, ymin, ymax, ny, array, array_name, iplot, error) |
| Write a data file plotable by gnuplot to visualize a 2d field. More...
|
|
subroutine | sll_gnuplot_rect_2d (nx, xvec, ny, yvec, array, array_name, iplot, error) |
| Write a data file plotable by gnuplot to visualize a 2d field on structured rectangular mesh where spacing is not constant. More...
|
|
subroutine | sll_gnuplot_mesh_2d (nx, ny, xcoord, ycoord, array_name, error) |
| Write a data file plotable by gnuplot to visualize a 2d curvilinear mesh. More...
|
|
subroutine | sll_gnuplot_curv_2d (nx, ny, x, y, array, array_name, iplot, error) |
| write a data file plotable by gnuplot. More...
|
|
subroutine | write_unstructured_field (field_at_node, field_name, coord, nodes, plot_number) |
| Write a field on unstructures mesh of triangles. More...
|
|