DAMASK_EICMD/examples/SpectralMethod/example_run.py

5 lines
152 B
Python
Raw Normal View History

#!/usr/bin/env python
# -*- coding: utf-8 -*-
2013-03-19 23:55:01 +05:30
from subprocess import call
call('DAMASK_spectral -l tensionX.load -g 20grains16x16x16.geom', shell=True)