Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces | Functions/Subroutines
sll_m_plotmtv Module Reference

Description

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...
 

Function/Subroutine Documentation

◆ sll_plotmtv_curv_2d()

subroutine sll_m_plotmtv::sll_plotmtv_curv_2d ( integer(kind=i32)  nx,
integer(kind=i32)  ny,
real(kind=f64), dimension(nx, ny)  xcoord,
real(kind=f64), dimension(nx, ny)  ycoord,
character(len=*)  label,
integer(kind=i32)  error 
)
private

write a data file plotable by plotmtv to visualize a 2d curvilinear mesh

Parameters
nxx points number
nyy points number
xcoordx coordinates
ycoordy coordiantes
labelfield name
errorerror code

Definition at line 46 of file sll_m_plotmtv.F90.

    Report Typos and Errors