Constraints for array variable on boundaries #28860
Unanswered
pj131611
asked this question in
Q&A General
Replies: 1 comment 4 replies
-
Hello No I don't think we have that at the moment but feel free to implement it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check these boxes if you have followed the posting rules.
Question
Greetings!
I'm looking for a constraint function that constrain the boundary value of the same variable through multiple boundaries. But the problem is I'm working with array variables and I couldn't find a constraint for array. So my question is does such function exist? If not, would it be reasonable to write a constraint function that inherit from
EqualValueBoundaryConstraint
orTiedValueConstraint
but with array variable and component as input?Thanks
Beta Was this translation helpful? Give feedback.
All reactions