← Back to team overview

dolfin team mailing list archive

silent log

 

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



Follow ups