We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think there is an error in this line:
GridapSolvers.jl/src/LinearSolvers/SchurComplementSolvers.jl
Line 65 in 0e62602
To my understanding it should be something like:
copy!(bp,y_p); mul!(bp,C,x_u,-1.0,1.0) # bp = y_p - C*(A^-1 y_u)
I was having wrong results in my application and this modification gives the good solution.
The text was updated successfully, but these errors were encountered:
Yes, that looks like a bug. I'll have a look. In any case that solver is due a rather big revision soon.
Sorry, something went wrong.
JordiManyer
No branches or pull requests
I think there is an error in this line:
GridapSolvers.jl/src/LinearSolvers/SchurComplementSolvers.jl
Line 65 in 0e62602
To my understanding it should be something like:
I was having wrong results in my application and this modification gives the good solution.
The text was updated successfully, but these errors were encountered: