Invalid Marker value #27613
Unanswered
am-tc01
asked this question in
Q&A Meshing
Replies: 1 comment 2 replies
-
Hello I think Marker values are supposed to be 0 or 1 or -1. Nothing in between
so maybe you need to change your marker to force it to abide by these rounded values Guillaume |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have implemented a modified ErrorToleranceMarker. It pretty much works in the same way as the original ErrorToleranceMarker plus I have few other
if
conditions which check the current level (_current_elem->level()
) of the element and Refine/Coarsen the element based on that. Apart from that, I also run an additional adaptivity step with an increased value ofmax_h_level
, in case a solution step fails. In most of the cases, it works fine but sometimes I see the following error (the value is of course different every time).Invalid Marker value detected: 0.8125
I have tried to debug it but couldn't find the exact reason. Any clue what is causing this?
Regards.
Beta Was this translation helpful? Give feedback.
All reactions