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

added: support for mixed multipatch adaptive simulations #704

Merged
merged 6 commits into from
Nov 22, 2024

Conversation

akva2
Copy link
Member

@akva2 akva2 commented Jun 21, 2024

Extracted from #255

I left out the dd part since it's not yet working and not yet required.

It's time to get this in.

@akva2
Copy link
Member Author

akva2 commented Jun 21, 2024

jenkins build this with downstreams ifem-stokes=280 please

src/ASM/LR/GlobalNodes.C Outdated Show resolved Hide resolved
src/SIM/SIMinput.C Outdated Show resolved Hide resolved
offset should be number of nodes, not number of dofs
required in AdaptiveSetup to avoid casting to ASMuxD
the nodal averaging code in SIMbase::project uses the global
node number and this breaks since since these are for all
bases, not just basis 1.
in particular, the refinements basis differ from the finite element
bases for some formulations, so a simple node numbering scheme for
the refinement basis is required to perform the multi-patch refinements.
use the GlobalNodes class for this
@akva2 akva2 force-pushed the multipatch_mixed_adap branch from 98b960d to 369ad7f Compare November 22, 2024 12:35
@akva2
Copy link
Member Author

akva2 commented Nov 22, 2024

jenkins build this with downstreams ifem-stokes=280 please

@akva2 akva2 merged commit 45527ca into OPM:master Nov 22, 2024
1 check passed
@akva2 akva2 deleted the multipatch_mixed_adap branch November 22, 2024 13:47
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