diff --git a/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py b/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py index 46f99eacad..f474e11587 100644 --- a/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py +++ b/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py @@ -41,7 +41,7 @@ def get_information(): "meshelement": "Tet10", "constraints": ["fixed", "force"], "solvers": ["calculix"], - "material": "solid", + "material": "multimaterial", "equation": "mechanical" } diff --git a/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py b/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py index 50c7b29f8a..73bda48513 100644 --- a/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py +++ b/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py @@ -39,7 +39,7 @@ def get_information(): "meshelement": "Tria6", "constraints": ["fixed", "force"], "solvers": ["calculix"], - "material": "solid", + "material": "multimaterial", "equation": "mechanical" }