ff3d-users
[Top][All Lists]
Advanced

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

Re: [ff3d-users] Newbie question


From: Stephane Del Pino
Subject: Re: [ff3d-users] Newbie question
Date: Tue, 20 Jul 2004 23:25:37 +0200
User-agent: KMail/1.6.2

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Le mardi 20 Juillet 2004 17:12, Luigi Bardelli a écrit :
> vector n=(10,10,10);
> vector a=(0,0,0);
> vector b=(300,300,300);
> mesh MESH = structured(n,a,b);
> scene SCENE = pov("empty.pov"); // empty.pov is empty...
>                                 // is scene needed?
> solve(V) in MESH
> {
>   pde(V)
>     dx(dx(V))+dy(dy(V))+dz(dz(V))=0;
>
>   V=V1 on MESH zmax;
>   V=V2 on MESH zmin;
> }

Ok, the bug is fixed. It just comes from the fact that we usually solve 
        -(dx(dx(V))+dy(dy(V))+dz(dz(V)))=0;
and not   dx(dx(V))+dy(dy(V))+dz(dz(V))=0;
so I did forget to test it and implement it...

Note also that the scene is useless here since you are using standard FEM and 
not fictitious domain.

Best regards and thanks for the report,
Stephane.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA/Y3SbZyhKhZwdc0RAkObAJ9bUQlurl9oHjj5kCz2O/7MWU5zhwCgpOTw
Sc08EBpt3WqazDGaH3/MS48=
=GeP3
-----END PGP SIGNATURE-----




reply via email to

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