#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
module | sll_m_pic_viewer |
| This module provides some routines for plotting fields and particles during PIC simulations.
|
|
|
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) |
|
◆ sll_m_pic_viewer::sll_t_pic_viewer_2d
type sll_m_pic_viewer::sll_t_pic_viewer_2d |