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

Functions/Subroutines

subroutine, public sll_s_write_tri_mesh_xmf (filename, coor, ntri, nbs, nbt, field, label)
 

Function/Subroutine Documentation

◆ sll_s_write_tri_mesh_xmf()

subroutine, public sll_m_tri_mesh_xmf::sll_s_write_tri_mesh_xmf ( character(len=*), intent(in)  filename,
real(8), dimension(2, nbs), intent(in)  coor,
integer, dimension(3, nbt), intent(in)  ntri,
integer, intent(in)  nbs,
integer, intent(in)  nbt,
real(8), dimension(:), intent(in)  field,
character(len=*), intent(in)  label 
)

Definition at line 17 of file sll_m_tri_mesh_xmf.F90.

Here is the caller graph for this function:
    Report Typos and Errors