-
Notifications
You must be signed in to change notification settings - Fork 239
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
Use Solid Material Models from MFront #2259
Conversation
4770eb8
to
bc9a2ed
Compare
Mine was the easiest part ;) Thank @chleh for the implementation! |
Hi everyone, |
++r) | ||
{ | ||
auto const R = OGSToMFront(r); | ||
for (std::ptrdiff_t c = 0; |
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.
Just curious, why ptrdiff here, not an int (which is the type for rows/cols at compile time)?
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.
It's somewhat mixed. Eigen's operator()
uses Eigen::Index
,
Eigen::Index by default is std::ptrdiff_t
.
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.
A pleasure to read nicely written code!
... such that one can copy and paste the vtkdiff commandline to the terminal and immediately run it
OpenGeoSys development has been moved to GitLab. |
TODO
Follow-up