Bernd Hahnebach
ad33755869
FEM: ccx input writer, splitted, improve heatflux constraint
2020-04-24 09:35:01 +02:00
Bernd Hahnebach
5146ec5432
FEM: ccx input writer, splitted, improve pressure constraint
2020-04-24 09:35:01 +02:00
Bernd Hahnebach
fe40f2d07e
FEM: ccx input writer, splitted, improve force constraint
2020-04-24 09:35:01 +02:00
Bernd Hahnebach
da4dd0baba
FEM: ccx input writer, splitted, improve node sets for fixed constraint
2020-04-24 09:35:01 +02:00
Bernd Hahnebach
fce4a877e2
FEM: ccx input writer, splitted, improve node sets for displacement constraint
2020-04-24 09:35:01 +02:00
Bernd Hahnebach
b7796556a7
FEM: ccx input writer, splitted, improve node sets for planerotation constraint
2020-04-24 09:35:01 +02:00
Bernd Hahnebach
e6215ccb9e
FEM: ccx input writer, splitted, improve node sets for temperature constraint
2020-04-24 09:35:01 +02:00
Bernd Hahnebach
b0fd4dc916
FEM: ccx input writer, splitted, improve node sets for transform constraint
2020-04-24 09:35:01 +02:00
Bernd Hahnebach
8eda47df6f
FEM: ccx writer, splitted writer, improve surface sets for tie and contact
2020-04-24 09:35:01 +02:00
Bernd Hahnebach
cec6e629cd
FEM: ccx writer, splitted writer, make include names class attributes
2020-04-22 21:53:24 +02:00
Bernd Hahnebach
9e0a01cc4f
FEM: ccx writer, fix indent and white spaces
2020-04-22 21:13:55 +02:00
Bernd Hahnebach
1a91791b27
FEM: ccx writer, improve new lines and comments
2020-04-22 18:05:59 +02:00
Bernd Hahnebach
1ec44a2d33
FEM: ccx writer, splitted file writting, only write object headers if there are objects
2020-04-22 08:29:33 +02:00
Bernd Hahnebach
9f9099bab5
FEM: ccx writer, splitted inp file, code improvements, but no changes in file writing
2020-04-22 08:29:28 +02:00
Bernd Hahnebach
94df79fffe
FEM: ccx writer, splitted inp file, code moveing, but no changes in file writing
2020-04-22 08:29:22 +02:00
Bernd Hahnebach
92ef0eaece
FEM: ccx writer, better analysis type checks for analysis member
2020-04-22 08:29:17 +02:00
ebrahimraeyat
e39a557ca4
FEM: ccx writer, better object existance checks
2020-04-22 08:29:09 +02:00
Bernd Hahnebach
7e76135b2e
FEM: meshtools, init empty node numbers in face search
2020-04-19 21:57:54 +02:00
Bernd Hahnebach
12d30f33ef
FEM: result task panel, avoid zero float division
2020-04-19 21:38:19 +02:00
Bernd Hahnebach
29f4ecc79e
FEM: meshtools, fix element names in face search
2020-04-19 21:38:09 +02:00
Bernd Hahnebach
bbdaa62890
FEM: mesh export, add export to Python module
2020-04-17 22:51:36 +02:00
Bernd Hahnebach
f74cfae9b3
FEM: mesh tools, better logs
2020-04-17 21:11:28 +02:00
Bernd Hahnebach
0ade3f5efe
FEM: group meshing, fix retriving group elements in rare cases
2020-04-15 10:50:02 +02:00
Bernd Hahnebach
cac66f4638
FEM: self weight object, set to not shown in property editor
2020-04-15 10:49:00 +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
c29e4dda5b
FEM: z88 mesh exporter, fix file handle type
2020-03-30 11:38:02 +02:00
Bernd Hahnebach
bf6bfafb78
FEM: delete wrong author, copy paste error
2020-03-27 06:47:25 +01:00
Bernd Hahnebach
44c5b2fa21
FEM: pep8
2020-03-27 06:43:36 +01:00
Bernd Hahnebach
598e46cb18
FEM: z88 some small code improvements
2020-03-27 06:00:35 +01:00
Bernd Hahnebach
ad214cde19
FEM: geom tools, move get element
2020-03-27 06:00:24 +01:00
Bernd Hahnebach
248db6a668
FEM: geom tools, move find element in shape and is same geometry from meshtools
2020-03-27 06:00:18 +01:00
Bernd Hahnebach
ee08ffe1ad
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
22b6dfd712
FEM: cmake sort
2020-03-27 06:00:07 +01:00
Bernd Hahnebach
7788b307ba
FEM: solid selection, code improvements
2020-03-27 05:59:27 +01:00
Bernd Hahnebach
292aa0cf67
FEM: all objects unit test, add result mesh to result obj
2020-03-22 14:57:03 +01:00
Bernd Hahnebach
b359b6551e
FEM: python base constraint, do not add stats as Type
2020-03-22 13:58:05 +01:00
Bernd Hahnebach
9592d48bb3
FEM: unit test, improve all objects test
2020-03-22 13:42:09 +01:00
Bernd Hahnebach
a4d2a60f85
FEM: solver Z88, fix icon
2020-03-22 13:42:05 +01:00
Bernd Hahnebach
7b72fba992
FEM: gmsh mesh VP, some comments
2020-03-22 11:37:13 +01:00
Bernd Hahnebach
abbe6ccf98
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
e6469ae26b
FEM: Python Gui Base object without display modes
2020-03-22 11:25:58 +01:00
Bernd Hahnebach
ed34e14a9b
FEM: result mechanical, change obj type
2020-03-22 11:25:58 +01:00
Bernd Hahnebach
d953828d30
FEM: result mesh, change obj type
2020-03-22 11:25:58 +01:00
Bernd Hahnebach
ff6829522b
FEM: Python base constraint VP, better log in get icon
2020-03-22 11:25:58 +01: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
4f3561af60
FEM: typo
2020-03-22 09:51:27 +01:00
Bernd Hahnebach
bd6cfa255d
FEM: fix contact shell shell example
2020-03-22 09:51:22 +01:00
Bernd Hahnebach
e0049eb19b
FEM: tetgen exporter, get rid of active document
2020-03-22 09:51:17 +01:00
Bernd Hahnebach
504d2591dd
FEM: examples, better choose active document for fit view
2020-03-22 09:51:13 +01:00