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

Go to the source code of this file.

Data Types

interface  sll_o_gnuplot_2d_parallel
 Create a gnuplot file for a 2d mesh (cartesian or curvilinear) More...
 

Modules

module  sll_m_gnuplot_parallel
 parallel version of sll_m_gnuplot
 

Macros

#define MPI_MASTER   0
 

Functions/Subroutines

subroutine, public 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, public 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...
 

Macro Definition Documentation

◆ MPI_MASTER

#define MPI_MASTER   0
    Report Typos and Errors