I created a geometry by nesting two concentric spheres (1m and 50cm radius) in the center of a block (2m^2).
After selecting Grid mode, on grid generation (accepting the default size) the following error was displayed in a window:
Grid generation error.
Error using <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool>get_tags')" style="font-weight:bold">featool>get_tags</a>
Too many input arguments.
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
This is the model file:
Sphere1mSphere50cmInBox2m.feaThinking the problem could be with how I constructed the "shell" with concentric solids, I then built another model identical to the first except the smaller sphere was subtracted from the larger, creating the shell explicitly.
On grid generation a similar (identical?) error was displayed:
Grid generation error.
Error using <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool>get_tags')" style="font-weight:bold">featool>get_tags</a>
Too many input arguments.
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Error in <a href="matlab:matlab.internal.language.introspective.errorDocCallback('featool')" style="font-weight:bold">featool</a>
Here is its model file:
Sphere1m_minus_Sphere50cmInBox2m.feaShould I have adjusted the grid size from the default? Have I violated a limitation regarding object nesting?
Thanks ahead of time for looking into it,
-Randal