Chris Hennes
7187cdc811
FEM: Remove improperly licensed files
...
The original authors of these files could not be contacted to correct the licensing mistake in the FCStd files, so the test cases are removed.
2023-06-19 17:47:22 -05:00
Uwe
3bced92364
[FEM] add example file for deformation
2023-03-23 06:17:09 +01:00
Uwe
866ea2551d
[FEM] rewrite initial velocity constraint
...
- same as #8963 but for initial velocity
- add an example file that demonstrates the influence of the initial velocity
- some fine-tuning for the existing flow example
2023-03-20 04:58:24 +01:00
Uwe
cf29318063
[FEM] add an example for a turbulent flow
2023-03-17 17:57:09 +01:00
Uwe
5853b065c7
[FEM] add example for magnetostatics
2023-02-24 16:32:11 +01:00
Uwe
9440ad90a5
[FEM] add example for magnetodynamic 2D equation
2023-02-23 03:48:31 +01:00
Uwe
5d48f2bff1
[FEM] add example for magnetodynamic equation
...
- also fix description of other recently added examples
2023-02-22 03:51:28 +01:00
Uwe
efdbccd0b2
[FEM] add example for flux equation
...
- also fine-tune flow example
2023-02-21 13:01:14 +01:00
Uwe
41a20d4934
[FEM] add new example file for flow and heat
...
- also extend examples libraries for (more to come) examples with multiphysics (multiple equations)
2023-02-20 02:06:48 +01:00
Bernd Hahnebach
a149cfc609
FEM: examples manager, code formating
2021-06-18 11:20:10 +02:00
Bernd Hahnebach
4b892338bc
FEM: examples, update manager
2021-06-17 12:41:25 +02:00
Bernd Hahnebach
1d760a979b
FEM: examples, improve explanation text object
2021-06-17 10:39:28 +02:00
Bernd Hahnebach
b6768685f3
FEM: examples, move some method in separate module
2021-06-16 15:34:08 +02:00
Bernd Hahnebach
6c47bb5b9e
FEM: coverity, some left outs
2020-07-20 23:10:47 +02:00
Bernd Hahnebach
8a6eaed01f
FEM: coverity, Null pointer dereferences
2020-07-20 22:33:54 +02:00
Sudhanshu Dubey
21aefcbed6
FEM: examplegui modified to setup different solvers
...
... based on the selection by user
2020-07-09 08:08:54 +02:00
Bernd Hahnebach
b457adc0ae
FEM: examples manager, typo
2020-06-29 08:08:34 +02:00
Bernd Hahnebach
76c0391bcd
FEM: examples manager, delete depreciated code
2020-06-26 11:26:42 +02:00
Sudhanshu Dubey
2dcfdd98d0
FEM: examples manager, add generic method to run examples
2020-06-26 10:57:07 +02:00
Sudhanshu Dubey
3fdd7dc260
FEM: examples, ccx_cantilever_std separated into 4 examples
2020-06-23 07:18:56 +02:00
Sudhanshu Dubey
93b5df4be3
FEM: examples, boxanalysis separated into 2 examples
...
The static and frequency analysis were separated
2020-06-23 07:18:50 +02:00
Sudhanshu Dubey
4fa324a5b7
FEM: examples, manager, add missing run in run all
2020-06-23 07:18:39 +02:00
Bernd Hahnebach
08121cf709
FEM: fem examples manager, fix ccx tools solver
2020-06-08 10:29:45 +02:00
Bernd Hahnebach
4d961531f3
FEM: normalise license headers
2020-05-22 18:55:05 +02:00
Bernd Hahnebach
4a7d5c42a7
FEM: solver ccxtools, change object type
2020-05-21 15:04:18 +02:00
Sebastian Bachmann
19d090fe77
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
48aa159dc0
FEM: examples, add ccx cantilever with hexa20
2020-03-01 23:08:53 +01:00
Bernd Hahnebach
73194c6f75
FEM: constraint tie, add example
2020-02-19 17:56:43 +01:00
Bernd Hahnebach
c5d99771ba
FEM: thermomech bimetall, add it to the examples
2020-02-06 23:36:38 +01:00
Bernd Hahnebach
9a73ba1b7d
FEM: examples, manager, add missing examples to run all
2020-02-06 21:14:21 +01:00
Bernd Hahnebach
ec192862b2
FEM: change example contact shell shell name
2020-02-01 16:37:15 +01:00
Bernd Hahnebach
87d4276481
FEM: add constraint contact solid solid example
2020-02-01 16:36:58 +01:00
Bernd Hahnebach
d3fe9c9658
FEM: examples, copy code to run to module top
2020-01-30 17:53:23 +01:00
Bernd Hahnebach
103ed1dccf
FEM: examples, small code improvements
2020-01-20 05:56:50 +01:00
Bernd Hahnebach
e649c096c0
FEM: examples, add shell contact
2020-01-16 23:00:14 +01:00
Bernd Hahnebach
8cb41bd06b
FEM: examples, move dev in manager
2019-10-08 22:46:13 +02:00
Bernd Hahnebach
3acbe83ecd
FEM: examples, manager, add recomputes
2019-10-08 21:56:55 +02:00
Bernd Hahnebach
fb1566b4bd
FEM: examples, rename multi material example
2019-10-08 21:56:32 +02:00
Bernd Hahnebach
92fc46e3a1
FEM: fem exapmles, add nonlinear material example to show peeq strain
2019-10-08 21:56:25 +02:00
Bernd Hahnebach
e036b2a530
FEM: examples manager, small fix
2019-09-26 18:30:30 +02:00
Bernd Hahnebach
a180b93038
FEM: example simple box static and frequency, add them to the example manager
2019-09-26 18:30:24 +02:00
Bernd Hahnebach
fbea7f07bc
FEM: example thermomech flow1d, add it to the example manager
2019-09-26 07:26:12 +02:00
Bernd Hahnebach
32769c7536
FEM: examples, some improvements
2019-09-26 07:25:51 +02:00
Bernd Hahnebach
ce20d76000
FEM: example multimaterial two boxes, add it to the example manager
2019-09-25 21:22:19 +02:00
Bernd Hahnebach
0168ffa0ed
FEM: example thermomech spine, add it to the example manager
2019-09-25 21:21:56 +02:00
Bernd Hahnebach
c66f9a5b5c
FEM: utils, use snake case for new methods
2019-09-06 21:59:14 +02:00
Bernd Hahnebach
fed8cef90e
FEM: move working path methods from solver run to utils
2019-09-06 21:59:05 +02:00
Bernd Hahnebach
1bda30e845
FEM: some small code formation
2019-09-05 23:08:27 +02:00
Bernd Hahnebach
55913c5395
FEM: examples, use single quotes instead of double ones
2019-09-05 22:32:26 +02:00
Bernd Hahnebach
7cd6ea884b
FEM: add reinforced concrete 2D wall example
2019-06-16 18:29:32 +02:00