Mahesh Balasubramaniam
|
975c3437ac
|
added possibility to use comma in functions, to prevent splitting substituted by ';'. Eg. round(4.021,1) becomes round(4.021;1) in command line call
|
2012-08-22 17:47:34 +00:00 |
Christoph Kords
|
4cfc302cdd
|
put prefix in front of the filename, not the directory name
|
2012-08-03 13:14:51 +00:00 |
Mahesh Balasubramaniam
|
3d7bc40520
|
added output of defaults for mesh, points, and box to help
|
2012-08-02 13:22:57 +00:00 |
Martin Diehl
|
13caf2d389
|
made linear shape reconstruction working again, pretty similar results like corrected FFT reconstruction
|
2012-07-18 18:39:59 +00:00 |
Philip Eisenlohr
|
b30584b8d7
|
added "()" to file.close command
|
2012-07-03 12:33:11 +00:00 |
Philip Eisenlohr
|
925759000c
|
added option to select data separation character from a choice of:
newline
tab (default)
space
|
2012-06-19 16:00:59 +00:00 |
Philip Eisenlohr
|
376ec2cd94
|
add option to output double, triple, and quadruple scalars
|
2012-06-19 15:30:16 +00:00 |
Taymor El Achkar
|
98b790004a
|
Adding Second Piola-Kirchhoff data Coloumns (addPK2).
Integrating Stress-Strain table Data numerically (integrate.py).
|
2012-06-12 14:09:16 +00:00 |
Philip Eisenlohr
|
34ef08c762
|
added unique naming of output file
|
2012-05-07 20:36:58 +00:00 |
Philip Eisenlohr
|
a84838d3ba
|
removed erroneous print statements (leftover from debugging)
|
2012-05-07 19:28:21 +00:00 |
Philip Eisenlohr
|
c9e17319ec
|
now with correct ID and LF line endings... ;-)
|
2012-05-07 19:11:46 +00:00 |
Philip Eisenlohr
|
361b7ad398
|
new script to generate a twoD probability density map from ASCIItable data
|
2012-05-07 19:09:11 +00:00 |
Philip Eisenlohr
|
c2954a2b33
|
now all heading labels squeeze out whitespace from their name.
|
2012-05-05 18:43:48 +00:00 |
Philip Eisenlohr
|
28e9b483ad
|
corrected wrong byte offset when reading thru 2^31-1-8 four-byte limit
|
2012-05-01 22:42:45 +00:00 |
Martin Diehl
|
99f2b8603a
|
new script for reconstruction of elements from F/IP(spectral_buildElements.py), corrected spectral_randomSeeding.py, made post/postResults.py aware of additional header/footer for file positions larger than 2**31-1
|
2012-04-24 15:09:20 +00:00 |
Martin Diehl
|
335df4346f
|
deleted accidentally checked in file
|
2012-04-19 11:52:01 +00:00 |
Martin Diehl
|
31753be16f
|
updated setup/setup_processing.py with new files
added data_readLine(LINE) and data_skipLines(LINES) for ascii table
|
2012-04-18 11:42:57 +00:00 |
Martin Diehl
|
17f644b261
|
new scripts to add deformed configuration to ASCII table and for generation of layered 2D geometries (EBSD)
addCompatibilityMismatch.py is now using functions from ASCII table library
|
2012-04-18 09:58:59 +00:00 |
Philip Eisenlohr
|
33ab391c14
|
added total increment column
|
2012-03-14 15:05:49 +00:00 |
Christoph Kords
|
ac5b6233e6
|
initialize lastIncrement to 1
|
2012-03-14 14:59:20 +00:00 |
Philip Eisenlohr
|
9b17015b5a
|
added option for nodal quantity output (uses "linear" translation).
improved stability when requesting non-existing increments.
|
2012-03-05 15:22:10 +00:00 |
Christoph Kords
|
dc7234fd02
|
new option "--suffix" adds a suffix to the filename
|
2012-02-28 14:24:45 +00:00 |
Christoph Kords
|
10e93244c1
|
writing info to stdout instead of stderr
|
2012-02-28 13:21:59 +00:00 |
Philip Eisenlohr
|
fc40291f38
|
script to add a suffix to specified ASCIItable labels
|
2012-02-24 08:53:19 +00:00 |
Philip Eisenlohr
|
53d7076d05
|
remove the info part from ASCIItables
|
2012-02-23 13:53:50 +00:00 |
Philip Eisenlohr
|
a2b46c8a36
|
columns can be called by index
now pipe-aware...
|
2012-02-23 13:53:12 +00:00 |
Martin Diehl
|
d68a3d1869
|
added LF=UNIX to a bunch of files
|
2012-02-22 13:30:00 +00:00 |
Philip Eisenlohr
|
ff4c281ed2
|
fixed whitelist/blacklist behavior (blacking out overrides whitelisting)
now broken pipes stop script's outputting.
|
2012-02-16 18:47:07 +00:00 |
Philip Eisenlohr
|
a994b4bcc9
|
fixed problem when condition was empty
|
2012-02-16 18:00:40 +00:00 |
Martin Diehl
|
f2729255f8
|
changed name in install script, small corrections on regex
|
2012-02-16 15:15:43 +00:00 |
Philip Eisenlohr
|
1bad5bf3c7
|
removed --count option. introduced 'internal' column #_row_#. adopted polished column head identification developed in filterTable. wiki updated.
|
2012-02-16 11:56:16 +00:00 |
Martin Diehl
|
9f45cb3745
|
new option: -c --count: count rows in ascii table and add column "row" with row number
|
2012-02-16 11:16:36 +00:00 |
Philip Eisenlohr
|
edd5adafd0
|
now with ID and correct line endings...
|
2012-02-16 08:58:07 +00:00 |
Philip Eisenlohr
|
37bd65ea34
|
script to filter an ASCIItable by condition. each row is evaluated against the condition, columns can be black- or white-listed (white wins)...
|
2012-02-16 08:36:35 +00:00 |
Martin Diehl
|
11d3c7a317
|
new spectra_parseLog searches through spectral log file and parses all possible output to an ascii table
|
2012-02-15 20:08:35 +00:00 |
Martin Diehl
|
b153a762cb
|
now using damask.core.math
|
2012-02-15 19:34:43 +00:00 |
Christoph Kords
|
bd32f1bf1a
|
adapting to current format of spectral out file
now using regular expressions to match "magic" lines
|
2012-02-15 12:07:00 +00:00 |
Philip Eisenlohr
|
8671b8ed38
|
script to delete existing columns from ASCIItable
|
2012-02-14 12:04:37 +00:00 |
Martin Diehl
|
156ec4582a
|
polishing, adding _pInt etc. where applicable
post_results now handels zero increment different (like FEM, it is always there even if it is not counted)
|
2012-02-13 14:18:07 +00:00 |
Philip Eisenlohr
|
3228cf563c
|
fixed bug when column was referenced multiple time in a formula.
changed column tagging character to '#' ('$' gave some trouble on the shell...)
|
2012-02-09 15:46:25 +00:00 |
Philip Eisenlohr
|
0f7c74e02d
|
set ID flag and line endings
|
2012-02-09 13:06:22 +00:00 |
Philip Eisenlohr
|
5a6cd1fc8f
|
slightly prettified handling of finite difference accuracy requesting
|
2012-02-08 12:01:38 +00:00 |
Philip Eisenlohr
|
56ce779f57
|
generalized slip system idea of Christoph to field data of "special" dimension (i.e. not 3 or 9).
dropped "norm"-suffix from input names of norms.
ASCIItable output is now called "normType" with type being Abs, Frobenius, or Max...
|
2012-02-08 12:00:31 +00:00 |
Philip Eisenlohr
|
282e4a0360
|
scripts now figure out dimension and resolution on their own...
|
2012-02-08 11:18:15 +00:00 |
Philip Eisenlohr
|
9c35e4e148
|
small polishing of help output.
|
2012-02-08 09:12:08 +00:00 |
Christoph Kords
|
51e8981ba3
|
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 |
Christoph Kords
|
2f07faa0e2
|
norm capable of using different p-norms (abs norm, frobenius norm, and max norm). also able to handle "slipsystem" outputs (use option -s). number of slip systems can be set by option -i, if not 12 is default.
|
2012-02-07 13:02:56 +00:00 |
Philip Eisenlohr
|
bffc22fbe1
|
major restructuring. packing stencil can be shifted to allow for element or nodal value averaging.
|
2012-02-02 17:12:48 +00:00 |
Christoph Kords
|
9b679c3c0b
|
switched to damask include instead of outdated damask_tools
|
2012-01-31 13:08:25 +00:00 |
Martin Diehl
|
27a976c04f
|
changed to new structure (using damask module)
|
2012-01-26 12:46:38 +00:00 |