Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GeoMechanicsApplication] Extract a static utility function for the calculation of the Damping Matrix (D) #12368

Merged
merged 7 commits into from
May 13, 2024

Commits on May 10, 2024

  1. extracted static utility function CalculateDampingMatrix

    Gennady Markelov committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8e045e7 View commit details
    Browse the repository at this point in the history
  2. changes to answer the review comments

    Gennady Markelov committed May 10, 2024
    Configuration menu
    Copy the full SHA
    500b6dd View commit details
    Browse the repository at this point in the history
  3. removed resize and noalias

    Gennady Markelov committed May 10, 2024
    Configuration menu
    Copy the full SHA
    528c509 View commit details
    Browse the repository at this point in the history
  4. put tests for mass and damping matrices into one file

    Gennady Markelov committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4b87c12 View commit details
    Browse the repository at this point in the history
  5. removed size/noalias in geo_structural_base_element.cpp

    Gennady Markelov committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5edec92 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. removed obvious comments

    Gennady Markelov committed May 13, 2024
    Configuration menu
    Copy the full SHA
    28420e3 View commit details
    Browse the repository at this point in the history
  2. checked damping_matrix only with expected_damping_matrix

    Gennady Markelov committed May 13, 2024
    Configuration menu
    Copy the full SHA
    eb7d6e0 View commit details
    Browse the repository at this point in the history