-
Notifications
You must be signed in to change notification settings - Fork 248
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
[Core][TrilinosApplication] Defining list of fastest direct linear solvers. #12350
[Core][TrilinosApplication] Defining list of fastest direct linear solvers. #12350
Conversation
I think this is a good addition Can you please expose and use it in the python level to avoid code duplication? |
Done |
|
||
namespace Kratos::Python | ||
{ | ||
void AddSpaceToPython(pybind11::module& m) |
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.
I am 99% sure this exists already somewhere
Probably in the addstrategiestopython
Having it separate makes sense but not duplicated
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.
A priori it is not, at least I couldn't find it. UblasSpace is old...
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.
Okay I found it, name is UblasSparseSpace
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.
Lgtm
📝 Description
Part of #12309, defining list of fastest direct linear solvers.
🆕 Changelog