memory Submodule

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

FT 9.07.2021



Uses

  • module~~memory~2~~UsesGraph module~memory~2 memory module~bssn_formulation bssn_formulation module~memory~2->module~bssn_formulation mesh_refinement mesh_refinement module~bssn_formulation->mesh_refinement module~id_base id_base module~bssn_formulation->module~id_base module~sph_particles sph_particles module~bssn_formulation->module~sph_particles module~standard_tpo_formulation standard_tpo_formulation module~bssn_formulation->module~standard_tpo_formulation module~utility utility module~bssn_formulation->module~utility timing timing module~bssn_formulation->timing module~id_base->module~utility module~id_base->timing module~sph_particles->module~id_base module~sph_particles->module~utility module~sph_particles->timing module~standard_tpo_formulation->mesh_refinement module~standard_tpo_formulation->module~id_base module~standard_tpo_formulation->module~sph_particles module~standard_tpo_formulation->module~utility module~standard_tpo_formulation->timing constants constants module~utility->constants matrix matrix module~utility->matrix

Contents


Module Procedures

module procedure allocate_bssn_fields module subroutine allocate_bssn_fields(this)

Allocate memory for the \(\mathrm{BSSNOK}\) variables.

Read more…

Arguments

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

bssn object to which this PROCEDURE is bound

module procedure deallocate_bssn_fields module subroutine deallocate_bssn_fields(this)

Deallocate \(\mathrm{BSSNOK}\) memory

Read more…

Arguments

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

bssn object to which this PROCEDURE is bound