Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_o_plotmtv_write Interface Reference

Create the mtv file to plot a structured mesh (cartesian or curvilinear) More...

Private Member Functions

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

Detailed Description

Create the mtv file to plot a structured mesh (cartesian or curvilinear)

Definition at line 38 of file sll_m_plotmtv.F90.

Member Function/Subroutine Documentation

◆ sll_plotmtv_curv_2d()

subroutine 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