Martin Diehl
|
2632be2a76
|
polishing
|
2018-07-20 03:09:53 +02:00 |
Martin Diehl
|
6dd970dfe0
|
logic seemed to be broken (only filter out strings which have a 'strip'
attribute
string in python 3 have both attributes, '__iter__' and '__getitem'. Old
syntax therefore split up strings into characters
|
2018-07-19 15:46:14 +02:00 |
Martin Diehl
|
beb418eb44
|
python3 compatible way
ugly, but works also for python2.7. Probably there is a better solution
when 2.7 is deprecated
|
2018-07-19 15:20:34 +02:00 |
Martin Diehl
|
e08b732592
|
it's a byte string in python3
|
2018-07-12 10:33:05 +02:00 |
Martin Diehl
|
ce32372f1c
|
more cleaning of old commercial FEM solver files
|
2018-07-06 13:18:55 +02:00 |
Martin Diehl
|
2a33dcdd04
|
don't distinguish exp and std anymore
|
2018-07-06 13:12:16 +02:00 |
Martin Diehl
|
cebdecfa70
|
if-else got reversed
more readable now:
|
2018-07-05 11:10:56 +02:00 |
Martin Diehl
|
1eb82b99da
|
polishing as a result of discussing merge request of branch 25 with Philip
|
2018-07-04 06:31:45 +02:00 |
Martin Diehl
|
20f70dc943
|
Merge branch 'development' into 25_materialConfigPythonInclude
|
2018-06-28 13:07:16 +02:00 |
Martin Diehl
|
9101af84c6
|
only testing Marc 2017
Using Intel 17 Compiler even though recommended Compiler is 16.0.2
We only have 16.0.0 and that gives random segmenation faults
|
2018-06-28 06:47:22 +02:00 |
Vitesh Shah
|
aad3611bb4
|
Defined a new function to handle recursive file includes
|
2018-06-25 15:10:54 +02:00 |
Vitesh Shah
|
47a6e6b292
|
Added functionality to read include statements on the go
|
2018-06-22 12:13:43 +02:00 |
Martin Diehl
|
25fa68ca2e
|
relative paths are also supported
|
2018-06-19 10:45:45 +02:00 |
Martin Diehl
|
ba8d9b7062
|
simplifying parsing of absolute path
|
2018-06-19 10:41:44 +02:00 |
Vitesh Shah
|
196b0ef22f
|
adding new include in file reading
|
2018-06-19 10:00:15 +02:00 |
Vitesh Shah
|
f65bba1c5c
|
material.py is not an executable. Rectified it
|
2018-06-14 15:36:57 +02:00 |
Vitesh Shah
|
09ade8b6c4
|
sys not required in material.py file
|
2018-06-14 15:29:47 +02:00 |
Vitesh Shah
|
9c3539ee92
|
Added a code that detects '{' and opens file inside to read
|
2018-06-14 15:14:30 +02:00 |
Vitesh Shah
|
e1c5168040
|
regex for include statement
|
2018-06-06 15:31:39 +02:00 |
Vitesh Shah
|
54bccbe084
|
more pythonic way
|
2018-05-25 11:16:56 +02:00 |
Zhuowen Zhao
|
f26fd1d1dc
|
Fixed a physics issue: sense change with respect to difference between resolved stress and backstress
|
2018-03-09 18:01:09 -05:00 |
Fengbo Han
|
9249e7db2b
|
Merge branch 'development' into HMS
|
2018-02-07 11:44:17 +01:00 |
Philip Eisenlohr
|
85147605ad
|
bugfix: use fileInCurrent instead of fileInRef
|
2018-01-31 12:35:50 -05:00 |
Philip Eisenlohr
|
60440b1a54
|
polished output and streamlined code in test-class, added new consistency check in PRIVATE
|
2018-01-31 12:09:14 -05:00 |
Philip Eisenlohr
|
dc77e996cc
|
added utility function coordGridAndSize
|
2018-01-30 09:18:59 -05:00 |
Philip Eisenlohr
|
710970d728
|
updated option --label for addCurl/Div/Grad
|
2018-01-29 21:27:05 -05:00 |
Philip Eisenlohr
|
ba175a29d1
|
now multiple selective tests possible, shortened output
|
2018-01-28 20:54:25 -05:00 |
Martin Diehl
|
f52721e0a7
|
unneded modules
|
2017-11-21 11:41:02 +01:00 |
Martin Diehl
|
4dfb52c792
|
unfinished HDF5 should not be part of the next release
|
2017-11-21 10:23:50 +01:00 |
Fengbo Han
|
d599aec37f
|
Merge branch 'development' into HMS
|
2017-10-24 11:24:54 +02:00 |
Philip Eisenlohr
|
aee90f7c8b
|
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
|
2017-08-28 19:40:24 -04:00 |
Philip Eisenlohr
|
4f5e96d366
|
column label given as integer always returns dimension=1
used to return full dimension if first column of a multidim object was referenced by number
|
2017-08-28 19:32:13 -04:00 |
Chen
|
9d2c5a72a5
|
remove debug print
|
2017-08-28 15:53:21 -04:00 |
Chen
|
b1c524e8d8
|
3rd try with removing blank lines in colormaps
|
2017-08-28 15:51:47 -04:00 |
Chen
|
da348be8ba
|
2nd try with removing blank lines in colormaps
|
2017-08-28 15:51:01 -04:00 |
Chen
|
60827fe5f1
|
remove blank lines in colormaps
|
2017-08-28 15:50:09 -04:00 |
Chen
|
a9f4213952
|
add HSV support
|
2017-08-28 15:39:35 -04:00 |
Fengbo Han
|
36c370e668
|
implemented fast yield surface fitting with yield stop criteria
|
2017-08-08 17:25:38 +02:00 |
Martin Diehl
|
5d4f272f03
|
__slots__ cause problems with python3
|
2017-08-01 02:43:23 +02:00 |
Martin Diehl
|
1973cf8d14
|
python 3 compatible (waste of memory / increase in runtime should not be a showstoper for typical use cases )
|
2017-07-18 11:17:22 +02:00 |
Martin Diehl
|
73040c91c5
|
comparison was done twice
|
2017-05-15 07:42:48 +02:00 |
Martin Diehl
|
db5a9495e4
|
differentiate between None and False
|
2017-05-02 07:44:59 +02:00 |
Martin Diehl
|
ff16a0866c
|
not used, error prone for row/major column hickups
|
2017-05-02 07:29:52 +02:00 |
Martin Diehl
|
5ccfc10bc3
|
currently not used and error prone (from math import cos/sin/tan gives different behavior)
|
2017-05-02 07:28:19 +02:00 |
Philip Eisenlohr
|
f21a4f0320
|
safer way to iterate over variants and their names
|
2017-04-30 19:07:49 -04:00 |
Philip Eisenlohr
|
592b3d043a
|
adopted dNeq for constituent fraction sanity check
|
2017-04-30 13:19:56 -04:00 |
Philip Eisenlohr
|
a99ff40242
|
dedicated function to translate numerical test ID to a name
|
2017-04-30 13:15:53 -04:00 |
Martin Diehl
|
e65de75814
|
fixed pas (was still code)
|
2017-04-19 15:10:43 +02:00 |
Martin Diehl
|
a5f8c5ba32
|
Merge branch 'development' into cmake
|
2017-04-15 16:17:50 +02:00 |
Franz Roters
|
9493807c1d
|
adapted to new license server
|
2017-03-24 10:54:34 +01:00 |