sdr_wetNeighborsFace Interface

public interface sdr_wetNeighborsFace

Calls

interface~~sdr_wetneighborsface~~CallsGraph interface~sdr_wetneighborsface sdr_wetNeighborsFace proc~sdr_wetneighborsface_all sdr_wetNeighborsFace_all interface~sdr_wetneighborsface->proc~sdr_wetneighborsface_all proc~sdr_wetneighborsface_single sdr_wetNeighborsFace_single interface~sdr_wetneighborsface->proc~sdr_wetneighborsface_single proc~sdr_wetneighborsface_all->proc~sdr_wetneighborsface_single

Called by

interface~~sdr_wetneighborsface~~CalledByGraph interface~sdr_wetneighborsface sdr_wetNeighborsFace proc~sdr_build_prototree sdr_build_protoTree proc~sdr_build_prototree->interface~sdr_wetneighborsface proc~floodwaves_tree floodwaves_tree proc~floodwaves_tree->interface~sdr_wetneighborsface proc~sdr_flood_tree sdr_flood_tree proc~sdr_flood_tree->proc~floodwaves_tree program~seeder seeder program~seeder->proc~sdr_build_prototree program~seeder->proc~sdr_flood_tree

Contents


Module Procedures

private subroutine sdr_wetNeighborsFace_single(node, iNode, col_int, col_bit)

This routine will wet the neighbors sides of the neighbor node

Read more…

Arguments

TypeIntentOptionalAttributesName
type(sdr_node_type), intent(inout) :: node

List of all nodes in the tree

integer, intent(in) :: iNode

Current node

integer, intent(in) :: col_int
integer, intent(in) :: col_bit

private subroutine sdr_wetNeighborsFace_all(node, iNode)

This routine will wet the neighbors sides of the neighbor node in all colors, that are flooded.

Read more…

Arguments

TypeIntentOptionalAttributesName
type(sdr_node_type), intent(inout) :: node

List of all nodes in the tree

integer, intent(in) :: iNode

Current node