Russell Johnson
e8c9483201
Path: Add ProfileEdges and AvoidLastX_Faces inputs to GUI
...
Path: Set min & max values for `StepOver`
2020-05-21 23:24:17 -05:00
Russell Johnson
691c3900c1
Path: LGTM cleanup and PEP8
2020-05-21 23:24:17 -05:00
Russell Johnson
374df7838a
Path: Relocate common 3D Surface and Waterline methods to support module
2020-05-21 23:24:17 -05:00
Russell Johnson
64d1a21b24
Path: Use lazyloader for importing some modules
2020-05-21 23:24:17 -05:00
Russell Johnson
c9782a3b69
Path: Improvements to user messages
...
Remove some messages.
Implement FreeCAD.Console.Print___() in place of PathLog.___().
Path: fixes
2020-05-21 23:24:17 -05:00
Russell Johnson
52e0b04cbf
Path: new FindUnifiedRegions class
...
Improve `HandleMultipleFeatures` processing when set to `Collectively` by implementing new class to refine the processing area, attempting to remove common edges between connected face regions.
2020-05-21 23:24:17 -05:00
Bernd Hahnebach
6fc6a62df2
FEM: unit tests temporary deactivate testst due to Python2 problem
2020-05-22 01:57:25 +02:00
Bernd Hahnebach
57c0026e31
FEM: unit tests, add test class to read old document objects
2020-05-22 01:15:50 +02:00
Bernd Hahnebach
de9a3f45cf
FEM: guiobjects directory, add a readme
2020-05-22 01:08:16 +02:00
Bernd Hahnebach
c48d8c73c7
FEM: python base constraint VP, rename class and module
2020-05-22 01:08:14 +02:00
Bernd Hahnebach
01dc95ad42
FEM: python base VP, rename class and module
2020-05-22 01:08:12 +02:00
Bernd Hahnebach
316891caea
FEM: python base object, rename class and module
2020-05-22 01:08:10 +02:00
Bernd Hahnebach
3e34731831
FEM: material common, rename class and module
2020-05-22 01:08:08 +02:00
Bernd Hahnebach
f09e7b62d0
FEM: solver ccx tools, rename class and module
2020-05-22 01:08:06 +02:00
Bernd Hahnebach
8c3cc8fc6c
FEM: result mechanical, rename class and module
2020-05-22 01:08:04 +02:00
Bernd Hahnebach
11de7a7ac2
FEM: mesh result, rename class and module
2020-05-22 01:08:02 +02:00
Bernd Hahnebach
cb0a26c5b6
FEM: mesh region, rename class and module
2020-05-22 01:08:00 +02:00
Bernd Hahnebach
08e71fdf4a
FEM: mesh group, rename class and module
2020-05-22 01:07:58 +02:00
Bernd Hahnebach
32c9abdde9
FEM: mesh gmsh, rename class and module
2020-05-22 01:07:56 +02:00
Bernd Hahnebach
a33045ce13
FEM: mesh boundary layer, rename class and module
2020-05-22 01:07:54 +02:00
Bernd Hahnebach
a9c6db4e17
FEM: material reinforced, rename class and module
2020-05-22 01:07:51 +02:00
Bernd Hahnebach
d3339ddff5
FEM: material mechanical nonlinear, rename class and module
2020-05-22 01:07:49 +02:00
Bernd Hahnebach
e05794e1e8
FEM: element rotation 1D, rename class and module
2020-05-22 01:07:47 +02:00
Bernd Hahnebach
e0980b0e0a
FEM: element geometry 2D, rename class and module
2020-05-22 01:07:45 +02:00
Bernd Hahnebach
ce6a244697
FEM: element geometry 1D, rename class and module
2020-05-22 01:07:43 +02:00
Bernd Hahnebach
43d3d6a3a7
FEM: element fluid 1D, rename class and module
2020-05-22 01:07:41 +02:00
Bernd Hahnebach
8bfad3aec5
FEM: constraint tie, rename class and module
2020-05-22 01:07:39 +02:00
Bernd Hahnebach
f72d81b84c
FEM: constraint self weight, rename class and module
2020-05-22 01:07:37 +02:00
Bernd Hahnebach
a9c60e9c9a
FEM: constraint initial flow velocity, rename class and module
2020-05-22 01:07:35 +02:00
Bernd Hahnebach
6ee98227a3
FEM: constraint flow velocity, rename class and module
2020-05-22 01:07:33 +02:00
Bernd Hahnebach
7f5df5cb42
FEM: constraint electrostatic potential, rename class and module
2020-05-22 01:07:29 +02:00
Bernd Hahnebach
40b2484f62
FEM: constraint body heat source, rename class and module
2020-05-22 01:07:29 +02:00
Bernd Hahnebach
33e3c7a89b
FEM: preparation for moveing objects
2020-05-22 01:07:27 +02:00
Bernd Hahnebach
d4b9391197
FEM: unit test open doc obj, small improvements
2020-05-21 23:55:54 +02:00
Bernd Hahnebach
f14d8bef21
FEM: material object, change type
2020-05-21 23:12:08 +02:00
Bernd Hahnebach
40d9b704e5
FEM: make objects module, change standard names for material solid and fluid
2020-05-21 22:24:41 +02:00
Bernd Hahnebach
5ef596f091
FEM: migrate gui, fix module name
2020-05-21 21:17:45 +02:00
Bernd Hahnebach
b65cc482ae
FEM: test fem, remove comment line added by accident
2020-05-21 20:57:18 +02:00
Bernd Hahnebach
556a6aa5bd
FEM: cmake, remove line added by accident
2020-05-21 20:35:44 +02:00
Bernd Hahnebach
9c451dc6fe
FEM: unit tests, add test class to read saved document objects
2020-05-21 20:15:45 +02:00
Bernd Hahnebach
22a9890426
FEM: unit test, separat method to create a doc with all FEM objects
2020-05-21 19:00:05 +02:00
Bernd Hahnebach
e92c2bee7a
FEM: elmer solver writer, fix indent and some code formating
2020-05-21 18:55:30 +02:00
Bernd Hahnebach
3d89d6a407
FEM: constants, fix the fix ;-) for unit of permitivity of vacuum
2020-05-21 16:58:15 +02:00
Bernd Hahnebach
71416d0bcf
FEM: constants, fix unit of permitivity of vacuum
2020-05-21 16:53:14 +02:00
Bernd Hahnebach
9718a50c3a
FEM: objects create module, change solver calculix name
2020-05-21 16:50:30 +02:00
Bernd Hahnebach
7356163e24
FEM: objects make module, small code formating
2020-05-21 15:04:32 +02:00
Bernd Hahnebach
be168c1c84
FEM: migrate modules, fix class names
2020-05-21 15:04:30 +02:00
Bernd Hahnebach
23054f7dfd
FEM: solver taskpanel, rename and move to solver framework
2020-05-21 15:04:28 +02:00
Bernd Hahnebach
beaa889797
FEM: selection widgets, rename and move module
2020-05-21 15:04:26 +02:00
Bernd Hahnebach
e1e0de7178
FEM: solver z88, change object type
2020-05-21 15:04:24 +02:00