-
Notifications
You must be signed in to change notification settings - Fork 34
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
Tupek/cutback bcs when solve fails #1291
base: develop
Are you sure you want to change the base?
Conversation
/style |
1 similar comment
/style |
e17afee
to
05e712f
Compare
/style |
45bc616
to
27bf1ce
Compare
…olver fails. This really means cutting back the boundary condition increments.
…e reason gmres cannot reach the tolerances for higher order spaces.
… at the end of a cutback step is crazy.
27bf1ce
to
095f104
Compare
/style |
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.
Looks good @tupek2
@@ -27,6 +27,16 @@ | |||
|
|||
namespace serac { | |||
|
|||
/// @brief simple utility for computing matrix norm |
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.
Can we put this somewhere else? Though not sure if we have a good place for it now.
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 looks like this isn't being used anywhere. Maybe we can take it out?
No description provided.