Bernd Hahnebach
c8e222b9f8
FEM: post filter linearized stresses, rename command
2020-03-06 07:00:00 +01:00
Bernd Hahnebach
cd913abfb6
FEM: post filter data at point, rename command
2020-03-06 07:00:00 +01:00
Bernd Hahnebach
937706e5b4
FEM: post filter data along line, rename command
2020-03-06 07:00:00 +01:00
Bernd Hahnebach
9f207bab26
FEM: post filter cut function, rename command
2020-03-06 07:00:00 +01:00
Bernd Hahnebach
75d5baeeb8
FEM: post filter clip scalar, rename command
2020-03-06 07:00:00 +01:00
Bernd Hahnebach
08945a2551
FEM: post filter clip region, rename command
2020-03-06 07:00:00 +01:00
Yorik van Havre
0c1289282b
Merged latest translations from crowdin
2020-03-05 11:58:03 -03:00
donovaly
27395bbba2
[FEM] spread the fixes from commit a5be62b8 to the other dialogs
2020-03-01 14:37:28 +01:00
wmayer
a5be62b86a
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
1b57cd3ae2
Fem: [skip ci] improve implementation of TaskFemConstraintForce::onButtonDirection
2020-02-26 12:50:10 +01:00
donovaly
e2d2101996
[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
c1e7bb3a08
FEM: transform task panel, use doc identifier instead of App.ActiveDocument
2020-02-26 08:14:01 +01:00
Bernd Hahnebach
a6b22b3251
FEM: transform task panel, pyton fix
2020-02-26 00:10:58 +01:00
wmayer
78040f7711
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
c8ea17681a
FEM: constraint VP, comments
2020-02-25 20:45:49 +01:00
donovaly
520cfd8953
[FEM] constraint contact: sort out already available function
...
additionally add some comments in TaskFemConstraint.cpp
2020-02-25 19:59:01 +01:00
donovaly
d19d5b5fce
FEM: constraint dialogs: sort out commonly used function
...
additionally remove double code from TaskFemConstraintForce.cpp
2020-02-24 20:12:10 +01:00
donovaly
6ffef47ee8
remove doubled code
...
(is there already a few lines up)
2020-02-23 16:45:35 +01:00
donovaly
af7941a559
TaskFemConstraintFluidBoundary.cpp: squash GCC compiler warning
2020-02-23 16:45:35 +01:00
donovaly
d6f3c794cd
[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
3afa603a1e
[FEM] TaskFemConstraintForce.cpp: squash GCC warning
2020-02-22 09:27:18 +01:00
donovaly
288456ee4b
[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
3574182c13
TaskFemConstraintForce.ui: add tooltips and remove unnecessary spacer
2020-02-21 17:47:15 +01:00
donovaly
6cc0e3580f
[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
de517b6e9e
FEM: Add ElectricInfinity- and CapacitanceMatrix- boundary condition for Elmer
2020-02-20 18:08:01 +01:00
donovaly
325b31aae3
FEM: change behavior of Force dialog to the one of all other constraint dialogs
2020-02-20 18:07:52 +01:00
UR-0
c3864c16f4
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
389b26c48e
PartDesign/Fem: [skip ci] when handling Del key make sure that deleteAction is instantiated
2020-02-19 11:31:40 +01:00
donovaly
97de09ad6f
[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
c2a57b3e44
FEM: result task panel, Histograms added to result object instead of average stats values
2020-02-18 17:44:05 +01:00
wmayer
eab48f6158
[skip ci] Preferences names or paths must not be set to translatable strings!
2020-02-15 12:42:12 +01:00
UR-0
8b68ab74b6
FEM: use a more precise object name "vonMises" instead "StressValues"
2020-02-14 16:52:40 +01:00
Bernd Hahnebach
b799996c22
FEM: fix cmake
2020-02-12 23:41:39 +01:00
Bernd Hahnebach
20dcae5f59
FEM: result task panel, small code improvements
2020-02-12 22:57:14 +01:00
UR-0
36f4439d41
FEM: result task panel, separate hints for user defined equations
2020-02-12 22:57:05 +01:00
UR-0
c3eb6d9001
ResultShow.ui improved labels concerning user defined equations
2020-02-07 19:59:34 +01:00
donovaly
f2c83ac46b
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
2103448fd2
Fem: remove unused icon which belong to Cfd mod
2020-02-04 21:20:36 +01:00
UR-0
23839facd6
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
9b5bbb6973
fix flaws to add PreCompiled.h inside normal header files
2020-02-03 15:03:49 +01:00
Bernd Hahnebach
1ba764709a
FEM: icons, fix constraint initial temperature
2020-01-29 22:54:23 +01:00
UR-0
2beca6df67
FEM: sort icons resources file
2020-01-27 18:13:38 +01:00
Bernd Hahnebach
6364d4f261
FEM: workbench gui, sort lupdate entries
2020-01-20 05:56:55 +01:00
wmayer
9270322d25
Mod: [skip ci] implementation classes don't inherit from UI classes any more
2020-01-10 16:19:35 +01:00
Bernd Hahnebach
c075380674
FEM: result task panel, use same names as vtk results
2020-01-06 23:03:04 +01:00
Bernd Hahnebach
018d5d8d6f
FEM: mesh view provider, expose some C++ methods to Python
2020-01-06 01:07:47 +01:00
PushKK
ae7ebde4e3
[skip ci] Update Fem_ru.ts
...
Fix error in Russian translate "Fixed".
2019-12-30 13:55:03 +01:00
luz.paz
1baf5da3cf
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
12c31ab055
FEM: add gitattributes file to let git manage file endings and normalize them
2019-12-12 07:29:15 +01:00
Bernd Hahnebach
0b6e79be35
FEM: code formating do not use to many slashes
2019-12-10 21:41:06 +01:00