MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
bubbleGrowth.py
Go to the documentation of this file.
1 
31 
32 
52 
53 import os
54 from modena.Strategy import BackwardMappingScriptTask
55 
56 
60 m = BackwardMappingScriptTask(
61  script=os.path.dirname(os.path.abspath(__file__))
62  + '/src/bblgrExact'
63  + ' && cp *.out *.txt ../results/bubbleGrowth/'
64 )