|
pure real(kind=f64) function | q_over_m (self) |
|
More...
|
|
subroutine | initialize_species (self, species_charge, species_mass) |
|
pure integer(kind=i32) function | get_box (self, i) |
|
pure integer(kind=i32) function, dimension(3) | get_boxnd (self, i) |
|
pure real(kind=f64) function, dimension(3) | get_xbox (self, i) |
|
pure integer(kind=i32) function | get_patch (self, i) |
| Get the number of the patch (per default we only have one patch and therefore always return a 1) More...
|
|
pure real(kind=f64) function, dimension(3) | get_xpatch (self, i) |
| Get the coordinate in the patch-local system. Default: get_x. More...
|
|
subroutine | set_box (self, i, box) |
| Set the number of the box (by default nothing is done) More...
|
|
subroutine | set_boxnd (self, i, box) |
| Set the number of the box from nd index (by default nothing is done) More...
|
|
subroutine | set_patch (self, i, box) |
| Set the number of the patch (by default nothing is done) More...
|
|
subroutine | chget_x (self, chunk, x) |
|
subroutine | chget_v (self, chunk, v) |
|
subroutine | chget_weights (self, chunk, weights) |
|
subroutine | chget_box (self, chunk, box) |
|
subroutine | chget_boxnd (self, chunk, boxnd) |
|
subroutine | chget_patch (self, chunk, patch) |
|
subroutine | print (self, filename) |
| Dummy print function ( can be overwritten to print for debugging ) More...
|
|
subroutine | read (self, filename) |
| Dummy read function ( can be overwritten to read for restart ) More...
|
|
pure integer(kind=i32) function, dimension(2), public | sll_f_index_1dto2d (num_pts, ind1d) |
| Helper function to compute the 2d index for a tensor product grid from the 1d index. More...
|
|
pure integer(kind=i32) function, public | sll_f_index_2dto1d (num_pts, ind2d) |
| Helper function to compute the 1d index for a tensor product grid from the 2d index. More...
|
|
pure integer(kind=i32) function, dimension(3), public | sll_f_index_1dto3d (num_pts, ind1d) |
| Helper function to compute the 2d index for a tensor product grid from the 1d index. More...
|
|
pure integer(kind=i32) function, public | sll_f_index_3dto1d (num_pts, ind3d) |
| Helper function to compute the 1d index for a tensor product grid from the 2d index. More...
|
|