|
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) |
|
Definition at line 78 of file sll_m_pic_viewer.F90.
◆ write_2d_field()
subroutine write_2d_field |
( |
type(sll_t_pic_viewer_2d) |
viewer, |
|
|
real(kind=f64), dimension(:, :), intent(in) |
field, |
|
|
integer(kind=i32), intent(in) |
iplot |
|
) |
| |
|
private |
◆ write_2d_field_and_particles()
subroutine write_2d_field_and_particles |
( |
type(sll_t_pic_viewer_2d) |
viewer, |
|
|
real(kind=f64), dimension(:), intent(in) |
xp, |
|
|
real(kind=f64), dimension(:), intent(in) |
yp, |
|
|
real(kind=f64), dimension(:), intent(in) |
op, |
|
|
real(kind=f64), dimension(:, :), intent(in) |
fp, |
|
|
integer(kind=i32), intent(in) |
iplot, |
|
|
real(kind=f64), optional |
time |
|
) |
| |
|
private |
◆ write_2d_particles()
subroutine write_2d_particles |
( |
type(sll_t_pic_viewer_2d) |
viewer, |
|
|
real(kind=f64), dimension(:), intent(in) |
xp, |
|
|
real(kind=f64), dimension(:), intent(in) |
yp, |
|
|
real(kind=f64), dimension(:), intent(in) |
op, |
|
|
integer(kind=i32), intent(in) |
iplot, |
|
|
real(kind=f64), optional |
time |
|
) |
| |
|
private |