On Thu, Jan 17, 2008 at 09:26:10AM +0100, Kristian Oelgaard wrote:
> Quoting Gideon Simpson <[EMAIL PROTECTED]>:
>
> > how can i suppress the progress bars for the application of boundary
> > conditions?
>
> The following works:
>
> assembler.assemble(A, a);
> assembler.assemble(b, L);
>
> set("output destination", "silent");
> bc.apply(A, b, x, a);
> set("output destination", "terminal");
>
> Kristian
You can also use
set("debug level", n);
for a low value of n (like -1).
--
Anders
_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev