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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GeoMechanicsApplication] Add line_search support to solving_strategy_factory #11814

Merged
merged 4 commits into from
Nov 23, 2023

Conversation

carloslubbers
Copy link
Contributor

📝 Description
Allows line_search solving strategy to be used through the geomechanics c++ interface

@carloslubbers carloslubbers added the GeoMechanics Issues related to the GeoMechanicsApplication label Nov 16, 2023
@carloslubbers carloslubbers changed the title Add line_search support to solving_strategy_factory [GeoMechanicsApplication] Add line_search support to solving_strategy_factory Nov 16, 2023
@carloslubbers carloslubbers marked this pull request as ready for review November 22, 2023 09:25
@WPK4FEM WPK4FEM requested a review from rfaasse November 22, 2023 15:23
Copy link
Contributor

@rfaasse rfaasse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Have some comments, mainly minor style-related suggestions, so nothing blocking!

}

return nullptr;
}

private:
static Parameters ExtractStrategyParameters(const Parameters &rSolverSettings)
{
static Parameters ExtractStrategyParameters(const Parameters &rSolverSettings,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need a similar function in the criteria factory, I think I'll extract it there into some helper/utility function

@WPK4FEM WPK4FEM requested a review from avdg81 November 23, 2023 07:51
Copy link
Contributor

@rfaasse rfaasse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for incorporating the changes!

@WPK4FEM WPK4FEM merged commit 39bfac6 into master Nov 23, 2023
16 checks passed
@WPK4FEM WPK4FEM deleted the geo/Add-LineSearch-Strategy branch November 23, 2023 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GeoMechanics Issues related to the GeoMechanicsApplication
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants