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

Support for nested fieldsplits #460

Merged
merged 5 commits into from
Jul 10, 2024
Merged

Support for nested fieldsplits #460

merged 5 commits into from
Jul 10, 2024

Conversation

sblauth
Copy link
Owner

@sblauth sblauth commented Jul 10, 2024

Closes #459

This PR changes the way the fieldsplit is set up.
So users can now use the functionality of PCFieldSplitSetFields https://petsc.org/main/manualpages/PC/PCFieldSplitSetFields/ indirectly, by using the command line argument "pc_fieldsplit_0_fields": "0,1" (for example). This allows grouping of certain fields together, allowing for nested fieldsplit solves in the fenics fashion
@sblauth sblauth self-assigned this Jul 10, 2024
@sblauth sblauth merged commit 7062afb into main Jul 10, 2024
25 checks passed
@sblauth sblauth deleted the dev/fieldsplit_fields branch July 10, 2024 06:25
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.

[Development] Add the possibility to nest fieldsplits
1 participant