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
The matrix location might be HOST or DEVICE. I could not find a routine for me to do that. Thanks.
The text was updated successfully, but these errors were encountered:
We don't have it for specified rows. For the whole matrix you can do
hypre_CSRMatrixSetConstantValues(A, value);
Sorry, something went wrong.
Junchao, can you provide more details on why you need this feature? Would you be interested in using it to impose boundary conditions, for example?
Thanks!
Yes, to impose boundary conditions and to implement PETSc MatZerosRows (https://petsc.org/release/manualpages/Mat/MatZeroRows) with a Hypre CSRMatrix underneath.
Sounds good, Junchao! I'll bring this up in our next hypre meeting and the team will come up with a plan to implement this functionality.
No branches or pull requests
The matrix location might be HOST or DEVICE. I could not find a routine for me to do that.
Thanks.
The text was updated successfully, but these errors were encountered: