get_npart_i Module Procedure

module procedure get_npart_i pure module function get_npart_i(this, i_matter) result(n_part)

Returns the number of particles on the matter object

FT 10.11.2021


Arguments

Type IntentOptional Attributes Name
class(particles), intent(in) :: this

particles object which this PROCEDURE is a member of

integer, intent(in) :: i_matter

Index of the matter object

Return Value integer

Number of particles on the object i_matter


Called by

proc~~get_npart_i~~CalledByGraph proc~get_npart_i get_npart_i interface~get_npart_i get_npart_i interface~get_npart_i->proc~get_npart_i

Contents