needFldDglByBCID Function

public function needFldDglByBCID(attribute, bcid) result(flood_diagonal)

This routine checks if a boundary need flood periphery for diagonal directions for a given BCID. It is used in identify_boundary routine

Arguments

Type IntentOptional Attributes Name
type(sdr_attrList_type), intent(in) :: attribute
integer, intent(in) :: bcid

Return Value logical


Calls

proc~~needflddglbybcid~~CallsGraph proc~needflddglbybcid needFldDglByBCID kindpos kindpos proc~needflddglbybcid->kindpos val val proc~needflddglbybcid->val

Called by

proc~~needflddglbybcid~~CalledByGraph proc~needflddglbybcid needFldDglByBCID proc~flood_periphery flood_periphery proc~flood_periphery->proc~needflddglbybcid proc~sdr_flood_tree sdr_flood_tree proc~sdr_flood_tree->proc~flood_periphery program~seeder seeder program~seeder->proc~sdr_flood_tree