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

Fixed a BUG in Arrays.evaluate!(cache,a::FineToCoarseField,x::AbstractArray{<:Point}) #1074

Merged
merged 3 commits into from
Jan 10, 2025

Conversation

amartinhuertas
Copy link
Member

It was spotted whenever id_map is not the identity map, e.g., [0 0 1 2] This is in turn triggered from GridapP4est whenever a ghost parent cell in a processor does not have all children cells on its local portion

…tArray{<:Point})

It was spotted whenever id_map is not the identity map, e.g., [0 0 1 2]
This is in turn triggered from GridapP4est whenever a ghost parent cell
in a processor does not have all children cells on its local portion
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.05%. Comparing base (04edf7e) to head (c7fe919).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1074   +/-   ##
=======================================
  Coverage   89.05%   89.05%           
=======================================
  Files         197      197           
  Lines       23905    23905           
=======================================
  Hits        21288    21288           
  Misses       2617     2617           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amartinhuertas amartinhuertas merged commit bbcef86 into master Jan 10, 2025
18 of 19 checks passed
@JordiManyer JordiManyer deleted the fix_bug_in_fine_to_coarse_field branch January 14, 2025 23:50
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.

1 participant