Uwe
b3208f643e
[FEM] fix broken Z88 part 2: fix error handling
...
- when the solver failed, we cannot return a non-existing res_obj
2022-03-25 18:01:12 +01:00
Uwe
e9835c0b10
[FEM] fix broken Z88 part 1: don't hardcode solver
...
- especially don't hardcode the choly solver that fails quickly for finer meshes
- setting sorcg as default since it shows the best performance with the cantilever tests
2022-03-25 16:49:03 +01:00
wmayer
54a5114d71
Fem: split strings with placeholders to make sure it's still created correctly if translation is broken
2022-03-25 15:48:46 +01:00
wmayer
ccc0d54d97
TD: [skip ci] activate PCH of TechDraw (Gui) and use forward declarations
...
For MSVC this reduces compile time by ~20%
2022-03-25 13:54:47 +01:00
Yorik van Havre
338a27cbdc
Arch: Fixed placement of rebars in IFC export
2022-03-25 13:41:45 +01:00
wmayer
6279408456
TD: [skip ci] activate PCH of TechDraw (App)
...
For MSVC this reduces compile time by ~50%
2022-03-25 13:34:07 +01:00
Uwe
0e98485112
[FEM] fix Gmsh deletion handling
...
- fixes the issue that one could accidentally delete a mesh despite it has submeshes
- also a coding style improvement
2022-03-25 05:50:31 +01:00
Uwe
58c020b47f
[FEM] mechanical result: add proper deletion handling
...
- use a warning with possibility to cancel like for the C++ FEM objects
2022-03-25 05:38:49 +01:00
Uwe
8bd4bb9c6d
[skip CI] [FEM] remove unused comment
2022-03-25 05:35:44 +01:00
Uwe
5757cdf2ad
[TD] remove a single-header file
2022-03-25 04:11:53 +01:00
Uwe
b25d7ad48d
[TD] Gui Headers: remove unused header - part 4/4
2022-03-25 03:43:44 +01:00
Uwe
175484cf3f
[TD] add missing header
2022-03-25 03:04:39 +01:00
Uwe
965868b799
[TD] Gui Headers: remove unused header - part 3
2022-03-25 02:47:09 +01:00
Uwe
093a8edec5
[TD] Gui Headers: remove unused header - part 2
2022-03-25 02:34:36 +01:00
Uwe
d0ec4aafdc
[TD] Gui Headers: remove unused header - part 1
2022-03-25 01:58:33 +01:00
Uwe
19c8a76c62
[TD] App Headers: remove unused header - part 3/3
2022-03-25 01:13:34 +01:00
Chris Hennes
24ac3c46ed
Addon Manager: Support setting selection externally
2022-03-24 19:12:15 -05:00
Uwe
6bc8a0236a
[TD] EdgeWalker: try to fix CI compilation issue
2022-03-25 00:29:29 +01:00
Uwe
60012cd27e
[TD] App Headers: remove unused header - part 2
2022-03-25 00:01:49 +01:00
Uwe
0c1172c58e
[TD] App Headers: remove unused header - part 1
2022-03-24 23:06:08 +01:00
Uwe
80a828af39
[FEM] handle Elmer result mesh zoom properly
...
- also fix an issue that after a successful simulation, no result was visible
2022-03-24 22:01:45 +01:00
wmayer
32c46fa98a
Path: suppress warnings caused by boost
2022-03-24 21:09:28 +01:00
wmayer
de2d55cacb
PD: include header with export macros
2022-03-24 21:09:19 +01:00
wmayer
72cf783493
Sketcher: include header with export macros
2022-03-24 21:09:14 +01:00
Chris Hennes
b011661100
Addon Manager: Fix bug in dep res dialog
2022-03-24 15:05:34 -05:00
wmayer
7dd43210e8
Part: include header with export macros
2022-03-24 21:02:01 +01:00
wmayer
b8feeb31ca
Spreadsheet: include header with export macros
2022-03-24 20:51:48 +01:00
wmayer
d0d60cdf01
Start: include header with export macros
2022-03-24 20:51:04 +01:00
wmayer
6ca12d31b3
Draft: include header with export macros
2022-03-24 20:48:41 +01:00
wmayer
076501b73b
FEM: include header with export macros
2022-03-24 20:47:56 +01:00
wmayer
48c6777d82
Points: include header with export macros
2022-03-24 20:46:47 +01:00
wmayer
07b4cefd06
Inspection: include header with export macros
2022-03-24 20:45:03 +01:00
wmayer
1048176fc3
Import: include header with export macros
2022-03-24 20:44:34 +01:00
wmayer
c8f049f6db
Image: include header with export macros
2022-03-24 20:43:51 +01:00
wmayer
8aaccbd84f
Drawing: include header with export macros
2022-03-24 20:42:53 +01:00
wmayer
bb8dda44f5
Mesh: include header with export macros
2022-03-24 20:42:15 +01:00
wmayer
10e65e9141
Surface: include header with export macros
2022-03-24 20:41:34 +01:00
wmayer
eb29be99c2
Web: include header with export macros
2022-03-24 20:40:59 +01:00
wmayer
b02854f842
Raytracing: include header with export macros
2022-03-24 20:40:31 +01:00
Wanderer Fan
1bf7803b15
[TD]fix diameter dim alignment in DXF
2022-03-24 15:22:23 -04:00
wmayer
ee28112968
Fem: include Python.h before any vtk headers to fix compiler warnings
2022-03-24 20:05:27 +01:00
Uwe
6abef5bee1
[FEM] re-add a header as compile fix
2022-03-24 19:10:39 +01:00
Uwe
c9ac61408c
[FEM] TaskPostBoxes: remove unused headers
...
- also some sorting
2022-03-24 18:58:01 +01:00
Uwe
4d3a963864
[FEM] add missing functions deletion handling
...
as it was, one could delete the functions container breaking the simulation. Now you get a warning.
- also remove unused includes
2022-03-24 16:17:44 +01:00
Uwe
f95e76843c
[FEM] add missing analysis deletion handling
...
as it was, one could delete the analysis container breaking everything. Now you get a warning.
- also fix typos
2022-03-24 15:56:08 +01:00
Uwe
e8d64631ad
[FEM] App headers: remove unused headers
2022-03-24 15:35:32 +01:00
sliptonic
22d23f0d6c
Merge pull request #6651 from sliptonic/bug/5956
...
[Path] Fix # 5956.
2022-03-24 09:05:39 -05:00
Uwe
59b48d4192
[FEM] handle deletion of solver objects
...
As it was, a deletion of non-empty solver could not be stopped, one could only decide if childs would be deleted too
Now you get a warning and can stop the deletion
2022-03-24 14:55:40 +01:00
Uwe
5212bd79fe
[skip CI] [FEM] fix a comment
...
- remove misleading comment
- add a comment
2022-03-24 14:52:28 +01:00
wmayer
d5fd3f996e
Base: make Parameter class less vulnerable for invalid user config files
2022-03-24 11:43:39 +01:00