[Gmsh] RE Using Floating point expressions to automatically set physical entities.

jean pierre aubry jeanpierre at lamachine.fr
Wed Dec 9 07:43:02 CET 2015


hello

what about doing that

For i In {2:5}
	Physical Surface (Sprintf("side surfaces%02g",i))={Ex1[i]};
EndFor

jean pierre aubry