Chris Hennes
3c191331a2
AddonManager: pylint cleanup, git
2022-08-21 14:32:15 -05:00
Chris Hennes
46fc605fca
Addon Manager: Refactoring and pylint cleanup
2022-08-21 14:32:15 -05:00
Chris Hennes
ee162ff3a8
Addon Manager: Refactor to test git and eliminate GitPython
2022-08-21 14:32:15 -05:00
Chris Hennes
b6da08ef8b
Addon Manager: Create new git handling mechanism
2022-08-21 14:32:15 -05:00
Chris Hennes
f0d5d716a7
Part: Add missing include to PCH
2022-08-21 14:23:26 -05:00
wmayer
0a96f088d1
Part: add Part.makeFilledSurface() that internally uses GeomFill_Generator
2022-08-21 18:21:13 +02:00
wmayer
5014bab534
Mod: replace std::ifstream/std::ofstream with Base::ifstream/Base::ofstream
2022-08-21 12:46:53 +02:00
wmayer
145c3bf7c5
PD: [skip ci] fix UTF-8 handling in Hole feature
2022-08-21 11:07:15 +02:00
Chris Hennes
a72bf218f9
Sketcher: Tweak tip language for ConstrainRadiam
...
Based on a question in CrowdIn.
2022-08-20 18:11:11 -05:00
wmayer
ff01905f0b
TD: fix UTF-8 handling in LineGroup
2022-08-20 16:00:36 +02:00
Benjamin Bræstrup Sayoc
8f067e02f3
[TechDraw] Remove uneeded redefinitions of inherited functions
2022-08-19 09:14:10 -04:00
Wanderer Fan
f5c5eec3bb
[TD]code review changes for Gui
2022-08-18 19:43:04 -04:00
Wanderer Fan
f9d62da307
[TD]code review changes for dvp, dvs
2022-08-18 19:43:04 -04:00
Wanderer Fan
e8a25a8fdf
[TD]code review changes for dgh, dpg, dpgi, dra
2022-08-18 19:43:04 -04:00
Wanderer Fan
644b4991e2
[TD]code review changes for dvp and dvd
2022-08-18 19:43:04 -04:00
Wanderer Fan
d6806167e1
[TD]fix typo in message
2022-08-18 13:02:50 -04:00
Wanderer Fan
2d7d882235
[TD]prevent running threads on object delete
2022-08-18 09:34:32 -04:00
Wanderer Fan
74cdc6db61
[TD]code clean ups
...
- QtConcurrent include and CMake for Win
- include clean up dvp, dvs, dvd
- variable names and nested if clean up
- remove debug code
2022-08-18 09:34:32 -04:00
Wanderer Fan
b1dd0bd2d0
[TD]add preference for progress reporting
2022-08-18 09:34:32 -04:00
Wanderer Fan
f12846599d
[TD]fix detail of section not displayed on restore
2022-08-18 09:34:32 -04:00
Wanderer Fan
00b671e370
[TD]fix projectShape for shape outline
2022-08-18 09:34:32 -04:00
Wanderer Fan
6677cd4d8f
[TD]clazy warnings and duplicate setter/getter
...
- clazy warning re missing Q_OBJECT
- include TechDrawGlobal.h in headers
- resolve duplicate setter/getters
2022-08-18 09:34:32 -04:00
Wanderer Fan
006cf78c7a
[TD]fix segfault on repeated open/close
...
[TD]fix memory leak in ViewProviderPage
[TD]fix QGView redraws at idle
2022-08-18 09:34:32 -04:00
Wanderer Fan
6df801ed96
[TD]respect AutoDistribute on load
2022-08-18 09:34:32 -04:00
Wanderer Fan
a2b09d37c5
[TD]move section cut and detail common to thread
2022-08-18 09:34:32 -04:00
Wanderer Fan
ac63550122
[TD]add progress reporting framework
2022-08-18 09:34:32 -04:00
Wanderer Fan
7e701969af
[TD]run hlr and extractFaces in threads
2022-08-18 09:34:32 -04:00
Wanderer Fan
bdf4cea14e
[TD]refactor scene/view/mdi
...
- move scene related functions out of mdiViewPage
and QGVPage.
- route requests for scene/view/mdi through
ViewProviderPage
2022-08-18 09:34:32 -04:00
Uwe
ee68391bc8
[FEM] point filter: add units for flux results
2022-08-17 00:10:22 +02:00
Uwe
876b4ebb8e
[FEM] Elmer: fix flux equation
...
- the Flux solver must be executed before Heat and Electrostatic
- the analysis can have multiple Flux equations -> write a unique solver name to case.sif
- the Flux equation can currently only take 2 possible values. Therefore provide them as enum
2022-08-16 03:49:26 +02:00
wmayer
68053e4f4d
ReverseEngineering: [skip ci] improve doc string of approxSurface
2022-08-15 15:23:39 +02:00
Uwe
baf294a5a6
[FEM] initial pressure: bind expression to QuantitySpinBox
2022-08-15 11:54:33 +02:00
wmayer
020bf1789a
Base: expose enum NumberFormat to Python
2022-08-15 11:12:53 +02:00
ebrahimraeyat
c3e724d78d
Removing Unnecessary if conditional check
2022-08-15 07:15:05 +04:30
Uwe
040f86c4d5
[FEM] fix body heat source constraint
...
- as the name implies, it must be possible to set the heat to different bodies
- for this a selection dialog is necessary
- check that heat is not zero
2022-08-15 02:47:01 +02:00
Uwe
0a18346767
[FEM] potential constraint: change default value
...
- in practice one wants to apply potentials to faces via this constraint, therefore enable to set a potential by default, also assure that the initial unit is V
2022-08-15 02:41:35 +02:00
Uwe
9b56412856
[FEM] potential constraint: allow to set expression for value
2022-08-15 01:33:35 +02:00
Uwe
26c04ab136
[FEM] [skip CI] sorting in Fem.qrc
2022-08-14 23:02:05 +02:00
Uwe
f7c3989a2f
[FEM] move initial pressure to fluid constraints group
...
- this is a fluid-specific constraint
2022-08-14 22:32:29 +02:00
Uwe
a598398a0b
[FEM] [skip CI] Elmer writer: fix indentation mistake
...
- found by Pylint checker
2022-08-14 20:41:29 +02:00
wmayer
43b6c65311
Test: unit test for handling of the factor of F/m
...
This test is supposed to cause a failure because of the wrong factor of F/m for SI1 and SI2 in commit 9db5dff7
2022-08-14 20:17:13 +02:00
Uwe
27f50ad131
[FEM] add initial pressure constraint ( #7364 )
...
* [FEM] add initial pressure constraint
- this is needed for fluids
2022-08-14 20:00:36 +02:00
Uwe
32d7663e46
[FEM] permittivity: improve code
...
- in commit 9db5dff7 I hard-coded the permittivity incorrectly
2022-08-14 19:12:59 +02:00
wmayer
7ed74fa63d
Test: [skip ci] failUnless is deprecated, replace it with assertTrue
2022-08-14 19:06:39 +02:00
Uwe
9db5dff744
[FEM] fix handling of vacuum permittivity
...
- fix message that permittivity object was not handled
- set an expression, otherwise the user gets only "0.000" for the default of 8.8e-12
- use as unit the common "F/m" (this is also more user-friendly than "s^4*A^2 / (m^3*kg)")
- fix a ToDo
2022-08-14 17:59:42 +02:00
Uwe
e2636b2926
[FEM] Elmer example: remove wrong permittivity
...
- a permittivity of 1 F/m is not physical, also not for testing. In fact overwriting a constant is not good practice for an example
2022-08-14 17:54:15 +02:00
Uwe
e0585a328b
[FEM] Elmer: writer: get rid of unnecessary function
...
- fixes the ToDo
- also remove unnecessary comment
2022-08-14 17:12:48 +02:00
Wanderer Fan
99120c2c74
[TD]include clean up continued
2022-08-14 10:29:25 -04:00
Uwe
dce15245fa
[FEM] Elmer: handle pressure for fluids
...
- Elmer allows external pressure on fluid boundaries as well as for solids
2022-08-14 16:08:14 +02:00
Wanderer Fan
f2ba030ebb
[TD]remove precompiled from *.h
2022-08-14 09:20:38 -04:00