get_object_of_particle Module Procedure

module procedure get_object_of_particle pure module function get_object_of_particle(this, a)

Returns the number of the matter object asociated with the particle number given as input. Example: give number as input; this particle number corresponds to a particle on matter object . This functions returns .

FT 05.12.2022


Arguments

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

particles object which this PROCEDURE is a member of

integer, intent(in) :: a

Particle number

Return Value integer


Called by

proc~~get_object_of_particle~~CalledByGraph proc~get_object_of_particle get_object_of_particle interface~get_object_of_particle get_object_of_particle interface~get_object_of_particle->proc~get_object_of_particle

Contents


Variables

Type Visibility Attributes Name Initial
integer, private :: i_matter