Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_pic_viewer.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_pic_viewer.F90:

Go to the source code of this file.

Data Types

type  sll_t_pic_viewer_2d
 
interface  sll_o_pic_viewer_write
 

Modules

module  sll_m_pic_viewer
 This module provides some routines for plotting fields and particles during PIC simulations.
 

Functions/Subroutines

type(sll_t_pic_viewer_2d) function, pointer, public sll_f_new_pic_viewer_2d (mesh, label)
 
subroutine initialize_pic_viewer_2d (viewer, mesh)
 
subroutine write_2d_field (viewer, field, iplot)
 
subroutine write_2d_particles (viewer, xp, yp, op, iplot, time)
 
subroutine write_2d_field_and_particles (viewer, xp, yp, op, fp, iplot, time)
 
subroutine write_grid_2d_xml (file_id, viewer)
 
subroutine write_particles_2d_xml (file_id, prefix, xp, yp)
 

Data Type Documentation

◆ sll_m_pic_viewer::sll_t_pic_viewer_2d

type sll_m_pic_viewer::sll_t_pic_viewer_2d

Definition at line 71 of file sll_m_pic_viewer.F90.

Collaboration diagram for sll_t_pic_viewer_2d:
Class Members
character(len=72) label
type(sll_t_cartesian_mesh_2d), pointer mesh
    Report Typos and Errors