Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
This module provides some routines for plotting fields and particles during PIC simulations.
Derived types and interfaces | |
type | sll_t_pic_viewer_2d |
interface | sll_o_pic_viewer_write |
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) |
type sll_m_pic_viewer::sll_t_pic_viewer_2d |
Definition at line 71 of file sll_m_pic_viewer.F90.
Class Members | ||
---|---|---|
character(len=72) | label | |
type(sll_t_cartesian_mesh_2d), pointer | mesh |
|
private |
type(sll_t_pic_viewer_2d) function, pointer, public sll_m_pic_viewer::sll_f_new_pic_viewer_2d | ( | type(sll_t_cartesian_mesh_2d), pointer | mesh, |
character(len=*) | label | ||
) |
|
private |
Definition at line 118 of file sll_m_pic_viewer.F90.
|
private |
Definition at line 197 of file sll_m_pic_viewer.F90.
|
private |
Definition at line 153 of file sll_m_pic_viewer.F90.
|
private |
|
private |