bc_set_Add Subroutine

private impure subroutine bc_set_Add(this, name, xlo, xhi, normal)

Add a new region to bc_set

Type Bound

bc_set

Arguments

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

Boundary conditions

character(len=*), intent(in) :: name

Name of region

real(kind=wp), intent(in) :: xlo(3)

Position of lower left corner

real(kind=wp), intent(in) :: xhi(3)

Position of upper right corner

character(len=*), intent(in) :: normal

Oriented normal


Calls

proc~~bc_set_add~~CallsGraph proc~bc_set_add bc_set%bc_set_Add proc~bc_set_checkbounds bc_set%bc_set_CheckBounds proc~bc_set_add->proc~bc_set_checkbounds proc~bc_set_expand bc_set%bc_set_Expand proc~bc_set_add->proc~bc_set_expand proc~bc_set_getsidedirbynormal bc_set%bc_set_GetSideDirByNormal proc~bc_set_add->proc~bc_set_getsidedirbynormal proc~bc_set_updateextents bc_set%bc_set_UpdateExtents proc~bc_set_add->proc~bc_set_updateextents proc~hashtbl_obj_hashstring hashtbl_obj%hashtbl_obj_HashString proc~bc_set_add->proc~hashtbl_obj_hashstring proc~hashtbl_obj_put hashtbl_obj%hashtbl_obj_Put proc~bc_set_add->proc~hashtbl_obj_put proc~region_obj_init region_obj%region_obj_Init proc~bc_set_add->proc~region_obj_init proc~bc_set_getregionindex bc_set%bc_set_GetRegionIndex proc~bc_set_updateextents->proc~bc_set_getregionindex proc~sllist_obj_put sllist_obj%sllist_obj_Put proc~hashtbl_obj_put->proc~sllist_obj_put proc~hashtbl_obj_init hashtbl_obj%hashtbl_obj_init proc~region_obj_init->proc~hashtbl_obj_init proc~bc_set_getregionindex->proc~hashtbl_obj_hashstring proc~hashtbl_obj_get hashtbl_obj%hashtbl_obj_Get proc~bc_set_getregionindex->proc~hashtbl_obj_get proc~sllist_obj_put->proc~sllist_obj_put proc~sllist_obj_get sllist_obj%sllist_obj_Get proc~hashtbl_obj_get->proc~sllist_obj_get proc~sllist_obj_get->proc~sllist_obj_get

Called by

proc~~bc_set_add~~CalledByGraph proc~bc_set_add bc_set%bc_set_Add proc~bc_set_read bc_set%bc_set_Read proc~bc_set_read->proc~bc_set_add