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

Fix distributed AgFEM corner case #91

Merged
merged 10 commits into from
Jul 5, 2024

Conversation

pmartorell
Copy link
Collaborator

@ericneiva

Here there is a fix for the cases where two remote ghost cells are touching each other.

We solve this by merging the remote cell nodes by their GIDs

ericneiva and others added 6 commits June 14, 2024 17:25
`gcell_to_cell` is a `PartitionedArrays.VectorFromDict{Tk,Tv}` storing a `Dict{Tk,Tv}`.

Apparently, its getindex specialisation does not return a value of type `Tv`.
@pmartorell pmartorell marked this pull request as draft July 5, 2024 14:48
@pmartorell pmartorell marked this pull request as ready for review July 5, 2024 14:49
Todo: figure out how to remove duplication of _dof_to_DOF and _DOF_to_dof
@ericneiva ericneiva self-assigned this Jul 5, 2024
@ericneiva ericneiva self-requested a review July 5, 2024 15:34
@ericneiva ericneiva merged commit e2b054c into gridap:master Jul 5, 2024
5 checks passed
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