Commit Graph

772 Commits

Author SHA1 Message Date
Bernd Hahnebach
e9df57bdd4 FEM: rename icon, Constraint Force 2020-03-06 08:39:03 +01:00
Bernd Hahnebach
5c391398f6 FEM: rename icon, Constraint Fixed 2020-03-06 08:39:01 +01:00
Bernd Hahnebach
fb3a3f6a33 FEM: rename icon, Constraint Displacement 2020-03-06 08:38:59 +01:00
Bernd Hahnebach
4be60f06fa FEM: rename icon, Constraint Contact 2020-03-06 08:38:55 +01:00
Bernd Hahnebach
8a0833dd93 FEM: rename icon, Constraint Bearing 2020-03-06 08:38:55 +01:00
Bernd Hahnebach
5528ae8600 FEM: rename icon, Analysis 2020-03-06 08:38:53 +01:00
Bernd Hahnebach
63c9ff9833 FEM: command, add missing fix 2020-03-06 08:30:53 +01:00
Bernd Hahnebach
b70b01b36b FEM: gui commands, comment not used command 2020-03-06 07:51:20 +01:00
Bernd Hahnebach
f1677a0c88 FEM: post filter warp, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
7f0627ca4a FEM: post filter linearized stresses, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
e196ca0945 FEM: post filter data at point, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
9281ea4c10 FEM: post filter data along line, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
11a11c53e8 FEM: post filter cut function, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
1e3c1ed9dd FEM: post filter clip scalar, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
ce1f7dfbfa FEM: post filter clip region, rename command 2020-03-06 07:00:00 +01:00
Yorik van Havre
8933e8ed38 Merged latest translations from crowdin 2020-03-05 11:58:03 -03:00
donovaly
10cfdceb7a [FEM] spread the fixes from commit ef370e6d to the other dialogs 2020-03-01 14:37:28 +01:00
wmayer
7558b6e7cc Fem: [skip ci] fix several coding flaws:
* improve implementation of TaskFemConstraintForce::onButtonDirection
* use QSignalBlocker to tmp. suppress signals instead of dis- and re-connecting
* directly access object from SelectionObject
* don't do type checks by class name but by typeid
2020-02-26 14:15:12 +01:00
wmayer
79d00af254 Fem: [skip ci] improve implementation of TaskFemConstraintForce::onButtonDirection 2020-02-26 12:50:10 +01:00
donovaly
fe337cbbed [FEM] highlight also selected transformable surfaces
this makes it much easier to find the surfaces that are transformable
2020-02-26 08:24:16 +01:00
Bernd Hahnebach
9192ff086d FEM: transform task panel, use doc identifier instead of App.ActiveDocument 2020-02-26 08:14:01 +01:00
Bernd Hahnebach
8b154d94c8 FEM: transform task panel, pyton fix 2020-02-26 00:10:58 +01:00
wmayer
7eaede5482 Fem: [skip ci] fix segmentation fault when opening contraint transform panel
The segmentation fault is caused when NameDispl has less elements than the RefDispl property
2020-02-25 23:44:22 +01:00
Bernd Hahnebach
c2269ef092 FEM: constraint VP, comments 2020-02-25 20:45:49 +01:00
donovaly
995f860e9f [FEM] constraint contact: sort out already available function
additionally add some comments in TaskFemConstraint.cpp
2020-02-25 19:59:01 +01:00
donovaly
d813e5abf1 FEM: constraint dialogs: sort out commonly used function
additionally remove double code from TaskFemConstraintForce.cpp
2020-02-24 20:12:10 +01:00
donovaly
8a25be1fba remove doubled code
(is there already a few lines up)
2020-02-23 16:45:35 +01:00
donovaly
9ad52812a0 TaskFemConstraintFluidBoundary.cpp: squash GCC compiler warning 2020-02-23 16:45:35 +01:00
donovaly
ec213a4d98 [FEM] make the Fluid Boundary dialog behave like the other dialogs
- allows highlighting and multiple selection
2020-02-23 16:45:35 +01:00
donovaly
3d5e3b3664 [FEM] TaskFemConstraintForce.cpp: squash GCC warning 2020-02-22 09:27:18 +01:00
donovaly
f60ca91e83 [FEM] fix special Dlg issue with deletion
- if an existing constraint has only one item, the item could under some circumstances not be deleted by pressing Del
2020-02-21 18:00:58 +01:00
donovaly
334af3b30c TaskFemConstraintForce.ui: add tooltips and remove unnecessary spacer 2020-02-21 17:47:15 +01:00
donovaly
a5a5ef517b [FEM] fix direction handling in Force dialog
- the direction handling did not work because of yesterdays' PR from me
2020-02-21 17:47:15 +01:00
HoWil
ce30e9217f FEM: Add ElectricInfinity- and CapacitanceMatrix- boundary condition for Elmer 2020-02-20 18:08:01 +01:00
donovaly
4c368c7c21 FEM: change behavior of Force dialog to the one of all other constraint dialogs 2020-02-20 18:07:52 +01:00
UR-0
f4b3b3760c FEM: constraint tie, add Gui command, icon, implement task panel
Added plausibility checks to ViewProvider's accept()

tie code formating
2020-02-19 17:56:39 +01:00
wmayer
c654ce3629 PartDesign/Fem: [skip ci] when handling Del key make sure that deleteAction is instantiated 2020-02-19 11:31:40 +01:00
donovaly
d71cdc061c [FEM] add shortcut to delete constraints from list in dialog
see https://forum.freecadweb.org/viewtopic.php?f=18&t=43402
2020-02-19 10:15:10 +01:00
UR-0
35cde48588 FEM: result task panel, Histograms added to result object instead of average stats values 2020-02-18 17:44:05 +01:00
wmayer
6a13453f78 [skip ci] Preferences names or paths must not be set to translatable strings! 2020-02-15 12:42:12 +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
25e4d7ca66 FEM: fix cmake 2020-02-12 23:41:39 +01:00
Bernd Hahnebach
4327e7bca6 FEM: result task panel, small code improvements 2020-02-12 22:57:14 +01:00
UR-0
e18daf1ec4 FEM: result task panel, separate hints for user defined equations 2020-02-12 22:57:05 +01:00
UR-0
5e8dd82f5c ResultShow.ui improved labels concerning user defined equations 2020-02-07 19:59:34 +01:00
donovaly
24ec114cb8 remove program-specific SVG namespaces
while fixing a SVG export issue for techDraw I noticed that some SVG files have program-dependent (and thus not clean) code in it. These are traces of the programs Sodipodi and Inkscape, like e.g. this line:
inkscape:export-filename="/home/yorik/PartDesign_Groove.png

This is unnecessary and FC should not use program-dependent code in the SVG but use instead plain SVG strictly following the SVG specification.

This PR transforms the few affected SVGs to a plain version.
2020-02-07 07:34:49 -05:00
Xia, Qingfeng
77b819cfd4 Fem: remove unused icon which belong to Cfd mod 2020-02-04 21:20:36 +01:00
UR-0
d52e040fce ViewProviderFemResultMechanical Slider Displacement with finer scale to support large scale deformations with needed magnification less than 1.0
supprt magnification from 0.1 to 1000000.0
2020-02-04 17:04:52 +01:00
wmayer
1050b1926f fix flaws to add PreCompiled.h inside normal header files 2020-02-03 15:03:49 +01:00
Bernd Hahnebach
63e8a575f8 FEM: icons, fix constraint initial temperature 2020-01-29 22:54:23 +01:00