-
Notifications
You must be signed in to change notification settings - Fork 6
Jk/num comp lagrange #61
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
Conversation
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.
Looks good. Thank you. A few comments are below.
It looks like
meshFields/src/MeshField_Shape.hpp
Line 39 in e401f7e
| static const size_t numComponentsPerDof = 1; |
isn't being used with these changes. If that is correct, we should remove it and other similar definitions in the other shape functions.
We should also do a test with three components as that is going to be one of the common sizes.
|
/runtests |
|
Test Result: success (details) |
|
/runtests |
|
Test Result: success (details) |
|
/runtests |
|
Test Result: success (details) |
cwsmith
left a comment
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.
Thanks for the fix for the CI builds. I think we should add one more test before merging this. If you see a way to consolidate some of the repeated blocks of code for the tests that would be appreciated, but not necessary.
|
/runtests |
|
Test Result: success (details) |
User defined number of components for createLagrangeField