Commit Graph

20187 Commits

Author SHA1 Message Date
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
Bernd Hahnebach
8a3234e10b FEM: solver elmer, change object type 2020-05-21 15:04:22 +02:00
Bernd Hahnebach
df5ee109d4 FEM: solver calculix, change object type 2020-05-21 15:04:20 +02:00
Bernd Hahnebach
4a7d5c42a7 FEM: solver ccxtools, change object type 2020-05-21 15:04:18 +02:00
Bernd Hahnebach
c70f0f5e04 FEM: solver ccx tools, change standard name 2020-05-21 15:04:16 +02:00
Bernd Hahnebach
623a240ab1 FEM: result mechanical, change standard name 2020-05-21 15:04:12 +02:00
Bernd Hahnebach
4583a0c547 FEM: material nonlinear, change standard name 2020-05-21 15:04:12 +02:00
Bernd Hahnebach
117665b64d FEM: make objects module, add some comment 2020-05-21 15:04:10 +02:00
wandererfan
992d584b20 [TD]handle new identifier for Draft objects 2020-05-20 21:44:26 -04:00
wmayer
e0de107817 Web: [skip ci] implement blocking tcp server 2020-05-20 16:52:36 +02:00
wmayer
8e7d521db7 PySide: [skip ci] add minimal example of embedding 2020-05-20 13:23:18 +02:00
wmayer
288aac462d [skip ci] Port glib embedding example to Py3 and Gtk3 2020-05-20 12:47:17 +02:00
vocx-fc
74e109c614 Part: update the part_test_objects script
This script is based on a similar script
created for the Draft Workbench.
2020-05-20 09:34:39 +02:00
Yorik van Havre
5aa6c4e1da Arch: Misc improvements to curtain wall
- Can be based on an edge like normal wall
- Now has a 'host' property to embed into another object (tree only)
- Mullions have different height and width properties
- Mullions or panels can be disabled
2020-05-19 13:58:46 +02:00
wmayer
6c020f554d + fix Enumeration::contains: the current index is irrelevant when searching for an entry in the enumeration
+ only print a warning if the enumeration is not empty but the restored index is < 0
2020-05-19 08:45:02 +02:00
Bernd Hahnebach
e650cefbe3 FEM: migrate, improve migration class 2020-05-18 21:17:49 +02:00
Bernd Hahnebach
702abe669f FEM: cmake, sort modules 2020-05-18 21:17:49 +02:00
Bernd Hahnebach
75b1f80096 FEM: objects create, sort methods 2020-05-18 21:17:49 +02:00
sliptonic
cb6c6705ac Merge pull request #3477 from gwicke/pathops_ui_fix
[path] Small fix in PathOpGui
2020-05-18 09:44:21 -05:00
sliptonic
1ee600e5a9 Merge pull request #3476 from gwicke/linuxcnc_post_opt
Path: LinuxCNC postprocessor scalability
2020-05-18 09:43:13 -05:00
Yorik van Havre
870ba0c545 Arch: Fixed Pipe positioning 2020-05-18 15:24:08 +02:00
Yorik van Havre
b0775ee7ce Arch: Fixed regression in compound walls 2020-05-18 15:04:26 +02:00
Yorik van Havre
aa3afc1824 Arch: Removed wrong warning in walls 2020-05-18 13:28:55 +02:00