Commit Graph

44 Commits

Author SHA1 Message Date
Bernd Hahnebach
a536093b70 FEM: examples manager, code formating 2021-06-18 11:20:10 +02:00
Bernd Hahnebach
3626f48699 FEM: examples, update manager 2021-06-17 12:41:25 +02:00
Bernd Hahnebach
c3c383a58b FEM: examples, improve explanation text object 2021-06-17 10:39:28 +02:00
Bernd Hahnebach
7a9a282431 FEM: examples, move some method in separate module 2021-06-16 15:34:08 +02:00
Bernd Hahnebach
c47eaa36e2 FEM: coverity, some left outs 2020-07-20 23:10:47 +02:00
Bernd Hahnebach
a10f19f0a0 FEM: coverity, Null pointer dereferences 2020-07-20 22:33:54 +02:00
Sudhanshu Dubey
2f430f3bf2 FEM: examplegui modified to setup different solvers
... based on the selection by user
2020-07-09 08:08:54 +02:00
Bernd Hahnebach
ecc07bc050 FEM: examples manager, typo 2020-06-29 08:08:34 +02:00
Bernd Hahnebach
ef21d8ec08 FEM: examples manager, delete depreciated code 2020-06-26 11:26:42 +02:00
Sudhanshu Dubey
c57c3cbcf6 FEM: examples manager, add generic method to run examples 2020-06-26 10:57:07 +02:00
Sudhanshu Dubey
cfec12ec10 FEM: examples, ccx_cantilever_std separated into 4 examples 2020-06-23 07:18:56 +02:00
Sudhanshu Dubey
54c8dbd812 FEM: examples, boxanalysis separated into 2 examples
The static and frequency analysis were separated
2020-06-23 07:18:50 +02:00
Sudhanshu Dubey
6360ab6cea FEM: examples, manager, add missing run in run all 2020-06-23 07:18:39 +02:00
Bernd Hahnebach
f68f44311f FEM: fem examples manager, fix ccx tools solver 2020-06-08 10:29:45 +02:00
Bernd Hahnebach
a3a61c3348 FEM: normalise license headers 2020-05-22 18:55:05 +02:00
Bernd Hahnebach
22a585fba3 FEM: solver ccxtools, change object type 2020-05-21 15:04:18 +02:00
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