ff3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ff3d-users] How to define a slope domain?


From: Stephane Del Pino
Subject: Re: [ff3d-users] How to define a slope domain?
Date: Tue, 6 Mar 2007 23:40:15 +0100
User-agent: KMail/1.9.5

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]