Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Implements the functions to write data file plotable by Plotmtv.
Plotmtv website
http://www.phy.ornl.gov/csep/CSEP/CORNELL/TUTORIAL/PLOTMTV/OVERVIEW.html
Derived types and interfaces | |
interface | sll_o_plotmtv_write |
Create the mtv file to plot a structured mesh (cartesian or curvilinear) More... | |
Functions/Subroutines | |
subroutine | sll_plotmtv_curv_2d (nx, ny, xcoord, ycoord, label, error) |
write a data file plotable by plotmtv to visualize a 2d curvilinear mesh More... | |
|
private |
write a data file plotable by plotmtv to visualize a 2d curvilinear mesh
nx | x points number |
ny | y points number |
xcoord | x coordinates |
ycoord | y coordiantes |
label | field name |
error | error code |
Definition at line 46 of file sll_m_plotmtv.F90.