[Gmsh] (no subject)
Christophe Geuzaine
cag32 at case.edu
Sun Apr 16 05:58:19 CEST 2006
quey at emse.fr wrote:
> Hello,
>
> With gmsh 1.60, I'm trying to include a "Discrete Line" into a "Plane Surface",
> but this doesn't work : I get a "Line loop wrong".
>
> Please find attached the example file.
>
> I hope this could run...?
>
> Thank you once again for your help, and for Gmsh ...
Hello Romain - We've removed Discrete Lines/Surfaces from new releases,
but I've just fixed the cvs version so that we should be able to achieve
the same results using regular mesh files.
I've attached an example: you'll need the latest nightly cvs snapshot
to test it.
Let me know if you find any problems/limitations with the new approach.
Thanks,
Christophe
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
> ------------------------------------------------------------------------
>
> cl=0.0999;
>
> Point(1) = {0, 0, 0, cl};
> Point(2) = {0, 1, 0, cl};
> Point(3) = {1, 1, 0, cl};
> Point(4) = {1, 0, 0, cl};
> Discrete Line(4) = {3}
> { 1 ,0,0,
> 0.5,0,0,
> 0 ,0,0 };
> Line(1)={1,2};
> Line(2)={2,3};
> Line(3)={3,4};
>
> Line Loop(1) = {1,2,3,4};
> Plane Surface(1) = {1};
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gmsh mailing list
> gmsh at geuz.org
> http://www.geuz.org/mailman/listinfo/gmsh
--
Christophe Geuzaine
Assistant Professor, Case Western Reserve University, Mathematics
http://www.case.edu/artsci/math/geuzaine
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 1d_with_points.msh
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20060415/b04bd693/attachment.msh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 1d_without_points.msh
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20060415/b04bd693/attachment-0001.msh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 1d_discrete.geo
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20060415/b04bd693/attachment.geo>