ff3d-users
[Top][All Lists]
Advanced

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

Re: [ff3d-users] Projection of results between meshes


From: Stephane Del Pino
Subject: Re: [ff3d-users] Projection of results between meshes
Date: Mon, 28 May 2007 10:35:43 +0200
User-agent: KMail/1.9.7

Hello Dominique.

Le lundi 28 mai 2007, address@hidden a écrit :
> t2=t1;  //Projection of t1 on t2 on the common part
Yes, it is possible.
t2 will be extended by 0 outside of M1.

> //.. solve a second problem using t2 as property
>
> One of the problem, I think is to define the value on the non-common region
> (a constant value would be OK). Is it possible with ff3d?
Using the 'one' function  you can play with it :
        t2 = t1 + (1-one(M1))*c;
where c is the constant that you chose.

Best regards,
Stéphane.





reply via email to

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