Sebastian Bachmann
c2a2effac2
Resolve SyntaxWarning literal comparison in py3.8
...
Comparison with literals should be done using != and == and not 'is
not' and 'is'.
Found the files using:
find . -name \*.py -exec pylint --disable=all --enable=R0123 --score=no {} \;
Python 3.8 prints out SyntaxWarnings when reading the files, this
would happen for example on every installation.
2020-04-13 11:40:16 +02:00
Bernd Hahnebach
eeb97b36dc
FEM: examples, add ccx cantilever with hexa20
2020-03-01 23:08:53 +01:00
Bernd Hahnebach
6b2720f671
FEM: constraint tie, add example
2020-02-19 17:56:43 +01:00
Bernd Hahnebach
74ba3e7d26
FEM: thermomech bimetall, add it to the examples
2020-02-06 23:36:38 +01:00
Bernd Hahnebach
7387f32017
FEM: examples, manager, add missing examples to run all
2020-02-06 21:14:21 +01:00
Bernd Hahnebach
230c1c9303
FEM: change example contact shell shell name
2020-02-01 16:37:15 +01:00
Bernd Hahnebach
ae3f750044
FEM: add constraint contact solid solid example
2020-02-01 16:36:58 +01:00
Bernd Hahnebach
84aa3bbcc7
FEM: examples, copy code to run to module top
2020-01-30 17:53:23 +01:00
Bernd Hahnebach
431639197d
FEM: examples, small code improvements
2020-01-20 05:56:50 +01:00
Bernd Hahnebach
cb8feb0d0b
FEM: examples, add shell contact
2020-01-16 23:00:14 +01:00
Bernd Hahnebach
c3df99e984
FEM: examples, move dev in manager
2019-10-08 22:46:13 +02:00
Bernd Hahnebach
326ea342d2
FEM: examples, manager, add recomputes
2019-10-08 21:56:55 +02:00
Bernd Hahnebach
128358baaf
FEM: examples, rename multi material example
2019-10-08 21:56:32 +02:00
Bernd Hahnebach
84c8652ee3
FEM: fem exapmles, add nonlinear material example to show peeq strain
2019-10-08 21:56:25 +02:00
Bernd Hahnebach
2873e535f7
FEM: examples manager, small fix
2019-09-26 18:30:30 +02:00
Bernd Hahnebach
c3976011a7
FEM: example simple box static and frequency, add them to the example manager
2019-09-26 18:30:24 +02:00
Bernd Hahnebach
253891b44d
FEM: example thermomech flow1d, add it to the example manager
2019-09-26 07:26:12 +02:00
Bernd Hahnebach
d0422fa91c
FEM: examples, some improvements
2019-09-26 07:25:51 +02:00
Bernd Hahnebach
f33aa0cbab
FEM: example multimaterial two boxes, add it to the example manager
2019-09-25 21:22:19 +02:00
Bernd Hahnebach
1d8a586721
FEM: example thermomech spine, add it to the example manager
2019-09-25 21:21:56 +02:00
Bernd Hahnebach
1f5eada2d7
FEM: utils, use snake case for new methods
2019-09-06 21:59:14 +02:00
Bernd Hahnebach
2afd93bb55
FEM: move working path methods from solver run to utils
2019-09-06 21:59:05 +02:00
Bernd Hahnebach
d01581f14f
FEM: some small code formation
2019-09-05 23:08:27 +02:00
Bernd Hahnebach
516d087dde
FEM: examples, use single quotes instead of double ones
2019-09-05 22:32:26 +02:00
Bernd Hahnebach
7d7df3b820
FEM: add reinforced concrete 2D wall example
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
08c83d3b53
FEM: code formating, max line length < 100, fem examples
2019-05-20 12:33:30 +02:00
Bernd Hahnebach
6a3f0dc936
FEM: solver run, add method to run fem solver and use in commands and example module
2019-03-31 11:18:12 +02:00
Bernd Hahnebach
caacf94578
FEM: examples, add this new package and the module for ccx cantilever
2019-03-31 11:18:12 +02:00