Hi Everyone, I’m involved in a C++ project which uses fenics to solve a number 
of different PDEs.  We’re writing an interface and I would like to pass the 
fenics progress information (e.g., assembly and solver progress) from fenics to 
the interface so that the user can see a progress display.

So my question is how to get access to the internal progress bar that fenics 
uses for reporting.  I looked through the documentation (briefly) but only 
found info about the Progress class, which is something different.  Is there a 
global Progress object similar to the Parameters object?

Thanks,
Dave

_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to