From adee729b8392fb8163d066e39ec75470757b0bb7 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 1 Jul 2021 14:34:16 +0200 Subject: [PATCH] better keep reference close to the code --- processing/legacy/geom_grainGrowth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/processing/legacy/geom_grainGrowth.py b/processing/legacy/geom_grainGrowth.py index 23a46b668..d969b415c 100755 --- a/processing/legacy/geom_grainGrowth.py +++ b/processing/legacy/geom_grainGrowth.py @@ -28,6 +28,7 @@ Smoothen interface roughness by simulated curvature flow. This is achieved by the diffusion of each initially sharply bounded grain volume within the periodic domain up to a given distance 'd' voxels. The final geometry is assembled by selecting at each voxel that grain index for which the concentration remains largest. +References 10.1073/pnas.1111557108 (10.1006/jcph.1994.1105) """, version = scriptID)