You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Matrix conversion method topetsc that converts a Psydac Matrix object to PETSc Mat does not use the sparsity pattern of the Stencil format, we should implement it using LGMap to accelerate the conversion method and improve the performance of the PETSc object.
This will automatically improve the conversion method petsc_to_psydac without to need to gather all the elements in one process.
The text was updated successfully, but these errors were encountered:
the Matrix conversion method
topetsc
that converts a PsydacMatrix
object to PETScMat
does not use the sparsity pattern of the Stencil format, we should implement it using LGMap to accelerate the conversion method and improve the performance of the PETSc object.This will automatically improve the conversion method
petsc_to_psydac
without to need to gather all the elements in one process.The text was updated successfully, but these errors were encountered: