Commit Graph

77 Commits

Author SHA1 Message Date
Sudhanshu Dubey
05a76b24eb FEM: examples, changed name of example
to not conflict with CCX cantilever faceload in examplegui
2020-07-06 06:27:45 +02:00
Sudhanshu Dubey
a5a0b7b7a4 FEM: examples, add Gui to setup examples 2020-07-03 18:03:35 +02:00
Sudhanshu Dubey
27d35e57f2 FEM: examples, add method for retrieving informations 2020-07-03 18:03:27 +02:00
Bernd Hahnebach
d8d53bcb60 FEM: examples, fix mat value in simple box example 2020-07-01 22:18:14 +02:00
Bernd Hahnebach
a29c488771 FEM: elmer unit tests, add ccx canti faceload 2020-07-01 22:18:07 +02:00
Bernd Hahnebach
86c5799571 FEM: solver elmer unit test, small improvements 2020-07-01 21:44:09 +02:00
Bernd Hahnebach
a15adf2dee FEM: examples, nonlinear material, add forum link 2020-07-01 21:44:03 +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
Bernd Hahnebach
3a2485033a FEM: examples, section print, fix to setup on cmd mode 2020-06-24 09:22:01 +02:00
Sudhanshu Dubey
128819d9ff FEM: examples, add section print 2020-06-24 07:52:16 +02:00
Bernd Hahnebach
248fd5e239 FEM: examples, some comment changes 2020-06-23 09:12:24 +02:00
Sudhanshu Dubey
891a398ffb FEM: examples, use gmsh mesh object instead off pure mesh object 2020-06-23 07:19:09 +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
Sudhanshu Dubey
f30c9f3250 FEM: examples, flow 1D, add comment 2020-06-23 07:18:31 +02:00
Sudhanshu Dubey
4d731153d8 FEM: examples, bimetall, move comment 2020-06-23 07:18:25 +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
cdc290ce30 FEM: typo, pep8 2020-03-22 10:36:44 +01:00
Bernd Hahnebach
89479fd74d FEM: examples, new lines 2020-03-22 09:51:32 +01:00
Bernd Hahnebach
bd6cfa255d FEM: fix contact shell shell example 2020-03-22 09:51:22 +01:00
Bernd Hahnebach
504d2591dd FEM: examples, better choose active document for fit view 2020-03-22 09:51:13 +01:00
Bernd Hahnebach
2e4ee3e706 FEM: examples, some code improvements 2020-03-13 09:19:27 +01:00
luz.paz
c8cb520887 [skip ci] fix follow-up typos 2020-03-06 14:50:35 +01: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
06a85aaff9 FEM: contact shell example, small improvement 2020-02-06 21:14:15 +01:00
Bernd Hahnebach
39f181c0e0 FEM: contact solid example, fix obj names 2020-02-06 21:14:04 +01:00
Bernd Hahnebach
8d59ef2151 FEM: contact solid example, improve geometry creation 2020-02-04 10:47:20 +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
181fdd9110 FEM: code formating 2020-01-16 23:00:44 +01:00
UR-0
77cc0eeafa FEM: examples, improve shell contact 2020-01-16 23:00:25 +01:00
Bernd Hahnebach
e649c096c0 FEM: examples, add shell contact 2020-01-16 23:00:14 +01:00
Bernd Hahnebach
0691ba9281 FEM: examples, set input splitted input file writing to False 2020-01-16 13:57:44 +01:00
Bernd Hahnebach
8cb41bd06b FEM: examples, move dev in manager 2019-10-08 22:46:13 +02:00
Bernd Hahnebach
7d54137f51 'FEM: examples, better file names for meshes 2019-10-08 22:46:06 +02:00
Bernd Hahnebach
3acbe83ecd FEM: examples, manager, add recomputes 2019-10-08 21:56:55 +02:00
Bernd Hahnebach
8553614a65 FEM: examples, delete not needed comment 2019-10-08 21:56:48 +02:00
Bernd Hahnebach
325403ada4 FEM: examples, better var name for solver type 2019-10-08 21:56:40 +02:00
Bernd Hahnebach
fb1566b4bd FEM: examples, rename multi material example 2019-10-08 21:56:32 +02:00