marioalexis
e6950e3e11
Fem: Remove unnecessary system name check
2024-10-28 17:11:05 +01:00
marioalexis84
35013a0afd
Fem: Remove highlighted nodes if ccx finish without error - fixes #14855 ( #17203 )
2024-10-14 08:50:46 -05:00
lyphrowny
359c1ae2bb
FEM: reformat codebase
2024-06-23 16:26:36 +03:00
FEA-eng
7cdfb95a6b
FEM: Update ccxtools.py
2024-04-03 18:48:45 +02:00
luzpaz
38a01939e0
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
Uwe
4a030cd949
[FEM] remove unneeded checks for Python 3
...
since we only support Python >=3, these checks can go
2022-07-31 15:36:54 +02:00
Uwe
5f3b9d42ff
[FEM] fix missing recompute
...
after the ccx_dat_file object has been changed, the analysis must be recomputed
2022-03-25 21:05:43 +01:00
Bernd Hahnebach
ae8e8c70dd
FEM: ccx tools, do not rais exceptions if there is no binary, give feedback to the user instead
2021-08-03 07:24:01 +02:00
Bernd Hahnebach
5b05a0baed
FEM: solver, improve analysis member tests
2021-07-27 23:42:09 +02:00
Bernd Hahnebach
33679f34b4
FEM: solver run, improve output
2021-07-27 21:57:23 +02:00
Bernd Hahnebach
2aeba3674a
FEM: tasks and writer, use generic solver input writing method name
2021-07-18 14:47:50 +02:00
Bernd Hahnebach
fcb91f36af
FEM: make use of mesh data getter class for calculix solver and ccxtools
2021-07-17 20:46:36 +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
Bernd Hahnebach
0e24a75788
FEM: calculix dat result text object, move into analysis
2021-06-16 15:34:24 +02:00
UR-0
b9669db146
satisfy Travis
2021-03-07 11:24:20 +01:00
UR-0
63bc55a221
[FEM] make ccx_dat_file object (from ccx_Result) ReadOnly
2021-03-07 11:24:20 +01:00
UR-0
7499d0b37b
fixes not handled exception in "task_mesh_gmsh.py"
...
error = sys.exc_info()[0].strip()
<class 'AttributeError'>: type object 'RuntimeError' has no attribute 'strip'
Furthermore reporting "value" instead of "type" gives more useful error messages
2021-03-06 21:00:23 +01: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
UR-0
f5b235c47b
FEM: ccx constraint section print, implement in ccx writer
2020-06-24 07:52:16 +02:00
Bernd Hahnebach
4a7d5c42a7
FEM: solver ccxtools, change object type
2020-05-21 15:04:18 +02:00
Bernd Hahnebach
b4727622a9
FEM: ccx tools, better document handling
2020-03-14 21:44:55 +01:00
Bernd Hahnebach
96bd3c58e9
FEM: typo
2020-03-13 06:52:22 +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
318e5603c3
FEM: ccx tools, move pre requisite checks in separate module
2020-03-01 14:28:00 +01:00
Bernd Hahnebach
7be9a9083e
FEM: only define analysis types for calculix solver once
2020-03-01 14:27:54 +01:00
Bernd Hahnebach
ae3c93ba3c
FEM: more Python import cleaning
2020-02-27 08:33:39 +01:00
Bernd Hahnebach
ab0ace8f61
FEM: improve imports
2020-02-26 20:58:26 +01:00
UR-0
458a27f2fc
FEM: constraint tie, implement object and ccx writer
2020-02-19 17:56:39 +01:00
Bernd Hahnebach
b53c55bc79
FEM: solver writer, use member class as parameter for writer class instaed of all separate fem objs
2020-02-19 07:35:48 +01:00
Bernd Hahnebach
aae21b0235
FEM: solver writer and tasks and ccx tools, use a new member class to collect the analysis member
2020-02-19 07:23:52 +01:00
Bernd Hahnebach
3c85725155
FEM: new member tools, move some analysis member methods from utils
2020-02-19 07:23:50 +01:00
Bernd Hahnebach
62577019cf
FEM: ccx tools pre check, better error messages
2020-02-04 10:15:14 +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
19de1a4eba
FEM: result tools and ccx tools, improve method documentation
2019-09-19 09:11:02 +02:00
Bernd Hahnebach
1e3ab8276c
FEM: ccx tools, improve class documentation
2019-09-18 18:27:50 +02:00
Bernd Hahnebach
dae91a4fb2
FEM: ccx tools, use python documentation style
2019-09-15 22:43:10 +02:00
Bernd Hahnebach
802ec1d16f
FEM: improve output on solver run
2019-09-12 23:50:35 +02:00
Bernd Hahnebach
157e57d97f
FEM: ccx tools, utils imported allready
2019-09-11 07:44:17 +02:00
Bernd Hahnebach
53a2d42ce8
FEM: utils, move working dir check from ccx tools to utils
2019-09-06 21:59:37 +02:00
Bernd Hahnebach
c66f9a5b5c
FEM: utils, use snake case for new methods
2019-09-06 21:59:14 +02:00
Bernd Hahnebach
fed8cef90e
FEM: move working path methods from solver run to utils
2019-09-06 21:59:05 +02:00
Bernd Hahnebach
8a61cffcd9
FEM: ccx tools, use single quotes instead of double ones
2019-09-05 18:25:07 +02:00
Bernd Hahnebach
08a150ca95
FEM: ccx tools, small indent code formating
2019-08-15 08:40:01 +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
a043ad072e
FEM: lgtm, various improvements
2019-06-29 13:22:31 +02:00
Bernd Hahnebach
e9529b42f6
FEM: ccx tools, pre checks for reinforced material object
2019-06-16 18:29:32 +02:00