I'd like to turn off the progress bars for the assembly, I'm trying something like this:
set("OutputDestination", "silent");
assembler.assemble(load, L, mesh);
set("OutputDestination", "terminal");
but it doesn't seem to work. Do I forget something?
Thanks,
Alessio Quaglino
_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev
