.. |
3Dvisualize.py
|
commented out not working use of vtk class
|
2013-09-20 11:27:11 +00:00 |
addCalculation.py
|
fixed stupid bug addressing a dict by dict{key} instead of dict[key]
|
2013-12-11 14:30:27 +00:00 |
addCauchy.py
|
not specifying the location of python executable directly, but rather getting it from $path, otherwise the scripts won't work on every machine
|
2012-02-07 13:09:10 +00:00 |
addCauchyX.py
|
first post processing script for HDF5 output
|
2014-01-07 20:42:51 +00:00 |
addCompatibilityMismatch.py
|
changed all remaining routines to fortran-fast arrays (geometry reconstruction etc.)
|
2013-01-31 16:28:08 +00:00 |
addCurl.py
|
moved some more 'mesh related' functions for post processing from math.f90 to mesh.f90
|
2012-08-27 08:04:47 +00:00 |
addDeformedConfiguration.py
|
scaling of deformation gradient fluctuations now possible in x,y,z independently (give array).
|
2013-03-22 15:09:55 +00:00 |
addDeterminant.py
|
not specifying the location of python executable directly, but rather getting it from $path, otherwise the scripts won't work on every machine
|
2012-02-07 13:09:10 +00:00 |
addDeviator.py
|
added script to add deviatoric and hydrostatic part of a tensor to ASCII table
|
2012-11-14 10:46:51 +00:00 |
addDivergence.py
|
corrected label in case of divergence of tensor, now using correct notation for scalar: divFFT(data) instead of 1_divFFT(data)
|
2012-11-21 10:31:52 +00:00 |
addEhkl.py
|
Add column(s) containing directional stiffness based on given cubic stiffness values C11, C12, and C44 (in consecutive columns)
|
2012-12-03 13:10:16 +00:00 |
addEuclideanDistance.py
|
changed numpy.readtxt logic from "data_asArray" returning a copy to inplace "data_readArray" now directly storing into self.data
|
2013-12-14 03:51:22 +00:00 |
addIPFcolor.py
|
fixed former nonsense definition of lab frame direction
|
2013-12-09 15:57:21 +00:00 |
addMises.py
|
not specifying the location of python executable directly, but rather getting it from $path, otherwise the scripts won't work on every machine
|
2012-02-07 13:09:10 +00:00 |
addNorm.py
|
generalized slip system idea of Christoph to field data of "special" dimension (i.e. not 3 or 9).
|
2012-02-08 12:00:31 +00:00 |
addOrientations.py
|
new ASCIItable scripts to add
|
2013-11-25 19:11:02 +00:00 |
addPK2.py
|
Adding Second Piola-Kirchhoff data Coloumns (addPK2).
|
2012-06-12 14:09:16 +00:00 |
addSchmidfactors.py
|
last polishing on preprocessing scripts, documentation and scripts are all up to date.
|
2013-06-04 12:56:57 +00:00 |
addSpectralDecomposition.py
|
post processing script to add eigenvalues and eigenvectors to tensorial data in ASCII tables.
|
2012-11-23 21:49:30 +00:00 |
addStrainTensors.py
|
set threshold for values treated as zero to 1.e-12 (was 1.e-15) to avoid flip in strain direction
|
2013-11-19 19:39:14 +00:00 |
averageDown.py
|
corrected calculation of origin
|
2013-06-22 14:13:29 +00:00 |
binXY.py
|
added option to invert output data range (1.0 -- 0.0 instead of 0.0 -- 1.0)
|
2013-12-10 00:27:22 +00:00 |
blowUp.py
|
updated setup_processing and corrected descriptions for new scripts
|
2013-01-22 09:56:36 +00:00 |
deleteColumn.py
|
script to delete existing columns from ASCIItable
|
2012-02-14 12:04:37 +00:00 |
deleteInfo.py
|
slightly safer file closing strategy
|
2012-11-30 08:38:52 +00:00 |
filterTable.py
|
corrected typo in usage hint
|
2013-12-12 02:35:01 +00:00 |
marc_deformedGeometry.py
|
clarified help string
|
2013-12-12 08:48:57 +00:00 |
marc_extractData.py
|
added option to only process ip or node based geometry/data
|
2013-05-13 10:06:40 +00:00 |
mentat_colorMap.py
|
removed (now) unused function for reading of configFile
|
2013-05-28 14:47:50 +00:00 |
nodesFromCentroids.py
|
renamed spectral_buildElements.py to nodesFromCentroids.py and added first simple version of an ascii table to ang converter
|
2012-08-30 17:01:46 +00:00 |
perceptualUniformColorMap.py
|
corrected help message
|
2013-09-09 14:11:16 +00:00 |
permuteData.py
|
changed numpy.readtxt logic from "data_asArray" returning a copy to inplace "data_readArray" now directly storing into self.data
|
2013-12-14 03:51:22 +00:00 |
postResults.py
|
added support for tetrahedron element with 4 integration points (Marc ID 127)
|
2013-01-28 16:25:43 +00:00 |
showTable.py
|
updated $Id$ handling.
|
2013-09-09 14:12:00 +00:00 |
sortTable.py
|
new script to sort ASCIItable according to (multiple) columns
|
2013-12-14 03:48:50 +00:00 |
stddevDown.py
|
updated setup_processing and corrected descriptions for new scripts
|
2013-01-22 09:56:36 +00:00 |
tagLabel.py
|
script to add a suffix to specified ASCIItable labels
|
2012-02-24 08:53:19 +00:00 |
vtk2ang.py
|
now able to choose vector that is used for warpvector filter via option.dispLabel
|
2013-05-22 21:23:01 +00:00 |
vtk_addData.py
|
renamed script in order to distinguish from "add" scripts that act on ascii tables
|
2013-06-13 09:05:30 +00:00 |
vtk_addPointcloudData.py
|
small bug fix: options.error --> parser.error
|
2013-12-09 15:58:35 +00:00 |
vtk_pointcloud.py
|
deleted left-over debug statement
|
2013-11-26 20:24:40 +00:00 |
vtk_scalars2vectors.py
|
translating scalar data that contain vector components to vector data
|
2013-07-22 08:24:04 +00:00 |