changed name in install script, small corrections on regex
This commit is contained in:
parent
1bad5bf3c7
commit
f2729255f8
|
@ -32,10 +32,12 @@ parsing = [ \
|
||||||
['increment', 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+'],
|
['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(sym(deltaF))', r'^max symmetrix correction of deformation: ([ +-eE0123456789.]+)'],
|
||||||
['max(skew(deltaF))', r'^max skew 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.]+)'],
|
['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.]+)'],
|
['det(Fbar)', r'^determinant of new deformation: ([ +-eE0123456789.]+)'],
|
||||||
['max(det(F))', r'^max determinant of deformation:([ +-eE0123456789.]+)'],
|
['max(det(F))', r'^max determinant of deformation:([ +-eE0123456789.]+)'],
|
||||||
['min(det(F))', r'^min determinant of deformation:([ +-eE0123456789.]+)'],
|
['min(det(F))', r'^min determinant of deformation:([ +-eE0123456789.]+)'],
|
||||||
|
|
|
@ -105,7 +105,7 @@ bin_link = { \
|
||||||
'mentat_colorMap.py',
|
'mentat_colorMap.py',
|
||||||
'postResults.py',
|
'postResults.py',
|
||||||
'spectral_iterationCount.py',
|
'spectral_iterationCount.py',
|
||||||
'spectral_convergence.py',
|
'spectral_parseLog.py',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue