I am using stochastic volume calculation for a model that could not be calculated analytically. But the simutaion is stuck at Running volume calculation 1 for eternity. Everytime I look at the screen, my anxiety screams to abort it but refrain myself from doing that thinking what if it would finish not long after, my wait for the run will be wasted.
So, I think it will be better, if the calculation shows each iteration with the result or atleast the user can set the number of max iteration, the user may be able to stop when his desired accuracy is reached or allocate iteration according to his machine specs.
I have a large geometry comparatively with bounding box of lower_left = [-1178, -1178, -700]
and upper_right = [1178, 1178, 700]. But running for volume of a portion of the model and the geometry is not. h5m file either. Used a std_dev of 1e-03 with sample size 1e06 and ran in ‘volume’ mode. It is nearly 16 hours in my 8 core 16 thread pc and is still running
And one more thing I ran with rel_err and variance trigger also. Variance seemed working fine with again not bothering to finish but rel_err surprisingly gave me result with a single iteration with a large daviation. Why did rel_err act like that?
Hope to hear from someone from the team. Thanks in advance.