Le mardi 6 mars 2007 22:49, Hao a écrit :
> Hi Stephane,
>
> Thank you so much for your answer.
>
> I still want to confirm
> Is it possible to define the following domain(see cross section) in FEM,
> not FDM?
> If yes, how to define the mesh M here?
-----------8<-------------
vector n=(10,10,10);
vector a = (0,0,0);
vector b = (1,1,1);

mesh m = tetrahedrize(structured(n,a,b));
m = transform(m,[x,y,(0.5*x+1)*z]);
save (medit,"u",m);
-----------8<-------------
This works with the cvs release of ff3d. I am affraid it does not work with 
1.0-pre9

Best regards,
Stéphane.



_______________________________________________
ff3d-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/ff3d-users

Reply via email to