memory Submodule

Implementation of the methods of TYPE bnslorene that (de)allocate memory

FT 9.07.2021



Uses

  • module~~memory~3~~UsesGraph module~memory~3 memory module~bns_lorene bns_lorene module~memory~3->module~bns_lorene iso_c_binding iso_c_binding module~bns_lorene->iso_c_binding module~bns_base bns_base module~bns_lorene->module~bns_base module~id_base id_base module~bns_lorene->module~id_base module~utility utility module~bns_lorene->module~utility timing timing module~bns_lorene->timing module~bns_base->module~id_base module~bns_base->module~utility 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_bnslorene_memory module subroutine allocate_bnslorene_memory(this, d)

Allocate the memory to store the \lorene| \(\mathrm{ID}\) in the member arrays

Read more…

Arguments

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

bnslorene object which this PROCEDURE is a member of

integer, intent(in) :: d

Dimension of the arrays

module procedure deallocate_bnslorene_memory module subroutine deallocate_bnslorene_memory(this)

Deallocate the memory for the member arrays

Read more…

Arguments

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

bnslorene object which this PROCEDURE is a member of