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

Add option to output subdomain matrices in elliptic solver #5557

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

nilsvu
Copy link
Member

@nilsvu nilsvu commented Oct 11, 2023

Proposed changes

Similar to #5540 but outputs the subdomain matrix from each element. Here's an example for a Poisson problem on a Sphere domain with 2 shells (first two rows) and an inner cube (last row):

530ea7f7-0b47-41a2-8278-84f34f754ca2

Upgrade instructions

In input files for elliptic executable, change the option ExplicitInverse to:

ExplicitInverse:
  WriteMatrixToFile: None

You can set this option to a filename to output the subdomain matrices for debugging or analysis.

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

@nilsvu nilsvu merged commit 7a2ee66 into sxs-collaboration:develop Oct 13, 2023
21 of 22 checks passed
@nilsvu nilsvu deleted the subdomain_matrix_output branch October 13, 2023 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants