Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_assert.h"
#include "sll_working_precision.h"
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... | |
#define MPI_MASTER 0 |