Problem with two almost identical command #226
-
Hello, I wrote a small code that changes the morpho, rotation, and ratio. It does working pretty well except for some values such this command that does not generate a figure:
I don't have any explanation why the previous command does not work however the former and latter commands working properly:
Do you have any explanation for that, thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
This was a bug, now fixed (version 4.1.3-12). Because the domain is rotated by 45° (and scaled), Neper had troubles finding which face is which from the face equations, to retrieve the face labels. This is now properly handled, and, when this configuration occurs, the labels are set to To retrieve the usual
|
Beta Was this translation helpful? Give feedback.
This was a bug, now fixed (version 4.1.3-12). Because the domain is rotated by 45° (and scaled), Neper had troubles finding which face is which from the face equations, to retrieve the face labels. This is now properly handled, and, when this configuration occurs, the labels are set to
f1
,f2
, etc. (some of them were previously empty, which is what was causing issues when parsing the tess file).To retrieve the usual
x0
,x1
, etc. for a cubic domain, use-transform resetlabels
. This is a patch to your specific configuration (rotated / scaled domain) and does not need to be used in general.