cg_iric_write_sol_particle_pos3d_f

  • Outputs particle positions (three-dimensions)

Format (FORTRAN)

call cg_iric_write_sol_particle_pos3d_f(count, x, y, z, ier)

Format (C/C++)

ier = cg_iRIC_Write_Sol_Particle_Pos3d(count, x, y, z);

Format (Python)

cg_iRIC_Write_Sol_Particle_Pos3d(x, y, z)

Arguments

Table 180 Arguments of cg_iric_write_sol_particle_pos3d_f
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.
z double precision, dimension(:), allocatable I z coordinate.
ier integer O Error code. 0 means success.