Page 1 of 1

Output info

Posted: Tue Sep 03, 2019 1:21 pm
by BPA
Hi everyone,
I would like to know, if in the view process window, you can see how long does it takes for the program to calculate the model.

Thanks.

Re: Output info

Posted: Wed Sep 04, 2019 3:23 pm
by escolano
No, by default GiD is not showing the time spent while calculating, maybe we can show it in future GiD versions.

If the process has not finished it is possible to see the starting time in the Calculate->Calculate window...

The solver can also print this information in the output file, showed by Calculate ->View process info...

The problemtype also could implement the events GiD_Event_BeforeRunCalculation, and GiD_Event_AfterRunCalculation to print this data or store it in some Tcl variable.