cg_iric_write_sol_particle_pos2d_f¶
Outputs particle positions (two-dimensions)
Format (FORTRAN)¶
call cg_iric_write_sol_particle_pos2d_f(count, x, y, ier)
Format (C/C++)¶
ier = cg_iRIC_Write_Sol_Particle_Pos2d(count, x, y);
Format (Python)¶
cg_iRIC_Write_Sol_Particle_Pos2d(x, y)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
count |
integer |
I |
The number of particles |
x |
double precision, dimension(:), allocatable |
I |
x coordinate. |
y |
double precision, dimension(:), allocatable |
I |
y coordinate. |
ier |
integer |
O |
Error code. 0 means success. |