Skip to content
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

Use the sparsity pattern of StencilMatrix #247

Open
saidctb opened this issue Oct 17, 2022 · 1 comment
Open

Use the sparsity pattern of StencilMatrix #247

saidctb opened this issue Oct 17, 2022 · 1 comment
Labels
enhancement New feature or request linalg Linear algebra performance Make the code run faster PETSc

Comments

@saidctb
Copy link
Member

saidctb commented Oct 17, 2022

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.

@saidctb saidctb added enhancement New feature or request linalg Linear algebra performance Make the code run faster PETSc labels Oct 17, 2022
@yguclu
Copy link
Member

yguclu commented Mar 22, 2024

Duplicate of #389? The proposed solution is different though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request linalg Linear algebra performance Make the code run faster PETSc
Projects
None yet
Development

No branches or pull requests

2 participants