Skip to content

Commit

Permalink
Added a getter for accumulated springs in alt_sinter_bridge.h
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-demidov committed Jul 18, 2024
1 parent 9ea9339 commit 2a5c19f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/libgran/sinter_bridge/alt_sinter_bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ struct alt_sinter_functor {
return f_0;
}

[[nodiscard]]
std::vector<std::tuple<field_value_t, field_value_t, field_value_t>> const & get_contact_springs() const {
return contact_springs;
}

std::vector<bool> bonded_contacts;

private:
Expand Down

0 comments on commit 2a5c19f

Please sign in to comment.