Skip to content
Snippets Groups Projects
Commit 8956f71c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix display of middle displacement in gui

parent 5fe4d51d
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ PostOperation {
EndIf
If(Flag_AnalysisType != 0)
Print[ u, OnElementsOf Domain_Disp, File "res/u.pos"] ;
Print[ um, OnPoint {l/2,a/2,b/2}, Format Table, File "res/um_middle.txt",
Print[ um, OnPoint {l/2,a/2,b/2}, Format ValueOnly, File "res/um_middle.txt",
SendToServer "Output/Middle diplacement [m]", Color "LightYellow" ];
Echo[ Str["l=PostProcessing.NbViews-1; View[l].VectorType=5; ",
"View[l].DisplacementFactor = 1e10;"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment