Index exceeds array bounds after split object

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Index exceeds array bounds after split object

randress
I occasionally I have encountered the following error or one similar to it:



I was finally able to get a reproducer (at least is has repeated a couple of times for me).  I was able to capture it in a GUI script:
IndexExceedsBounds3.fes

When run, it creates a model (two spheres in a block), sets up grid, equation, boundaries, and solves. It then splits the block and repeats grid and equation, but when boundaries is selected it gets the error:




Then going back (manually) to the Equation mode and selecting subdomain 4 gets a similar error:



Then if the fea struct is exported to MATLAB there seems to be an inconsistency between the number of subdomains (4) and the number of array positions for the coefficient data (3):
>> fea.phys.dc.eqn.coef

ans =

  4×4 cell array

    {'dts_dc'}    {'<html><i>d</i><…'}    {'Time scaling co…'}    {1×3 cell}
    {'s_dc'  }    {'<html>&sigma;</…'}    {'Electric conduc…'}    {1×3 cell}
    {'q_dc'  }    {'<html>Q</html>'   }    {'Current source'   }    {1×3 cell}
    {'V0_dc' }    {'<html><font sty…'}    {'Initial conditi…'}    {1×3 cell}

>>

This does not always happen. I have been able to create this model successfully at times. Perhaps there is some detail that is different so that it IS repeatable, except I do something else sometimes that precludes the error from appearing.

Thanks for taking a look. If it does not repeat for you, perhaps you can give me some instructions as to what else to capture or examine.

Kind regards,
Randal
Reply | Threaded
Open this post in threaded view
|

Re: Index exceeds array bounds after split object

Precise Simulation
Administrator
This post was updated on .
Thank you for the issue report. Somewhere along the line the internal boundary designation has been switched to external one for a subset of the boundaries. I will investigate and most likely have a fix in the next release.

The workaround is to export your geometry if you have changed it (specifically to having a model with mixed internal/external boundaries to having more external boundaries), start a new model, and re-import the geometry before starting modeling again.