|
MPI-AMRVAC
3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Create particles. More...
Public Member Functions | |
| subroutine | create_particles (n_particles, x, v, q, m, follow) |
Create particles.
Definition at line 441 of file mod_usr_methods.t.
| subroutine mod_usr_methods::create_particles::create_particles | ( | integer, intent(in) | n_particles, |
| double precision, dimension(3, n_particles), intent(out) | x, | ||
| double precision, dimension(3, n_particles), intent(out) | v, | ||
| double precision, dimension(n_particles), intent(out) | q, | ||
| double precision, dimension(n_particles), intent(out) | m, | ||
| logical, dimension(n_particles), intent(out) | follow | ||
| ) |
Definition at line 441 of file mod_usr_methods.t.