Chris Hennes
23bcfd12ff
Update translations 2025-09-09
2025-09-10 08:53:41 +02:00
Chris Hennes
b699349e9b
Merge pull request #23521 from z0r0/python-interface-bindings-final
...
Core: Python interface bindings cleanup
2025-09-08 10:58:15 -05:00
Adrian Insaurralde Avalos
5a02a99643
FEM: improve gmsh binary lookup logic
...
fixes https://github.com/flathub/org.freecad.FreeCAD/issues/28
also remove unnnecessary/redundant UseStandardGmshLocation preference
2025-09-07 20:32:07 -05:00
marioalexis
03267df425
Fem: Use Netgen bindings entirely in external program
2025-09-07 20:31:53 -05:00
FEA-eng
a1a1849cce
FEM: Better defaults for mesh export ( #23553 )
...
* FEM: Update mesh_gmsh.py
* FEM: Update DlgSettingsFemExportAbaqus.ui
* FEM: Update DlgSettingsFemExportAbaqus.ui
* FEM: Update DlgSettingsFemExportAbaqusImp.cpp
* FEM: Update AppFemPy.cpp
2025-09-07 20:31:20 -05:00
Chris Hennes
764edd81a7
Merge pull request #23494 from marioalexis84/fem-calculix_default_time_increment
...
Fem: Use default CalculiX time increments for thermo-mechanical steady state analysis
2025-09-07 20:31:06 -05:00
Chris Hennes
c0d1151633
Update translations 2025-09-03
2025-09-04 11:37:11 +02:00
marioalexis
4fa1157a46
Fem: Rename CalculiX time properties
2025-09-02 10:33:35 -03:00
Ian 'z0r0' Abreu
78ec52f1a8
updating docblock locations.
2025-09-02 08:28:47 -04:00
Ian 'z0r0' Abreu
b1c551026e
reverting author metadata
2025-09-02 08:25:37 -04:00
Ian 'z0r0' Abreu
b0b9f8fc35
Adding license documentation to interface class docblocks.
2025-09-01 21:50:59 -04:00
Chris Hennes
e36d5db583
Update translations 2025-08-30
2025-09-01 17:44:54 +02:00
FEA-eng
b78dc13944
FEM: Update DlgSettingsFemZ88.ui
2025-09-01 17:18:57 +02:00
Ian 'z0r0' Abreu
e8ea685e1b
Finalizing Python interface bindings for Fem.
2025-08-31 15:27:21 -04:00
marioalexis
d6bc5b41a3
Fem: Add support for 2D geometries to Pressure constraint - fixes #12778
2025-08-29 19:57:42 -03:00
marioalexis
4ff0d1d600
Fem: Add support for 2D geometries to HeatFlux constraint
2025-08-29 19:57:42 -03:00
marioalexis
40604881e5
Fem: Add support for 2D geometries to Contact constraint - fixes #13280
2025-08-29 19:57:36 -03:00
Chris Hennes
f3c675ed5b
Update translations
2025-08-28 16:14:49 +02:00
Max Wilfinger
3129bc9a1e
Fix UI strings reported on Crowdin ( #23297 )
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2025-08-25 06:10:53 +00:00
Max Wilfinger
ab5e9e0ded
Fix source string mistakes reported on Crowdin ( #23157 )
...
* Fix source string mistakes reported on Crowdin
* Update src/Mod/Draft/Resources/ui/TaskPanel_CircularArray.ui
Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com >
* Update src/Mod/Draft/Resources/ui/TaskPanel_CircularArray.ui
Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com >
* Update src/Mod/Draft/draftfunctions/upgrade.py
Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com >
* Update src/Mod/Draft/draftfunctions/upgrade.py
Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com >
* Update src/Mod/Draft/draftguitools/gui_downgrade.py
Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com >
* Update src/Mod/Draft/Resources/ui/TaskPanel_SetStyle.ui
Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com >
---------
Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com >
2025-08-24 20:51:32 -05:00
Chris Hennes
1ac1d93069
Merge pull request #23164 from ickby/FEM_post_fixes_4
...
Fem: Fix for 3 issues
2025-08-19 19:00:55 -05:00
pre-commit-ci[bot]
58afc1ea3c
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-08-19 15:48:09 +00:00
Stefan Tröger
261b2205b5
FEM: Update color bar when switching postprocessing frames. Fixes #22284
2025-08-19 17:44:21 +02:00
Stefan Tröger
a8cd293d6a
FEM: Update color bar of children when switching postprocessing frames
2025-08-19 17:43:52 +02:00
Chris Hennes
40b1ea294c
Update translations
2025-08-18 17:55:24 +02:00
Stefan Tröger
188ebaf6af
FEM: Fix post processing branch working with data extraction. Fixes #23030
2025-08-18 10:35:42 -05:00
Ian Abreu
aee7354dea
Core: Generation of FEM interface bindings ( #22581 )
...
* Initial commit of FEM bindings.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* running black.
* Fixing imports.
* Update src/Mod/Fem/Gui/ViewProviderFemMeshPy.pyi
Co-authored-by: João Matos <joao@tritao.eu >
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: João Matos <joao@tritao.eu >
2025-08-04 10:48:00 -05:00
Chris Hennes
2e28b2bd63
FEM: Fix multiplication result converted to larger type
2025-07-21 22:04:10 -05:00
FEA-eng
0367c952dd
FEM: Update ElementGeometry1D.ui ( #22134 )
2025-07-07 18:16:22 +02:00
Kacper Donat
93a472c202
Merge pull request #22138 from chennes/compilerWarningCleanup20250622
...
Compiler warning cleanup
2025-07-06 16:32:08 +02:00
FEA-eng
c593d8e8c1
FEM: Update Command.cpp
2025-07-03 10:45:55 +02:00
FEA-eng
8f8b1afc8c
FEM: Update TaskPostFrames.ui
2025-07-03 10:45:55 +02:00
FEA-eng
21eff41238
FEM: Update Command.cpp
2025-07-02 10:52:39 -05:00
Max Wilfinger
373b94ea12
Update src/Mod/Fem/Gui/DlgSettingsFemCcx.ui
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:42 -05:00
Max Wilfinger
de4763d1f7
Update src/Mod/Fem/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:42 -05:00
Max Wilfinger
2c53040755
Update src/Mod/Fem/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:42 -05:00
Max Wilfinger
483dbbae33
FEM: Update UI strings for consistency
2025-06-30 10:35:42 -05:00
FEA-eng
d0dcf76a26
FEM: Fix data extraction checkbox typo ( #22225 )
...
* FEM: Update PostHistogramFieldAppEdit.ui
* FEM: Update PostLineplotFieldAppEdit.ui
* FEM: Update view_post_histogram.py
2025-06-28 19:14:30 -05:00
Chris Hennes
25aa4d247c
FEM: Eliminate unused proxy member
2025-06-22 19:10:48 -05:00
pre-commit-ci[bot]
0b2dae296d
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-06-16 18:27:13 +00:00
Stefan Tröger
bd64303686
FEM: Include code quality improvements from review
2025-06-15 10:57:47 +02:00
Stefan Tröger
56def6c86d
FEM: Plot single frame index data as point
2025-06-15 10:57:47 +02:00
Stefan Tröger
919cc87674
FEM: Data extraction code version conflicts resolved: PySide, mpl, VTK
2025-06-15 10:57:47 +02:00
Stefan Tröger
b5a92b752f
FEM: Remove VTK 9.4 only function
...
And make sure filters task dialogs can be used if something in python fails
2025-06-15 10:57:47 +02:00
Stefan Tröger
fb6d0b75ac
FEM: Update data extraction dialog titles and spelling errors
2025-06-15 10:57:47 +02:00
Stefan Tröger
27f1fdabd4
FEM: Adopt data extraction for VTK <9.3: different table filter
...
Additionally remove unneeded includes in c++ code remaining from earlier experiments
2025-06-15 10:57:47 +02:00
Stefan Tröger
5f4a8f7a49
FEM: Ensure post task dialogs work without VTK python build
2025-06-15 10:57:47 +02:00
Stefan Tröger
463c6c9149
FEM: Adopt post extraction code to updated main
2025-06-15 10:57:47 +02:00
Stefan Tröger
3c22e30cd2
FEM: Usability and UI improvements for data extraction
...
Update icons for post data extraction
Improve translatability of post data extraction
Fix post data extraction commit handling
2025-06-15 10:57:47 +02:00
Stefan Tröger
a5ac5571b7
FEM: Add extraction task panel to data plot filters
2025-06-15 10:57:46 +02:00