Aug. 19, 2011
10:07 a.m.
Hi,
this is not possible in general, as we rely on external linear solvers (e.g. umfpack), that do not support this feature. A progress bar might be feasible for assembling, but that is in my experience only a minor part of the solving process - most of the time is spent in the linear solver.
r.
On 08/18/11 19:16, Md. Golam Rashed wrote:
As analysis takes quite some time, it'll be helpful if there is a progress bar or progressing % showing. example: progress 1% progress 2% progress 3% . . . . . . progress 15% . . etc.
this feature will really help large problem. is it possible to integrate this feature into sfepy??? Thanks