[petsc-users] parallel ILU
Craig Tanis
craig-tanis at utc.edu
Tue Feb 16 15:02:01 CST 2010
On Feb 16, 2010, at 2:51
> As the matrix is passed to hypre it is passed as a AIJ matrix without a block size. This is because hypre has no concept of a BAIJ matrix. So yes, your PETSc part of the code is using a BAIJ matrix but hypre is doing a scalar ILU without a block size.
>
Thanks for the clarification.Is there much overhead in this conversion? Would I be better off working with a AIJ matrix in the "driver code"?
-craig
More information about the petsc-users
mailing list