Commit Graph

2951 Commits

Author SHA1 Message Date
Yorik van Havre
693e374f99 Updated source ts files 2020-04-29 15:41:26 +02:00
Bernd Hahnebach
b25f7f42fb FEM: elmer tasks, fix result and output creation 2020-04-27 10:40:58 +02:00
Bernd Hahnebach
d1ccfa7a08 FEM: ccx writer, small code improvement 2020-04-27 07:38:03 +02:00
Bernd Hahnebach
8beef0566d FEM: ccx writer, move some methods around 2020-04-24 21:09:33 +02:00
Bernd Hahnebach
a2b8aa6b23 FEM: ccx writer, use better var name because of typo 2020-04-24 16:55:55 +02:00
Bernd Hahnebach
45dac67211 FEM: ccx input writer, move mesh writing code in separate method and merge one file and splitted file writer methods 2020-04-24 16:54:30 +02:00
Bernd Hahnebach
05c0f6b534 FEM: ccx input writer, delete not needed code line 2020-04-24 16:09:57 +02:00
Bernd Hahnebach
c0aa89e7ae FEM: ccx input writer, splitted, improve heatflux constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
b2dbd8c077 FEM: ccx input writer, splitted, improve pressure constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
8a7642142b FEM: ccx input writer, splitted, improve force constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
021c25a78f FEM: ccx input writer, splitted, improve node sets for fixed constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
cacf620e1a FEM: ccx input writer, splitted, improve node sets for displacement constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
b8d063f5bd FEM: ccx input writer, splitted, improve node sets for planerotation constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
11ef01fee1 FEM: ccx input writer, splitted, improve node sets for temperature constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
1f5d2fca35 FEM: ccx input writer, splitted, improve node sets for transform constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
b1623c4416 FEM: ccx writer, splitted writer, improve surface sets for tie and contact 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
028926ee9f FEM: ccx writer, splitted writer, make include names class attributes 2020-04-22 21:53:24 +02:00
Bernd Hahnebach
03629634a2 FEM: ccx writer, fix indent and white spaces 2020-04-22 21:13:55 +02:00
Bernd Hahnebach
683e78c57e FEM: ccx writer, improve new lines and comments 2020-04-22 18:05:59 +02:00
Bernd Hahnebach
89928ef1f5 FEM: ccx writer, splitted file writting, only write object headers if there are objects 2020-04-22 08:29:33 +02:00
Bernd Hahnebach
81be62cae5 FEM: ccx writer, splitted inp file, code improvements, but no changes in file writing 2020-04-22 08:29:28 +02:00
Bernd Hahnebach
25e3004024 FEM: ccx writer, splitted inp file, code moveing, but no changes in file writing 2020-04-22 08:29:22 +02:00
Bernd Hahnebach
9cd69ed7bc FEM: ccx writer, better analysis type checks for analysis member 2020-04-22 08:29:17 +02:00
ebrahimraeyat
1f595291a7 FEM: ccx writer, better object existance checks 2020-04-22 08:29:09 +02:00
Bernd Hahnebach
45aef7b028 FEM: meshtools, init empty node numbers in face search 2020-04-19 21:57:54 +02:00
Bernd Hahnebach
9dc688ff3b FEM: result task panel, avoid zero float division 2020-04-19 21:38:19 +02:00
Bernd Hahnebach
a020dc2afc FEM: meshtools, fix element names in face search 2020-04-19 21:38:09 +02:00
Bernd Hahnebach
ba34cc6a96 FEM: mesh export, add export to Python module 2020-04-17 22:51:36 +02:00
Bernd Hahnebach
656087fb98 FEM: mesh tools, better logs 2020-04-17 21:11:28 +02:00
Bernd Hahnebach
f0061fadeb FEM: group meshing, fix retriving group elements in rare cases 2020-04-15 10:50:02 +02:00
Bernd Hahnebach
9dac36eec9 FEM: self weight object, set to not shown in property editor 2020-04-15 10:49:00 +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
f516c4af05 FEM: z88 mesh exporter, fix file handle type 2020-03-30 11:38:02 +02:00
Bernd Hahnebach
39b691a994 FEM: delete wrong author, copy paste error 2020-03-27 06:47:25 +01:00
Bernd Hahnebach
c0e02f331c FEM: pep8 2020-03-27 06:43:36 +01:00
Bernd Hahnebach
97d90d53ed FEM: z88 some small code improvements 2020-03-27 06:00:35 +01:00
Bernd Hahnebach
6c399ae851 FEM: geom tools, move get element 2020-03-27 06:00:24 +01:00
Bernd Hahnebach
5d9bb6a9f0 FEM: geom tools, move find element in shape and is same geometry from meshtools 2020-03-27 06:00:18 +01:00
Bernd Hahnebach
e61699fc95 FEM: geom tools, add new module and move some geom tools from mesh tools in 2020-03-27 06:00:13 +01:00
Bernd Hahnebach
8b48fdb0ab FEM: cmake sort 2020-03-27 06:00:07 +01:00
Bernd Hahnebach
a2140c7e55 FEM: solid selection, code improvements 2020-03-27 05:59:27 +01:00
Bernd Hahnebach
4d9090f9e9 FEM: all objects unit test, add result mesh to result obj 2020-03-22 14:57:03 +01:00
Bernd Hahnebach
bbf295a30e FEM: python base constraint, do not add stats as Type 2020-03-22 13:58:05 +01:00
Bernd Hahnebach
af773b566e FEM: unit test, improve all objects test 2020-03-22 13:42:09 +01:00
Bernd Hahnebach
6875b0e32a FEM: solver Z88, fix icon 2020-03-22 13:42:05 +01:00
Bernd Hahnebach
e25cdd2d04 FEM: gmsh mesh VP, some comments 2020-03-22 11:37:13 +01:00
Bernd Hahnebach
039c25300b FEM: mesh result object, use the new Python Gui base object without display mode setting 2020-03-22 11:25:58 +01:00
Bernd Hahnebach
01c2386a19 FEM: Python Gui Base object without display modes 2020-03-22 11:25:58 +01:00
Bernd Hahnebach
3ff9d36e92 FEM: result mechanical, change obj type 2020-03-22 11:25:58 +01:00
Bernd Hahnebach
158e076f1f FEM: result mesh, change obj type 2020-03-22 11:25:58 +01:00