Dear all,
I implemented a pipeline to simulate a tomography measurement of objects consisting of volumes containing very large amounts of hard spheres of equal dimensions, and given packing factor. An input file is generated per angle using a python routine, and mgdraw for scoring. I tested it for a relatively small population of spheres (around 14000), and all worked as expected. However, scaling to tighter packing factors (around 60000 spheres), I ran into the following error:
“STOP Flkcgi: more than MXEXEL elements in the zone”
I guess this means that I have reached the maximum amount of elements that are allowed, supposingly in the geometry definition (the spheres are indeed grouped in a single region). Is there a way to fix this issue?
Thank you very much in advance!
Riccardo