Closed bbogo closed 5 years ago
Here is an example:
verbosity = 0; mesh Th = square(20,20); real T0 = 20.0; real T1 = 100.0; fespace Vh(Th,P1); Vh T,v; macro grad(u) [dx(u),dy(u)]// problem heat(T,v,solver=Crout) = int2d(Th)(grad(T)'grad(v)) -int2d(Th)(Tgrad(v)'*[0,1]) +on(1,T=T1) +on(2,T=0);
heat;
FreeFem version: FreeFem++ , version : 4.000000 (date mardi 26 février 2019, 12:37:33 (UTC+0100)) 64bits
Ok, I will correct soon as possible. Best Regards,
Frédéric Hecht.
Laboratoire Jacques-Louis Lions, UPMC Sorbonne Université BC187, 4 Place Jussieu, 75252 PARIS cedex 05, France Campus Jussieu, Barre 15-25, 3 etage Bureau 307 Projet Alpines , Inria de Paris, 2 rue Simone Iff Voie DQ12 75012 Paris tel: +33 1 44274411, mob: +33 6 62198986, fax: +33 1 44277200 frederic.hecht@sorbonne-universite.fr https://www.ljll.math.upmc.fr/hecht software: FreeFem++ web site: http://www.freefem.org/ff++
Le 14 mars 2019 à 11:54, Beni Bogosel notifications@github.com a écrit :
Hello,
In version 4.0 when using solver=Crout the following is shown even when verbosity = 0
SumpT=59287 -- forward substitution L -- diagonal substitution D -- backward substitution U
I guess this is not a critical issue, but it shows unnecessary information
Best regards, Beniamin
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FreeFem/FreeFem-sources/issues/80, or mute the thread https://github.com/notifications/unsubscribe-auth/AFb2jIBgv3keYBhgXYizEr2dNj9ra0gSks5vWiptgaJpZM4bz2T-.
There's no rush, but I just wanted to point it out.
Best regards, Beniamin Bogosel
Yes , this is simple so I do
Le 14 mars 2019 à 23:06, Beni Bogosel notifications@github.com a écrit :
There's no rush, but I just wanted to point it out.
Best regards, Beniamin Bogosel
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/FreeFem/FreeFem-sources/issues/80#issuecomment-473083847, or mute the thread https://github.com/notifications/unsubscribe-auth/AFb2jFWGo3fsVdAb0kq1c6lvupLI2lXBks5vWsflgaJpZM4bz2T-.
Hello,
In version 4.0 when using solver=Crout the following is shown even when verbosity = 0
SumpT=59287 -- forward substitution L -- diagonal substitution D -- backward substitution U
I guess this is not a critical issue, but it shows unnecessary information
Best regards, Beniamin