Skip to content

Commit

Permalink
FEM: analysis group meshing, deactivate by default
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and yorikvanhavre committed Jul 12, 2018
1 parent 96ed540 commit 3416a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femmesh/gmshtools.py
Expand Up @@ -265,7 +265,7 @@ def get_group_data(self):
FreeCAD.Console.PrintError(" A group with this name exists already.\n")

# group meshing for analysis
analysis_group_meshing = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Fem/General").GetBool("AnalysisGroupMeshing", True)
analysis_group_meshing = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Fem/General").GetBool("AnalysisGroupMeshing", False)
if self.analysis and analysis_group_meshing:
print(' Group meshing for analysis.')
self.group_nodes_export = True
Expand Down

0 comments on commit 3416a26

Please sign in to comment.