Source code for upxo.algorithms.alg222
[docs]
def mc_iterations_3d_alg222(self):
"""
Each of the initial set of iterations is to contain the following
STEP 1: Do the regular iteration using any of the 200 series of
algorithms
STEP 2: Identify grains and their neighbours
STEP 3: Identify small grains with areas less than 5% of mean
STEP 4: Merge them with neighbours
"""
raise NotImplementedError("mc_iterations_3d_alg222 is not yet implemented.")