Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_gnuplot.F90 File Reference
#include "sll_assert.h"
#include "sll_errors.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_gnuplot.F90:

Go to the source code of this file.

Data Types

interface  sll_o_gnuplot_1d
 write file plotable by gnuplot to visualize 2d field More...
 
interface  sll_o_gnuplot_2d
 Write file for gnuplot to display 2d field. More...
 

Modules

module  sll_m_gnuplot
 Implements the functions to write data file plotable by GNUplot.
 

Functions/Subroutines

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...
 
    Report Typos and Errors