-
Notifications
You must be signed in to change notification settings - Fork 9
Adaptive Multigrid #87
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
base: main
Are you sure you want to change the base?
Conversation
|
There is a demo.py.rst in your project repository. Could it be added to this PR to include it in ngsPETSc? (In particular I would like to comment on the interface.) |
| for split_label, _ in source_function_splits.items(): | ||
| transfer_op( | ||
| source_function_splits[split_label], | ||
| target_function_splits[split_label], | ||
| ) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a special case that uses assign for the unrefined submesh
…on't perform transfer for unsplit submeshes
|
@AnuragRao1 Why are the ngsolve test importing firedrake now ? :) |
Added
AdaptiveMeshHierarchyandAdaptiveTransferManageralong with corresponding tests.