-
Notifications
You must be signed in to change notification settings - Fork 92
Differentiability of hyperelastic periodic simulation (homogenization) #366
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #366 +/- ##
==========================================
+ Coverage 70.24% 70.60% +0.35%
==========================================
Files 333 335 +2
Lines 38013 38261 +248
Branches 5667 5708 +41
==========================================
+ Hits 26703 27013 +310
+ Misses 11310 11248 -62
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
| // assert(mesh->in_ordered_vertices_[1] == 1); | ||
| // assert(mesh->in_ordered_vertices_[2] == 2); | ||
| // assert(mesh->in_ordered_vertices_[mesh->in_ordered_vertices_.size() - 1] == vertices.rows() - 1); | ||
| std::sort(tmp.begin(), tmp.end()); |
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.
this is my change, right?
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.
This is only spacing...Should I revert it?
|
|
||
| void VariableToSimulation::set_output_indexing(const json &args) | ||
| { | ||
| const std::string composite_map_type = args["composite_map_type"]; |
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.
wy do you need this?
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.
This is moving around the inverse optimization code, the branching was ugly so I moved into each derived class
No description provided.