-
Notifications
You must be signed in to change notification settings - Fork 11
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
Solve and Assemble Sparse Matrices #194
Comments
Hello, do you plan to download and configure petsc with the cmake functionality? I'm trying to accomplish this (I'm still working on a small test):
When the download, configuration, build and installation works, I plan to write a small test in catch2 which includes petsc and solves a small matrix. Still have to replace some configuration options with cmake internal variables. Should I make a branch and implement this? |
Please also take a look at #201 (currently i fail to propagate the compile definitions to ginkgo though). If you have a working version of building with PETSc please feel free to open a PR against the stack/linalg branch. |
This feature adds the capability to create sparse matrices.
This requires the following features:
The text was updated successfully, but these errors were encountered: