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
 
> -gideon
> 
> 


_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to