-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/gridedit 902 revalidating curvi tests #307
Feature/gridedit 902 revalidating curvi tests #307
Conversation
Use correct rows forNumM and columns for NumN Change CurvilinearGridNodeIndices Fix CurvilinearGrid class Fix CurvilinearGridLineAttractionRepulsion
Correct CurvilinearGridSmoothing
Fix api tests after reordering of faces
…MakeCurvilinearGrid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have only the one comment.
CurvilinearGridNodeIndices currentNode{ | ||
m_lines[0].IsMGridLine() ? i : node.m_n, | ||
m_lines[0].IsMGridLine() ? node.m_m : i, | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it correct that the test is
m_lines[0].Is**M**GridLine()
For both the m and n direcitons?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
No description provided.