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

Geometry #662

Merged
merged 39 commits into from
Sep 27, 2021
Merged

Geometry #662

merged 39 commits into from
Sep 27, 2021

Conversation

fverdugo
Copy link
Member

Major refactoring on how data is transferred between different triangulations.

  • Allows to implement mixed dimensional PDEs in a more elegant way
  • More extensible design that will open the door to include HDG methods.

Changed

The Triangulation interface has changed. Now a Triangulation object is understood as computational domain defined from a DiscreteModel. I.e., from the same FE mesh (the discrete model), we can extract different domains (several triangulations) like the boundary, the interior, or some portion of the interior or the boundary. These can be potentially used both for intergration (like before) but also for interpolation (except for unfitted triangulations). In consequence, types like BoundaryDiscreteModel or ExtendedDiscreteModel are no longer needed.

@fverdugo
Copy link
Member Author

Some remaining tasks associated with this PR are detailed in #660

@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2021

Codecov Report

Merging #662 (879bf6d) into release_0.17 (e5c262d) will decrease coverage by 3.92%.
The diff coverage is 59.06%.

❗ Current head 879bf6d differs from pull request most recent head 44ae0fb. Consider uploading reports for the commit 44ae0fb to get more accurate results
Impacted file tree graph

@@               Coverage Diff                @@
##           release_0.17     #662      +/-   ##
================================================
- Coverage         87.73%   83.81%   -3.93%     
================================================
  Files               134      136       +2     
  Lines             14369    14960     +591     
================================================
- Hits              12607    12538      -69     
- Misses             1762     2422     +660     
Impacted Files Coverage Δ
src/Exports.jl 0.00% <ø> (ø)
src/FESpaces/ConformingFESpaces.jl 92.34% <ø> (-0.04%) ⬇️
src/FESpaces/DivConformingFESpaces.jl 100.00% <ø> (ø)
src/FESpaces/FESpaces.jl 0.00% <ø> (ø)
src/Fields/ApplyOptimizations.jl 54.43% <0.00%> (-0.99%) ⬇️
src/Geometry/DiscreteModels.jl 95.50% <ø> (+0.76%) ⬆️
src/Geometry/GridTopologies.jl 89.77% <ø> (ø)
src/Geometry/OLD/BoundaryDiscreteModels.jl 0.00% <ø> (ø)
src/Geometry/OLD/BoundaryTriangulations.jl 0.00% <0.00%> (ø)
src/Geometry/OLD/RestrictedDiscreteModels.jl 0.00% <ø> (ø)
... and 49 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e5c262d...44ae0fb. Read the comment docs.

@fverdugo fverdugo merged commit 4d147e3 into release_0.17 Sep 27, 2021
@fverdugo fverdugo deleted the geometry branch September 27, 2021 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.

2 participants