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

Algebraic simplification for the multipoint flux/stress approximation #1130

Open
OmarDuran opened this issue Feb 13, 2024 · 0 comments
Open
Assignees
Labels
todo Issue that needs to be addressed.

Comments

@OmarDuran
Copy link
Contributor

OmarDuran commented Feb 13, 2024

To eliminate the fluxes in the multipoint approximation, a block diagonal operator grad is constructed. The current implementation divides row and column permutation matrices into two linear applications, rows2blk_diag and cols2blk_diag, such that grad = rows2blk_diag @ grad_star @ cols2blk_diag, where grad_star is an operator being permuted. Performing the multipoint flux approximation with a direct construction of operator grad and possibly eliminating other global arrays will save computational memory and CPU time. This refactoring implies a deep modification of the files mpsa.py and mpfa.py. This issue reports that such an algebraic simplification may be necessary, particularly for larger problems.

@OmarDuran OmarDuran added the todo Issue that needs to be addressed. label Feb 13, 2024
@isakhammer isakhammer self-assigned this Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Issue that needs to be addressed.
Projects
None yet
Development

No branches or pull requests

2 participants