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

Redistribute API rework #120

Merged
merged 10 commits into from
Aug 7, 2023

Conversation

JordiManyer
Copy link
Member

@JordiManyer JordiManyer commented Aug 5, 2023

Rework of the distributed Adaptivity + Redistribution toolset.

  • Bring RedistributeTools.jl from GridapSolvers/GridapP4est.
  • Create mock models and tests for Adaptivity/Redistribution.
  • Bring FESpaces.jl from GridapP4est.
  • Create tests for non-conforming adaptivity.

@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2023

Codecov Report

Merging #120 (157ed1a) into partitioned_arrays_v0.3 (ac5a328) will not change coverage.
Report is 1 commits behind head on partitioned_arrays_v0.3.
The diff coverage is 0.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@                   Coverage Diff                    @@
##           partitioned_arrays_v0.3    #120    +/-   ##
========================================================
  Coverage                     0.00%   0.00%            
========================================================
  Files                           10      12     +2     
  Lines                         1767    1938   +171     
========================================================
- Misses                        1767    1938   +171     
Files Changed Coverage Δ
src/Adaptivity.jl 0.00% <0.00%> (ø)
src/FESpaces.jl 0.00% <0.00%> (ø)
src/Geometry.jl 0.00% <0.00%> (ø)
src/VoidTypes.jl 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

This allows access to fine and coarse comms
from within the redistribution routines.
Got rid of the GridapDistributed void
structures which were created for that same
purpose.
@amartinhuertas amartinhuertas marked this pull request as ready for review August 7, 2023 07:08
@amartinhuertas
Copy link
Member

We will leave:

  • Bring FESpaces.jl from GridapP4est.
  • Create tests for non-conforming adaptivity.

for a different PR.

@amartinhuertas amartinhuertas merged commit 08b7d8e into partitioned_arrays_v0.3 Aug 7, 2023
4 of 6 checks passed
@JordiManyer JordiManyer deleted the redistribute-api-rework branch August 7, 2023 10:14
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.

3 participants