DAMASK_EICMD/processing/post
Philip Eisenlohr 99e3c9a397 fixed (potentially) buggy rotation of tensors. convention is:
with A v = b
v' = R v
A' = R A R^T
such that
A' v' = R A R^T  R v = R A v (= R b = b', i.e. old result transformed into other coordinate basis)
2014-08-22 15:32:48 +00:00
..
3Dvisualize.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addCalculation.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addCauchy.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addCauchyX.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
addCompatibilityMismatch.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addCurl.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addDeformedConfiguration.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addDeterminant.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addDeviator.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addDivergence.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addEhkl.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addEuclideanDistance.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addIPFcolor.py reshape "matrix" input data from (currently wrong) 9x1 to 3x3 layout. 2014-08-21 16:14:06 +00:00
addMapped.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addMises.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addNorm.py simplified column key generation 2014-08-21 16:17:23 +00:00
addOrientations.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addPK2.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addSchmidfactors.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addSpectralDecomposition.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
addStrainTensors.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
averageDown.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
binXY.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
blowUp.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
deleteColumn.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
deleteInfo.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
filterTable.py added some more post processing tests and improved output 2014-08-06 19:06:33 +00:00
marc_deformedGeometry.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
marc_extractData.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
mentat_colorMap.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
nodesFromCentroids.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
perceptualUniformColorMap.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
permuteData.py added some more post processing tests 2014-08-07 16:51:26 +00:00
postResults.py added possibility to not sort (--sort none) output by its --separation such that the output can be used in conjunction with the VTK files produced by DAMASK. 2014-04-14 21:45:24 +00:00
rotateData.py fixed (potentially) buggy rotation of tensors. convention is: 2014-08-22 15:32:48 +00:00
scaleData.py extended "scalar" capabilities to "special" having arbitrary dimension (defaults to 1, i.e. former scalar case). Breaks backward compatibility since "--scalar" is now "--special". However, "-s" still works as before... 2014-08-22 15:25:51 +00:00
shiftData.py extended "scalar" capabilities to "special" having arbitrary dimension (defaults to 1, i.e. former scalar case). Breaks backward compatibility since "--scalar" is now "--special". However, "-s" still works as before... 2014-08-21 17:16:43 +00:00
showTable.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
sortTable.py added --reverse option. corrected help hint regarding sorting order 2014-05-23 14:05:58 +00:00
stddevDown.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
tagLabel.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
vtk2ang.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
vtk_addData.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
vtk_addPointcloudData.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
vtk_addVoxelcloudData.py capture missing --vtk option 2014-04-03 01:00:00 +00:00
vtk_pointcloud.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
vtk_scalars2vectors.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
vtk_voxelcloud.py tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00