`CompressibleHybridisedSCPC` needs a `view` method.
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 62/100
Research direction
Find the CompressibleHybridisedSCPC class and compare its interface with firedrake.PCDPC.view in the linked example. Start by tracing the sub-solvers created by this preconditioner, then implement recursive viewing for each one, including self.hybridised_solver.snes.view(viewer). Done means -ksp_view on the outer solver reports the inner solvers too.
Written by the indexing model from the issue text.
Description
This method is needed so that passing -ksp_view to the outer solver propagates down to the inner solvers set up by this PC.
The view method would need to recursively call view on all sub solvers (e.g. self.hybridised_solver.snes.view(viewer)).
An example of this can be seen in firedrake.PCDPC.view:
https://github.com/firedrakeproject/firedrake/blob/0f6aa1175c119d265f58f51325880a16ee22f9ce/firedrake/preconditioners/pcd.py#L136-L144
- Dominant language
- Python
- Stars
- 20
- Forks
- 13
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 3
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from firedrakeproject/gusto
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
firedrakeproject/gusto#730 ·
-
bug example
Difficulty 4/5 3-5 days Newbie friendliness 48/100
firedrakeproject/gusto#755 · 6 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 52/100
firedrakeproject/gusto#749 ·
-
optimisation parallel
Difficulty 4/5 3-5 days Newbie friendliness 48/100
firedrakeproject/gusto#748 ·
-
bug
Difficulty 5/5 Over a week Newbie friendliness 35/100
firedrakeproject/gusto#743 ·
All issues in firedrakeproject/gusto
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100