Commit Graph

4733 Commits

Author SHA1 Message Date
FEA-eng
574da4687d FEM: Update commands.py 2024-08-31 13:15:46 -05:00
pre-commit-ci[bot]
a91ba92f01 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-08-28 15:56:09 +00:00
Yorik van Havre
2c17bf7200 Merged crowdin translations 2024-08-28 17:51:34 +02:00
wmayer
c30d42c441 Core: Rename ViewProviderPythonFeature to ViewProviderFeaturePython
Fixes #15888
2024-08-26 18:14:22 +02:00
Andrea
4957477f67 Update ViewProviderFemMesh.cpp
fix warning: variable 'j'and 'i' is not initialized
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Update ViewProviderFemMesh.cpp
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
2024-08-24 19:53:10 -05:00
marioalexis
9c92f93452 Fem: Disconnect connection when destroying Constraint object 2024-08-24 19:51:24 -05:00
FEA-eng
a7a8491601 FEM: Start examples rework (#15786)
* FEM: Delete data/examples/FemCalculixCantilever1D.FCStd

* FEM: Delete data/examples/FemCalculixCantilever2D.FCStd

* FEM: Delete data/examples/FemCalculixCantilever3D.FCStd

* FEM: add new example combining the previous 3

* FEM: Update CMakeLists.txt

* FEM: Update femmesh2mesh.py

* FEM: Update test_information.md

* FEM: Update test_result.py

* FEM: Update MaterialEditor.py

* FEM: Delete data/examples/FEMExample.FCStd

* FEM: add new example without logo
2024-08-12 17:46:09 -04:00
lorenz
6a99272cc0 FEM: print exception if loading a result in fem fails
Fixes #15827
2024-08-12 11:54:20 -04:00
marioalexis
271cc7ab35 Fem: Remove callback on right click during point marker selection - fixes #13694 2024-08-05 11:03:06 -05:00
FEA-eng
dfeb96ef08 FEM: Remove obsolete "Fix" property from a few examples to repair them (#15698)
* FEM: Update rc_wall_2d.py

* FEM: Update buckling_platebuckling.py

* FEM: Update equation_deformation_spring_elmer.py

* FEM: Update buckling_lateraltorsionalbuckling.py
2024-08-05 10:54:32 -05:00
Chris Hennes
a6eadd9f91 Merge pull request #15669 from marioalexis84/fem-link_scope_python_objects
Fem: Fix link scope for Python objects
2024-08-05 10:53:50 -05:00
Yorik van Havre
23a9f47780 Translations (#15689)
* Updated ts files

* Merged crowdin translations

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-05 10:42:18 -05:00
marioalexis
c57817292e Fem: Handle PropertyError exception 2024-08-02 20:19:16 -03:00
marioalexis
f8a0a0a727 Fem: Fix link scope for Python objects 2024-08-02 20:19:16 -03:00
Chris Hennes
b78ca52aad Merge pull request #15624 from marioalexis84/fem-mesh_shape_object
Fem: Improve FemMeshShape objects
2024-07-29 11:13:43 -05:00
fandaL
1cae7ffc3f FEM: FemMesh2Mesh fix quad elements 2024-07-29 11:07:18 -05:00
FEA-eng
826f6a2e7a Fem: Add missing Gmsh 2D algorithm (Quasi-structured Quad) 2024-07-28 19:18:28 -03:00
marioalexis
91bf8a6c1f Fem: Update test and examples 2024-07-28 16:27:20 -03:00
marioalexis
385c32d4e3 Fem: Move MeshGmsh proxy from Fem::FemMeshObject to Fem::FemMeshShapeBaseObject - fixes #14897 2024-07-28 16:27:20 -03:00
marioalexis
f089c710bd Fem: Add FemMeshShapeBaseObject and fix FemMeshShapeObject meshing 2024-07-28 16:27:20 -03:00
wmayer
be34f251cd FEM: Fix convoluted event handling of constraint task boxes
and make Delete key working on macOS
2024-07-23 23:19:51 -05:00
marioalexis
8aba0f3bb0 Fem: Import/export 1D elements from mesh to vtk - fixes #15541 2024-07-22 11:10:05 -05:00
marioalexis
8dd23f6c89 Fem: Remove unused gmsh option - fixes #6354 2024-07-22 11:07:25 -05:00
marioalexis
daf6e6d0d7 Fem: Handle single value field - fixes #14022 2024-07-22 11:05:12 -05:00
marioalexis
03911cddd1 Fem: Fix mystran preference path - fixes #15348 2024-07-22 10:56:46 -05:00
marioalexis
fc5d57035f Fem: Remove redundant *Fix properties in constraint displacement - fixes #14556 2024-07-22 10:50:15 -05:00
marioalexis
701d738a89 Fem: Fix manual color bar range specification - fixes #15013 2024-07-20 22:36:53 -05:00
marioalexis
d50506fb4d Fem: Use own base class for Python objects - fixes #15408 2024-07-20 21:10:15 -05:00
wmayer
cf46809efd Remove color bar from SoFCColorBarNotifier to decrease reference counter 2024-07-15 18:05:30 +02:00
Chris Hennes
62e7fba105 Merge pull request #14495 from hyx0329/bugfix/fem-binary-detection-in-PATH
Fem: fix searching 3rd-party binaries in system path
2024-07-15 09:22:25 -05:00
FEA-eng
4277894fe4 FEM: New frequency analysis icon 2024-07-15 12:06:22 +02:00
FEA-eng
c2f8c017e1 FEM: Delete src/Mod/Fem/Gui/Resources/icons/fem-solver-analysis-frequency.svg 2024-07-15 12:06:22 +02:00
Chris Hennes
8bc38f0a92 UI: Fix repeated names in UI files 2024-07-14 22:34:37 -05:00
FEA-eng
e99167d3b9 FEM: Fix error with custom material card (#15179)
* FEM: Update task_material_common.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-14 21:31:17 -05:00
Chris Hennes
59f815234a Merge pull request #15371 from yorikvanhavre/translations
Translations
2024-07-14 12:55:28 -05:00
FEA-eng
cb31ce5984 FEM: Update test_commands.sh 2024-07-14 15:21:00 +02:00
FEA-eng
5d1f43f760 FEM: Update test_ccxtools.py 2024-07-14 15:21:00 +02:00
FEA-eng
e036ef0164 FEM: Update manager.py 2024-07-14 15:21:00 +02:00
FEA-eng
7c2516feaa FEM: Update CMakeLists.txt 2024-07-14 15:21:00 +02:00
FEA-eng
38f64c36b7 FEM: Rename mesh_thermomech_bimetall_tetra10.py to mesh_thermomech_bimetal_tetra10.py 2024-07-14 15:21:00 +02:00
FEA-eng
0f839737fb FEM: Update and rename thermomech_bimetall.inp to thermomech_bimetal.inp 2024-07-14 15:21:00 +02:00
FEA-eng
ff2c376051 FEM: Update and rename thermomech_bimetall.py to thermomech_bimetal.py 2024-07-14 15:21:00 +02:00
FEA-eng
c722e12ccf FEM: Add new icon 2024-07-14 15:20:08 +02:00
FEA-eng
e9af7e99e6 FEM: Delete src/Mod/Fem/Gui/Resources/icons/FEM_CreateElementsSet.svg 2024-07-14 15:20:08 +02:00
FEA-eng
4d8ab6e634 FEM: Update writer.py 2024-07-14 15:19:12 +02:00
FEA-eng
ff2951866a FEM: Update DlgSettingsFemInOutVtk.ui 2024-07-13 19:31:24 -05:00
pre-commit-ci[bot]
a9b319cf8f [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-07-11 13:11:59 +00:00
Yorik van Havre
e76b5ec4ca Merged crowdin translations 2024-07-11 15:07:17 +02:00
Yorik van Havre
1c79768f7d Updated ts files 2024-07-11 14:56:33 +02:00
Chris Hennes
383ed6d7e6 FEM: Add QStandardPaths to PreCompiled.h 2024-07-10 09:08:33 -05:00