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

Distributed GridapEmbedded and AgFEM #81

Merged
merged 34 commits into from
Apr 25, 2024

Conversation

pmartorell
Copy link
Collaborator

@fverdugo ,

this is a distributed extension of GridapEmbedded that includes the parallelization of the AgFEM. See 10.1016/j.cma.2019.112583.

The distributed aggregation has the following interface. Note that the bgmodel may be updated during the aggregation process to accommodate remote aggregation roots in the ghost layer.

bgmodel,cutgeo,aggregates = aggregate(strategy,cutgeo)

There is a significant simplification of the graph generation in contrast to 10.1016/j.cma.2019.112583. Here we leverage the PartitionedArrays.jl machinery to update the graph communicators.

Also, note that in GridapEmbedded we may have empty subdomains which are not currently supported in Gridap and GridapDistributed.

FYI: @santiagobadia @ericneiva

workaround for test passing
(ag fe space with remote aggregates not working)
@santiagobadia santiagobadia merged commit 8f22018 into gridap:master Apr 25, 2024
5 checks passed
@pmartorell pmartorell deleted the distributed branch April 25, 2024 10:56
@pmartorell pmartorell mentioned this pull request Apr 26, 2024
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