Bernd Hahnebach
6c4d2ed29a
FEM: add Nastran mesh exporter based on pyNastran
2021-07-31 16:56:35 +02:00
luz paz
4d21ffa904
Fix various typos
2021-07-31 09:46:50 +02:00
Bernd Hahnebach
c957570c0e
FEM: meshtools, add generic method to return femmesh type
2021-07-29 18:19:42 +02:00
Bernd Hahnebach
ba11c64d33
FEM: ccx results name improvements
2021-06-24 18:03:35 +02:00
Tobias Vaara
b3fc3341dc
FEM: CCX naming of buckling resultfile
...
Fixes the naming of the resultfile. Instead of displaying 'Time', it displays "BucklingFactor".
2021-06-24 18:03:20 +02:00
UR-0
0bdb038533
[FEM] typos
2021-06-17 08:02:07 +02:00
Bernd Waibel
97a9571892
[Fem] fix femtest failure with yaml.load
...
Solves an issue with using an outdated call to yaml.load
as described in
https://forum.freecadweb.org/viewtopic.php?f=10&t=57617
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net >
2021-05-06 19:52:20 +02:00
Bernd Hahnebach
3c1d251014
FEM: code formatting, revert parts of commit 058582edb5b
2021-02-16 16:17:47 +01:00
luz paz
55f471b72c
FEM: doxygen
2020-12-04 17:50:00 +01:00
Bernd Hahnebach
6fda0a2faa
FEM: python, get rid of bare excepts
2020-10-27 08:24:27 +01:00
Bernd Hahnebach
2f4c0bc5a8
FEM: fix unit test after coverity test
2020-07-20 23:11:18 +02:00
Bernd Hahnebach
8a6eaed01f
FEM: coverity, Null pointer dereferences
2020-07-20 22:33:54 +02:00
Bernd Hahnebach
a244800e63
FEM: in out, improve title strings
2020-07-14 20:46:53 +02:00
Bernd Hahnebach
20cb8e2480
FEM: vtk pipeline, and frd reader, principal stress, revert and improve 35cf9681cc5b
2020-07-14 13:26:57 +02:00
Bernd Hahnebach
39bc111056
FEM: in out, improve imports
2020-07-14 07:36:07 +02:00
Bernd Hahnebach
6da5e33196
FEM, z88 result import, fill displacement length
2020-07-12 21:27:51 +02:00
Bernd Hahnebach
52218e75cf
FEM: z88 result reader, fill stats
2020-07-12 19:55:23 +02:00
Bernd Hahnebach
82ea30f752
FEM: imports, improvements
2020-06-30 22:27:16 +02:00
Bernd Hahnebach
4d961531f3
FEM: normalise license headers
2020-05-22 18:55:05 +02:00
Bernd Hahnebach
bbdaa62890
FEM: mesh export, add export to Python module
2020-04-17 22:51:36 +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
598e46cb18
FEM: z88 some small code improvements
2020-03-27 06:00:35 +01:00
Bernd Hahnebach
e0049eb19b
FEM: tetgen exporter, get rid of active document
2020-03-22 09:51:17 +01:00
Bernd Hahnebach
c6ae035d50
FEM: code formating and unifor licence header in Python modules
2020-03-04 07:50:21 +01:00
Bernd Hahnebach
ab0ace8f61
FEM: improve imports
2020-02-26 20:58:26 +01:00
UR-0
47f16467db
FEM: use a more precise object name "vonMises" instead "StressValues"
2020-02-14 16:52:40 +01:00
Bernd Hahnebach
7ea6039586
FEM: fenics export, remove u from print messages
2020-01-27 18:12:56 +01:00
joha2
42c40bf038
FEM: mesh: XML fenics mesh export fixed
...
Co-authored-by: qingfengxia <qingfeng.xia@gmail.com >
2020-01-27 18:08:10 +01:00
Bernd Hahnebach
f33b7dc7ee
FEM: make sure results are loaded into the correct document
2020-01-14 13:44:53 +01:00
Bernd Hahnebach
78c95c7929
FEM: frd result reading, improve error handling
2020-01-10 09:02:15 +01:00
Bernd Hahnebach
d583fd26cd
FEM: console messages line break improvements
2020-01-09 08:10:07 +01:00
luz.paz
73b8ee91ee
FEM: [skip ci] fix header uniformity
...
This PR fixes header uniformity across all FEM WB files
2019-12-21 20:00:14 +01:00
Bernd Hahnebach
10906efeb9
FEM: frd reader, delete not needed import
2019-10-08 21:56:17 +02:00
Bernd Hahnebach
9ec4a1936a
FEM: frd reader, fix analysis identifier
2019-09-26 18:30:35 +02:00
Markus Hovorka
6929229ddc
FEM: in out modules, Replace print with Console.Print* calls
2019-09-23 21:16:51 +02:00
Bernd Hahnebach
a9f505818b
FEM: code formating
2019-09-18 21:27:20 +02:00
Bernd Hahnebach
e0c8440e06
FEM: ccx result reader, translate German comment
2019-09-13 09:33:07 +02:00
Bernd Hahnebach
53252eb720
FEM: in out modules, use double quotes instead of single ones
2019-09-13 09:33:01 +02:00
Bernd Hahnebach
3ec5af952d
FEM: replace prints with console prints
2019-09-13 08:26:49 +02:00
Bernd Hahnebach
2ce560120e
FEM: objects, use same name system no matter if C++ or Python object
2019-07-03 12:43:27 +02:00
Bernd Hahnebach
1f5e8ea446
FEM: in out, z88 mesh, fix string replacements
2019-07-03 07:37:40 +02:00
Bernd Hahnebach
93fac6b24a
FEM: frd result reader, fix principal stress calculation if pure frd file was opened
2019-07-02 13:17:24 +02:00
Bernd Hahnebach
9ab0fa44f2
FEM: frd result reader, fix compact mesh for multiple result sets if not compacted
2019-07-02 12:54:54 +02:00
Bernd Hahnebach
35b05a9d76
FEM: code formating, flake8 and white spaces
2019-07-02 12:54:50 +02:00
Bernd Hahnebach
56cf8e7a87
FEM: result reading, fix eigenmode number reading
2019-07-01 21:41:24 +02:00
Bernd Hahnebach
950ad33233
FEM: in out, get rid of not needed exception
2019-06-30 23:50:03 +02:00
Bernd Hahnebach
6dac1faaf2
FEM: code formating, still more of them
2019-06-16 23:39:35 +02:00
Bernd Hahnebach
4c643a0168
FEM: code formating, improve imports, get rid of E402 error
2019-06-16 23:21:38 +02:00
Bernd Hahnebach
7aa4bea38d
FEM: code formating
2019-06-16 23:21:28 +02:00