Return a logical
matrix where the .true.
values are the sites
belonging to the percolating cluster, when periodic boundary
conditions are considered.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in), | dimension(:,:) | :: | label_matrix | Labelled matrix from label or hoshen_kopelman. |
|
integer, | intent(in) | :: | percolating_label | Known label of the percolating cluster. |
||
integer, | intent(in) | :: | num_clusters | The known number of clusters. |
Matrix where the .true.
values are the sites belonging to
the percolating cluster with periodic boundary conditions.