Bernd Hahnebach
8abfe38fb1
FEM: examples, code formating material multiple two boxes
2020-07-10 08:41:11 +02:00
Sudhanshu Dubey
c6a92226f9
FEM: examples, added mutibody face analysis example
2020-07-10 08:41:05 +02:00
Sudhanshu Dubey
a089d4e4da
FEM: examples, add another multi material
2020-07-10 08:41:03 +02:00
Bernd Hahnebach
efc3abdbf7
FEM: examples, some code improvements
2020-07-09 21:35:20 +02:00
Bernd Hahnebach
bf98467c50
FEM: examples, remove z88 solver from not supported examples
2020-07-09 19:47:00 +02:00
Sudhanshu Dubey
0869621707
FEM: examples, solver name changed to work with new examplegui
2020-07-09 18:02:49 +02:00
Sudhanshu Dubey
44f46da701
FEM: cancel button changed to close button
2020-07-09 08:09:09 +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
630208e879
FEM: examples gui, code formating
2020-07-08 00:01:22 +02:00
Bernd Hahnebach
5cd12be51f
FEM: examples gui, improve close and only enable button on selectig example
2020-07-07 22:02:16 +02:00
Sudhanshu Dubey
eed05c7db3
FEM: examples gui, improvemnts
...
OK button changed to Setup and buttons disabled by default
2020-07-07 22:02:07 +02:00
Bernd Hahnebach
2ee361df3d
FEM: examples, add warning if wrong solver type is given to the setup method
2020-07-07 18:49:25 +02:00
Bernd Hahnebach
8b82fdf7f5
FEM: elmer writer, equation elasticity, only write needed material values
2020-07-07 12:33:54 +02:00
Bernd Hahnebach
8d9fb3e173
FEM: examples gui, fix report console error
2020-07-07 09:48:00 +02:00
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