marioalexis
4941203b2f
Fem: Move label to tooltip in selection widget
2025-03-07 11:47:46 -03:00
Chris Hennes
da3baddf8d
Merge pull request #20002 from marioalexis84/fem-static_current_elmer
...
Fem: Some changes in static current features
2025-03-05 22:39:58 +00:00
Max Wilfinger
a14f6f18ea
Merge pull request #19994 from marioalexis84/fem-cut_filter_crash
...
Fem: Fix crash in Cut filter
2025-03-05 19:36:33 +00:00
marioalexis
8ed98ab27f
Fem: Add nonlinear options to static current solver
2025-03-05 16:27:47 -03:00
marioalexis
613b29a28e
Fem: Fix direction of current density symbol
2025-03-05 16:27:47 -03:00
pre-commit-ci[bot]
91dd0c9492
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-03-05 17:58:37 +00:00
FEA-eng
06725a39d5
FEM: Update CMakeLists.txt
2025-03-05 18:54:29 +01:00
FEA-eng
d95505e717
FEM: add example file
2025-03-05 18:53:02 +01:00
marioalexis
29546324b9
Fem: Fix crash in Cut filter
2025-03-04 15:10:56 -03:00
Chris Hennes
b08a259b50
Merge pull request #19930 from marioalexis84/fem-current_density
...
Fem: Improve current density boundary condition
2025-03-03 10:32:35 -06:00
marioalexis
8a2d4aeb19
Fem: Update constraint symbol rotation
2025-03-03 00:02:11 -03:00
marioalexis
2b1cd6fe95
Fem: Fix Elmer magnetodynamic boundary condition keyword
2025-03-03 00:02:11 -03:00
marioalexis
8e07da0a29
Fem: Improve current density boundary condition
2025-03-03 00:02:02 -03:00
Chris Hennes
7f1c43a335
Merge pull request #19636 from kadet1090/color-in-base
...
Base: Move App::Color to Base
2025-03-02 16:36:40 -06:00
marioalexis
05a6b702a1
Fem: Update test
2025-02-28 14:53:27 +01:00
marioalexis
1c91ba9a95
Fem: Add support for Elmer static current solver - fixes #11895
2025-02-28 14:53:27 +01:00
PaddleStroke
bf40ed1376
FEM Update PreCompiled.h to fix build
2025-02-25 16:58:25 +00:00
Benjamin Bræstrup Sayoc
755229df23
Build: suppress warnings from 3rd party libraries
...
Warnings from 3rd parties are not relevant and are only polluting the warning output. Marking these libraries as SYSTEM suppresses warning.
https://gcc.gnu.org/onlinedocs/cpp/Invocation.html#index-I
https://gcc.gnu.org/onlinedocs/cpp/System-Headers.html
2025-02-25 14:39:05 +00:00
Chris Hennes
479716d4c5
Merge pull request #19426 from marioalexis84/fem-ccx_vtk
...
Fem: Add frd format converter to VTK
2025-02-24 16:43:07 +00:00
Joao Matos
cc6ffb44de
Core: Move PyCXX library to src/3rdParty.
2025-02-24 16:36:06 +00:00
Kacper Donat
2f35f1c561
Base: Add fromPercent and toPercent helpers
2025-02-23 22:51:13 +01:00
marioalexis
5042b94463
Fem: Add metadata info to blocks
2025-02-22 14:46:50 -03:00
marioalexis
e84eb920dc
Fem: Add frd format converter to VTK
2025-02-22 14:46:50 -03:00
Colin Rawlings
f74efa319c
Add check that the solid_name is valid
...
Avoid errors when hovering on the menu's label
2025-02-21 14:22:40 -06:00
Kacper Donat
12a69fe296
Base: Add isNullOrEmpty string helper
...
This adds isNullOrEmpty string helper that cheks if string is... well
null or empty. It is done to improve readability of the code and better
express intent.
2025-02-21 15:04:43 +01:00
luzpaz
a4f2b2882d
FEM: Misc. uniformity fix in CreateLabels.py
2025-02-18 07:59:17 +01:00
Kacper Donat
a72a63232a
Base: Move App::Color to Base
...
Every basic data type is stored in Base module, color is standing out as
one that does not. Moving it to Base opens possibilities to integrate it
better with the rest of FreeCAD.
2025-02-17 21:10:26 +01:00
mac-the-bike
a84bf88e1d
FEM: Animation of Results ( #18496 )
2025-02-17 10:24:09 -06:00
Chris Hennes
1cbd010427
Merge pull request #19524 from marioalexis84/fem-zrefine
...
Fem: Add Z-refinement support for Netgen
2025-02-17 10:19:26 -06:00
Joao Matos
27ebc68a11
CMake: Modernize build files using outdated Python variables.
2025-02-16 10:21:26 -06:00
Andrea
de9bd5e1ce
change MIN_boost_version
...
ubuntu version 20.04 is no longer supported.
The minimum boost version used for freecad is now 1.74 (ubuntu 22.04) https://launchpad.net/ubuntu/jammy/+package/libboost-system-dev
2025-02-15 13:33:32 -06:00
marioalexis
c27cc09f27
Fem: Do not update mesh if process ends with errors
2025-02-14 18:13:52 -03:00
marioalexis
f5de900f8d
Fem: Add Z-refinement support for Netgen
2025-02-14 18:13:52 -03:00
tritao
9636068460
Base: Move zipios library to 3rdParty folder.
2025-02-14 13:08:28 -06:00
Chris Hennes
a4901e2ccb
Merge pull request #19142 from hyarion/refactor/add-template-addobject
...
Add new addObject<T>() function
2025-02-11 09:42:47 -06:00
Benjamin Nauck
b4bb86948f
Mod: Use new GroupExtension::addObject<T>(...)
2025-02-10 18:35:38 +01:00
Benjamin Nauck
8cc98b9a88
Mod: Use new addObject<T>(...) that requires additional changes
2025-02-10 18:35:38 +01:00
Benjamin Nauck
a1c5767643
Mod: Use new addObject<T>(...) using regex
2025-02-10 18:35:38 +01:00
Benjamin Nauck
7c4ff290a8
Mod: Fix mistakes in type system class names
2025-02-10 18:33:00 +01:00
Benjamin Bræstrup Sayoc
e1b39ad1f6
Fem: Use QStringLiteral
2025-02-10 18:32:45 +01:00
colinRawlings
293c8b0bc6
Fem: Display popup menu when MeshGroup solid selection is ambiguous ( #18812 )
...
* Fem: Display popup menu when MeshGroup solid selection is ambiguous
* FEM: Update license to new language
---------
Co-authored-by: Chris Hennes <chennes@gmail.com >
2025-02-07 16:25:55 -06:00
Chris Hennes
fd126aba1b
Merge pull request #19394 from FreeCAD/pre-commit-ci-update-config
...
Update Black to 25.1.0 so that it is in sync with the CI. Updates code to correspond to new Black standards, mostly changing the Addon Manager to eliminate spaces around docstrings.
2025-02-07 08:52:20 -06:00
marioalexis
703a1b52ff
Fem: Check reference temperature - fixes #19375
2025-02-05 14:54:45 +01:00
pre-commit-ci[bot]
c8b72c144e
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-02-03 22:51:14 +00:00
tritao
65466d580b
Gui: Reorganize the selection files into a top Selection folder.
2025-02-03 17:56:57 +01:00
FEA-eng
1e573241c5
FEM: Constraint transform - selection error message update ( #19192 )
...
* FEM: Update TaskFemConstraintTransform.cpp
2025-02-03 10:47:01 -06:00
FEA-eng
e267508901
FEM: Thermal expansion reference temperature for CalculiX analyses ( #19285 )
...
* FEM: Update task_material_common.py
* FEM: Update write_femelement_material.py
* FEM: Update Material.ui
* Fem: Enable material expansion reference temperature
* FEM: Update thermomech_bimetal.py
* FEM: Update thermomech_bimetal.inp
---------
Co-authored-by: marioalexis <mario.passaglia@gmail.com >
2025-01-29 13:37:02 +01:00
Chris Hennes
d38b6fc3c5
Merge pull request #19011 from marioalexis84/fem-electromagnetic_boundary_condtion
2025-01-27 15:15:59 -06:00
Benjamin Nauck
cb4ee4737d
Simplify logic using freecad_dynamic_cast
2025-01-27 16:08:19 +01:00
Benjamin Nauck
45c997f40a
Manual changes to improve isDerivedFrom usage
2025-01-27 16:08:19 +01:00