[FEM] Elmer add support for nonlinear elasticity solver

- adds new equation "Deformation" (this name since the stress solver got in FreeCAD the misleading name "elasticity")

- this way change icon of elastic solver to make the difference clear
This commit is contained in:
Uwe
2023-03-21 18:05:33 +01:00
parent c9832a9f2d
commit 0fcea8b3bb
13 changed files with 512 additions and 11 deletions

View File

@@ -180,6 +180,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "FEM_SolverZ88"
<< "Separator"
<< "FEM_EquationElasticity"
<< "FEM_EquationDeformation"
<< "FEM_CompEmEquations"
<< "FEM_EquationFlow"
<< "FEM_EquationFlux"
@@ -348,6 +349,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "FEM_SolverZ88"
<< "Separator"
<< "FEM_EquationElasticity"
<< "FEM_EquationDeformation"
<< "FEM_CompEmEquations"
<< "FEM_EquationFlow"
<< "FEM_EquationFlux"