Franz Roters
|
55333f7e3e
|
Merge branch 'no-shell-variables' into 'development'
KISS: no shell variables
See merge request damask/DAMASK!370
|
2021-04-26 15:48:58 +00:00 |
Philip Eisenlohr
|
690b478013
|
[skip ci] language polishing
|
2021-04-24 13:12:44 -04:00 |
Martin Diehl
|
95831e53f6
|
using improved documentation
|
2021-04-24 16:23:34 +02:00 |
Martin Diehl
|
6699f2ee5f
|
don't use shell variables
Marc solver can be controlled in python, installation can be tuned with
CLI arguments
|
2021-04-22 12:02:53 +02:00 |
Martin Diehl
|
3f8bd645d8
|
handle the case that MSC-related variables are not set
|
2021-04-22 07:55:41 +02:00 |
Martin Diehl
|
cfbb2d416f
|
better example
|
2021-04-10 23:58:53 +02:00 |
Martin Diehl
|
1133090b6c
|
logfile does not contain much valuable information
Marc automatically creates .out
|
2021-04-10 23:50:20 +02:00 |
Martin Diehl
|
3e8bcd3225
|
cleaning examples, using consistent names
- examples in repository should only show the most basic steps
- MSC.Marc, marc => Marc
|
2021-03-26 09:27:49 +01:00 |
Martin Diehl
|
6895ef6b18
|
always write LF line endings
small pitfall: I windows users use a filehandle that results from a call
to open() without the newline option, they get still CRLF line endings
|
2021-02-10 10:03:35 +01:00 |
Martin Diehl
|
0f6094890a
|
simplified
damask.environment does not offer any advantage over os.environ for
variables. After 'root_dir' was removed, the whole module became
obsolete
|
2021-01-15 12:14:05 +01:00 |
Martin Diehl
|
37de561938
|
shell variables are more robust
they will also work if Fortran and python code are installed in
different locations.
|
2021-01-13 18:53:16 +01:00 |
Martin Diehl
|
7059e6af6e
|
might not be in the last line
|
2020-11-01 18:34:52 +01:00 |
Martin Diehl
|
8224122bb9
|
more user friendly error handling
|
2020-10-31 13:16:25 +01:00 |
Vitesh Shah
|
904c338b13
|
Reflect version underscore of installation files
|
2020-10-29 15:21:40 +01:00 |
Vitesh Shah
|
bd67296e8d
|
MARC_VERSION as MSCVERSION
|
2020-10-22 11:50:13 +02:00 |
Martin Diehl
|
9d505c8518
|
better readable
- more explicit reporting
- always relative import for DAMASK
|
2020-08-24 09:58:24 +02:00 |
Martin Diehl
|
4860f9c9ce
|
drop support for parallel marc versions
can still be handled by the user, but is a niche use case
|
2020-07-18 09:51:53 +02:00 |
Martin Diehl
|
2bbd68d964
|
with_suffix strips .1 from 2019.1
|
2020-07-16 09:33:17 +02:00 |
Martin Diehl
|
199ec51bf8
|
typo
|
2020-07-15 21:59:43 +02:00 |
Martin Diehl
|
6259984e93
|
simplified
complicated, but allows to use functions as properties
|
2020-07-15 20:54:37 +02:00 |
Philip Eisenlohr
|
14d3b7e66d
|
more f-stringing
|
2020-06-24 16:59:55 -04:00 |
Martin Diehl
|
bda555fd1c
|
we are looking for a path, not for a file
|
2020-06-03 16:47:03 +02:00 |
Martin Diehl
|
bb5485927e
|
names like 2020.2 cannot be converted to int
|
2020-06-03 15:18:46 +02:00 |
Martin Diehl
|
5da1aa49bc
|
string should be a Path object
|
2020-06-03 15:17:00 +02:00 |
Martin Diehl
|
9b04a45bbd
|
bugfix (wrong variable name)
|
2020-06-03 13:53:00 +02:00 |
Martin Diehl
|
3be1a33820
|
easier to read
|
2020-06-03 13:32:47 +02:00 |
Martin Diehl
|
4decae967a
|
nothing to inherit ..
|
2020-03-21 20:18:46 +01:00 |
Martin Diehl
|
c6025925ac
|
relative imports within damask package
|
2020-03-21 20:17:50 +01:00 |
Martin Diehl
|
c5e956f386
|
solver submodule structure working again
|
2020-03-21 20:14:15 +01:00 |
Martin Diehl
|
e390982be7
|
clean first level structure
|
2020-03-19 15:19:11 +01:00 |
Martin Diehl
|
13107abd39
|
not working and significat efforts needed to test it
|
2020-01-26 07:44:22 +01:00 |
Martin Diehl
|
9509f1bae1
|
default abaqus is used if version matches or is undefined
other changes do not alter behavior, just cleaning
|
2020-01-14 09:15:38 +01:00 |
Philip Eisenlohr
|
86f27df0b2
|
damask.Environment reads from os.environ; python module is packaging-ready
|
2020-01-13 17:28:28 -05:00 |
Philip Eisenlohr
|
582f895d18
|
restored Solver module functionality
|
2019-12-12 16:58:37 -05:00 |
Philip Eisenlohr
|
41ed7ce462
|
"pip install damask" either locally or from PyPI after upload
|
2019-12-12 14:32:51 -05:00 |
Martin Diehl
|
cf88c1f907
|
correct syntax for integer comparison
|
2019-11-21 19:49:46 +01:00 |
Martin Diehl
|
fb61899c5f
|
seems that testing has Marc 2018.1 already
|
2019-09-20 20:54:30 +02:00 |
Martin Diehl
|
4b2263bebe
|
conversion to float causes issues
test only current version of MSC.Marc
|
2019-09-20 03:21:53 +02:00 |
Martin Diehl
|
6f07a20919
|
not sure what this code was intended to do
|
2019-09-03 17:23:26 -07:00 |
Martin Diehl
|
97fc8a4029
|
following python3 recommendations
|
2019-09-03 15:44:28 -07:00 |
Martin Diehl
|
234019bb4d
|
dummy stuff not needed
|
2019-09-03 15:41:16 -07:00 |
Martin Diehl
|
a073f36471
|
update for solver wrappers
|
2019-09-03 09:48:42 -07:00 |
Martin Diehl
|
88fc37d8a7
|
some more work on python3 compatible scripts
|
2019-02-15 16:22:52 +01:00 |
Martin Diehl
|
8b82941014
|
only Abaqus 2019 is available
|
2019-02-15 14:26:08 +01:00 |
Martin Diehl
|
c50078bafc
|
short version not needed any more
Abaqus version is year
|
2019-02-15 14:22:26 +01:00 |
Martin Diehl
|
02ab55d4b3
|
python reflects content better than lib
|
2019-01-05 10:52:39 +01:00 |