Commit Graph

19476 Commits

Author SHA1 Message Date
Bernd Hahnebach
efff32cbbc Material: typos 2020-02-04 21:30:46 +01:00
Xia, Qingfeng
325c90b617 Material: update fluid material and correct 2 value errors 2020-02-04 21:20:40 +01:00
Xia, Qingfeng
2103448fd2 Fem: remove unused icon which belong to Cfd mod 2020-02-04 21:20:36 +01:00
Xia, Qingfeng
13ea18d4d6 Fem: bugfix for FluidMaterial does not show in FemMaterialTaskPanel 2020-02-04 21:20:31 +01:00
Bernd Hahnebach
ae107ac2c0 FEM: mech result VP, code formating 2020-02-04 17:05:01 +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
donovaly
a5fe809763 [TD] DlgPrefsTechDrawx.ui: improve layout, wording and tooltips
part 2: - page 1 (some more), 3, 4, 5
2020-02-04 08:08:08 -05:00
donovaly
40fb83207d [TD] DlgPrefsTechDrawx.ui: improve layout, wording and tooltips
part 1: - page 1 and 2
2020-02-04 08:08:08 -05:00
donovaly
658fd9b439 [TD] further SVG fix
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42955&p=366102#p366102
2020-02-04 08:06:57 -05:00
donovaly
a87a52d1e8 [TD] Command.cpp: restore menu names
these 3 have accidentally been changed by commit a92e157a
2020-02-04 08:05:50 -05:00
Bernd Hahnebach
f5835dc6ce FEM: contact solid example, improve geometry creation 2020-02-04 10:47:20 +01:00
Bernd Hahnebach
fb5f8497f6 FEM: nonlinear material fix for Py2 and reactivate unit test 2020-02-04 10:40:18 +01:00
Bernd Hahnebach
7e01116206 FEM: node sets, return sorted with unique values 2020-02-04 10:40:18 +01:00
Bernd Hahnebach
7dcc02d27a FEM: ccx tools pre check, better error messages 2020-02-04 10:15:14 +01:00
Yorik van Havre
8c571f90a0 Implemented SendToPythonConsole FreeCAD-wide (edit and context menu) 2020-02-04 10:02:29 +01:00
Bernd Hahnebach
da71719896 FEM: constraint contact, move retrieving the face ids in writer base class 2020-02-03 23:12:39 +01:00
Bernd Hahnebach
285d8547df FEM: constraint contact ccx writer, use name to identify constr data in writer file 2020-02-03 23:12:38 +01:00
Bernd Hahnebach
efe534bfca FEM: get pressure faces ids, some better comments and very small code improvement 2020-02-03 23:12:38 +01:00
Bernd Hahnebach
82c89e176a FEM: ccx tools unit test, fix file save name 2020-02-03 23:12:38 +01:00
wmayer
9b5bbb6973 fix flaws to add PreCompiled.h inside normal header files 2020-02-03 15:03:49 +01:00
wmayer
390a0a2c51 Gui: [skip ci] handle possible division by zero in NaviCube 2020-02-03 14:39:54 +01:00
triplus
b2aaa95a72 Update copyright information [skip ci] 2020-02-03 08:16:12 -05:00
wmayer
e4be9e43d6 TechDraw: [skip ci] user visible text should be translated 2020-02-03 13:41:35 +01:00
donovaly
61005608ca [TD] TaskRichAnno tr to fix Qt4 build 2020-02-03 07:20:52 -05:00
donovaly
72e55ca8a3 fix missing namespaces in SVG files
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42955&start=10#p365470
2020-02-03 07:20:52 -05:00
donovaly
1583f3c307 [TD] correct icon name
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42979
2020-02-03 07:20:52 -05:00
WandererFan
a92e157a9d [TD]sync icon names and menu entries
- contributed by @uwe
2020-02-03 07:20:52 -05:00
donovaly
fe2c802ed4 [TD] fix 2 typos 2020-02-03 07:20:52 -05:00
donovaly
3a991afe7b [TD] update menu name to fit into the current naming scheme 2020-02-03 07:20:52 -05:00
Bernd Hahnebach
6001172f5a FEM: unit test, fix comments 2020-02-03 08:46:27 +01:00
wmayer
2a396025c2 Part: Restore parametric refine function 2020-02-02 20:48:02 +01:00
wmayer
ba5e50ada9 Mesh: alternative method for cylinder fit using Levenberg-Marquardt algorithm 2020-02-02 16:30:05 +01:00
Bernd Hahnebach
f8b8e4a103 FEM: meshtools, some commets for ccxelement faces binary search 2020-02-02 14:23:15 +01:00
wmayer
74680b8a15 Mesh: [skip ci] approximation of cylinder and sphere using WildMagic lib 2020-02-01 19:01:24 +01:00
wmayer
eae645517e Mesh: [skip ci] fix crash in mesh segmentation 2020-02-01 18:59:00 +01:00
Bernd Hahnebach
230c1c9303 FEM: change example contact shell shell name 2020-02-01 16:37:15 +01:00
Bernd Hahnebach
3310d52f75 FEM: add contact solid solid unit test 2020-02-01 16:37:09 +01:00
Bernd Hahnebach
ae3f750044 FEM: add constraint contact solid solid example 2020-02-01 16:36:58 +01:00
donovaly
fa635035dd add missing placeholder text as in #2968 2020-01-31 08:35:38 -05:00
donovaly
cf8fee41b6 * also update 2 tooltips (the dialog already shows the current length unit) 2020-01-31 08:35:38 -05:00
donovaly
99baface06 [TD] set default text size for RichAnno dialog
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42414&p=364965#p364965
2020-01-31 08:35:38 -05:00
Yorik van Havre
6c59182d5d Arch: Fix in material reader 2020-01-31 13:49:31 +01:00
Bernd Hahnebach
94575bcd39 FEM: utils, better print message for ref shape check 2020-01-31 08:49:10 +01:00
Bernd Hahnebach
6763c1461c FEM: ccx tools test, sort imports 2020-01-31 08:26:06 +01:00
Bernd Hahnebach
b18b8a8f51 FEM: unit test, reactivate nonlin mat unit test for Py3 2020-01-30 21:10:56 +01:00
Bernd Hahnebach
84aa3bbcc7 FEM: examples, copy code to run to module top 2020-01-30 17:53:23 +01:00
wmayer
b0902dbcb7 Mesh: [skip-ci] add method to get curvature info directly from mesh object 2020-01-30 17:22:31 +01:00
wmayer
6d109cd62d Mesh: [skip-ci] fix wrongly computed curvature values for meshes in analysis tool 2020-01-30 17:09:28 +01:00
wmayer
f70a267d77 issue #0004258: FreeCAD crashes on "Edit datum" in PartDesign when datum in Part [skip-ci] 2020-01-30 16:07:17 +01:00
donovaly
cc5e5f97e1 [TD] add missing update when changing WeldSymbol parameter
see https://forum.freecadweb.org/viewtopic.php?f=35&t=40608&p=364690#p364690
2020-01-30 09:29:51 -05:00