Pratheek Shanthraj
|
e691ff1ea1
|
updated setup_processing and corrected descriptions for new scripts
|
2013-01-22 09:56:36 +00:00 |
Pratheek Shanthraj
|
a4abebfcbb
|
some potentially useful postprocessing scripts
|
2013-01-21 23:15:23 +00:00 |
Mahesh Balasubramaniam
|
4af855c755
|
added perceptualUniformColorMap.py to the list of post-processing files
|
2013-01-18 17:39:09 +00:00 |
Mahesh Balasubramaniam
|
5676330e93
|
parsing options and file handling for perceptually linear diverging and sequential colormaps
|
2013-01-18 17:15:30 +00:00 |
Philip Eisenlohr
|
e51779579e
|
removed (unsupported) "--geom" option.
|
2013-01-18 13:01:43 +00:00 |
Philip Eisenlohr
|
c8aaf8f6d4
|
added $id flags and specified line ending types when missing.
setup script missed ".py" extension for geom_euclideanDistance.
|
2013-01-18 12:59:26 +00:00 |
Pratheek Shanthraj
|
0e93d51fed
|
adopted same algorithm as in addEuclideanDistance
|
2013-01-18 11:42:27 +00:00 |
Pratheek Shanthraj
|
096204cd79
|
corrected missing file renaming of output
|
2013-01-18 11:39:53 +00:00 |
Mahesh Balasubramaniam
|
7ac7d1a657
|
new tool for creation of colormaps, now using proper classes
|
2013-01-15 18:24:10 +00:00 |
Mahesh Balasubramaniam
|
cd5197556b
|
sequential colormapping with options for desired color and type(increasing or decreasing) is now working
|
2013-01-04 19:50:39 +00:00 |
Mahesh Balasubramaniam
|
820b8eb2c1
|
put colormap related functions into library, renamed and added scripts for creation of colormaps
|
2013-01-04 13:57:36 +00:00 |
Mahesh Balasubramaniam
|
6ab79d5593
|
added options for parsing and the colormap. Customized colormap is written out as an xml file importable into paraview.
|
2013-01-04 12:04:05 +00:00 |
Mahesh Balasubramaniam
|
3242361c91
|
added a minor change to the string expression and the for loop.
|
2013-01-04 12:01:34 +00:00 |
Mahesh Balasubramaniam
|
7157e8f03c
|
changed some of the color-space conversion formulae.
|
2013-01-04 12:00:10 +00:00 |
Pratheek Shanthraj
|
a69aaa1315
|
Use scipy euclidean distance function instead of FMM (runs without skfmm
module installed)
|
2012-12-19 14:50:45 +00:00 |
Martin Diehl
|
260e4191a0
|
replaced tabs by spaces
|
2012-12-13 18:15:10 +00:00 |
Philip Eisenlohr
|
dfb791bcaf
|
only complain about missing Mentat release if needed...
|
2012-12-12 08:33:42 +00:00 |
Christoph Kords
|
34645a7222
|
write warning about missing Mentat release to stderr instead of stdout
|
2012-12-12 08:21:59 +00:00 |
Christoph Kords
|
93d822aaa1
|
symmetric colormap always with pure white in the middle
|
2012-12-11 16:50:34 +00:00 |
Pratheek Shanthraj
|
726d1173e5
|
polishing
|
2012-12-07 17:46:28 +00:00 |
Pratheek Shanthraj
|
c4ef2e5925
|
bug fixes
|
2012-12-07 17:41:50 +00:00 |
Pratheek Shanthraj
|
eaf7072bc1
|
Vectorized checking of neighbourhood for unique microstructure
(faster)
M addEuclideanDistance.py
|
2012-12-07 10:50:34 +00:00 |
Philip Eisenlohr
|
89867a198c
|
forgot to adopt addEuclideanDistance into the auto-setup...
|
2012-12-06 21:51:30 +00:00 |
Philip Eisenlohr
|
a37250eef4
|
script to add the Euclidean distance map from boundaries, triple lines, and quadruple points to an ASCIItable of a regular grid.
requires numpy, scipy, and skfmm...
|
2012-12-06 21:49:49 +00:00 |
Philip Eisenlohr
|
2d4cf7da74
|
conditions can handle string data.
use "#s#label#" format to indicate that column headed by "label" contains strings (not floats)...
|
2012-12-03 14:29:21 +00:00 |
Philip Eisenlohr
|
7d96bb7ce8
|
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 |
Philip Eisenlohr
|
faa5f3c459
|
corrected severe bug in (non-logarithmic) strain calculations..!
|
2012-11-30 15:02:25 +00:00 |
Philip Eisenlohr
|
72159e867c
|
fixed buggy file handling for multiple input files
|
2012-11-30 11:03:53 +00:00 |
Philip Eisenlohr
|
74f62c891d
|
slightly safer file closing strategy
|
2012-11-30 08:38:52 +00:00 |
Philip Eisenlohr
|
9fb838fd28
|
changed switch from "sequential" to "column"
|
2012-11-30 08:29:34 +00:00 |
Philip Eisenlohr
|
1bd6bcfe3d
|
script to list info, labels, and/or data of an ASCIItable
|
2012-11-30 08:26:13 +00:00 |
Pratheek Shanthraj
|
e498719dcf
|
forgot to add to last commit
|
2012-11-29 21:57:07 +00:00 |
Pratheek Shanthraj
|
f63bb747c1
|
script to calculate the euclidean distance map (shortest distance to a grain boundary) of a given geom description using fast marching method (O(N logN) ops). grain boundary extracted using FD stencil.
|
2012-11-29 21:53:57 +00:00 |
Philip Eisenlohr
|
f446d4d87e
|
added wildcard matching ( "?", "*", "[(!)sequence_of_characters]" ) for ASCII table labels
|
2012-11-29 10:42:13 +00:00 |
Philip Eisenlohr
|
05507a6240
|
removed opening of unused _tmp file
|
2012-11-27 17:59:56 +00:00 |
Philip Eisenlohr
|
255af58434
|
post processing script to add eigenvalues and eigenvectors to tensorial data in ASCII tables.
|
2012-11-23 21:49:30 +00:00 |
Martin Diehl
|
78c22d8449
|
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 |
Martin Diehl
|
b5945ced5e
|
changed counting of rows from pythonic (starting at 0) to human way (starting at 1)
|
2012-11-20 10:27:09 +00:00 |
Martin Diehl
|
b988caa6ba
|
added script to add deviatoric and hydrostatic part of a tensor to ASCII table
|
2012-11-14 10:46:51 +00:00 |
Martin Diehl
|
c3926efd93
|
introduced logic to use gfortran as default if ifort is not found
|
2012-11-13 19:12:00 +00:00 |
Philip Eisenlohr
|
1df9be233d
|
changed default threshold to 0.0
|
2012-11-08 17:08:41 +00:00 |
Philip Eisenlohr
|
682a98b704
|
forgot to alter name of 'geom_fromAng' in setup script...
|
2012-11-08 16:29:26 +00:00 |
Philip Eisenlohr
|
025d6c9048
|
renamed script to new convention
aligned output behavior to that of fromVoronoiTessellation, i.e., standard output is geom, --config gives associated material.config stud
|
2012-11-08 15:44:51 +00:00 |
Philip Eisenlohr
|
af2aa8500d
|
added option to specify crystallite index
|
2012-11-08 15:43:38 +00:00 |
Philip Eisenlohr
|
c4c27860b2
|
renamed script
updated to recent standard in io processing
introduced "primitive" bicontinuous structure in addition to "diamond" and "gyroid"
|
2012-11-07 16:52:10 +00:00 |
Philip Eisenlohr
|
7cf2024be3
|
fixed buggy parameter checking
|
2012-11-07 16:51:17 +00:00 |
Philip Eisenlohr
|
e11d107956
|
fixed reporting to STDOUT/STDERR
fixed buggy parameter checking
|
2012-11-07 16:49:47 +00:00 |
Philip Eisenlohr
|
cfc8823328
|
missed those three in former commit...
|
2012-11-05 21:28:01 +00:00 |
Philip Eisenlohr
|
1bd4262cfb
|
renaming of (loosely related) "spectral" scripts to (more tightly related) "geom" versions.
|
2012-11-05 21:19:12 +00:00 |
Martin Diehl
|
1fc59107fa
|
removed debug statement in averageDown.py, deleted obsolete spectral_iterationCount.py (new solver will report statistics anyway and most probably the current count does not work as the screen output was modified)
|
2012-10-31 10:06:11 +00:00 |