memory Submodule

This SUBMODULE contains the implementation of the methods of TYPE particles that place particles on 1 or 2 lattices around the stars.

FT 12.07.2021



Uses

  • module~~memory~~UsesGraph module~memory memory module~sph_particles sph_particles module~memory->module~sph_particles module~id_base id_base module~sph_particles->module~id_base module~utility utility module~sph_particles->module~utility timing timing module~sph_particles->timing module~id_base->module~utility module~id_base->timing constants constants module~utility->constants matrix matrix module~utility->matrix

Contents


Module Procedures

module procedure allocate_particles_memory module subroutine allocate_particles_memory(this)

Allocate memory for the \(\mathrm{ID}\) on the particles

Read more…

Arguments

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

particles object which this PROCEDURE is a member of

module procedure deallocate_particles_memory module subroutine deallocate_particles_memory(this)

Deallocate memory for the \(\mathrm{ID}\) on the particles

Read more…

Arguments

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

particles object which this PROCEDURE is a member of