changed name in install script, small corrections on regex

This commit is contained in:
Martin Diehl 2012-02-16 15:15:43 +00:00
parent 1bad5bf3c7
commit f2729255f8
2 changed files with 16 additions and 14 deletions

View File

@ -31,11 +31,13 @@ parsing = [ \
['__CLOCK__', r'^Loadcase \d+ Increment \d+/\d+ @ Iteration \d+/\d+'],
['increment', r'^Loadcase \d+ Increment (\d+)/\d+ @ Iteration \d+/\d+'],
['iteration', r'^Loadcase \d+ Increment \d+/\d+ @ Iteration (\d+)/\d+'],
['error_divergence', r'^error divergence = [ +-eE0123456789.]+\(([ +-eE0123456789.]+)'],
['error_divergence', r'^error divergence = [ +-eE0123456789.]+ \( ([+-eE0123456789.]+)'],
['error_stress', r'^error stress = [ +-eE0123456789.]+ \( ([+-eE0123456789.]+)'],
['crit_divergence', r'^error divergence = ([ +-eE0123456789.]+) \( [+-eE0123456789.]+'],
['crit_stress', r'^error stress = ([ +-eE0123456789.]+) \( [+-eE0123456789.]+'],
['max(sym(deltaF))', r'^max symmetrix correction of deformation: ([ +-eE0123456789.]+)'],
['max(skew(deltaF))', r'^max skew correction of deformation: ([ +-eE0123456789.]+)'],
['max(sym/skew(avg(deltaF)))', r'^max sym/skew of avg correction: ([ +-eE0123456789.]+)'],
['error_stress', r'^error stress = [ +-eE0123456789.]+\(([ +-eE0123456789.]+)'],
['det(Fbar)', r'^determinant of new deformation: ([ +-eE0123456789.]+)'],
['max(det(F))', r'^max determinant of deformation:([ +-eE0123456789.]+)'],
['min(det(F))', r'^min determinant of deformation:([ +-eE0123456789.]+)'],

View File

@ -105,7 +105,7 @@ bin_link = { \
'mentat_colorMap.py',
'postResults.py',
'spectral_iterationCount.py',
'spectral_convergence.py',
'spectral_parseLog.py',
],
}