gridapapps / GridapGeosciences.jl

Gridap drivers for geoscience applications
MIT License
35 stars 3 forks source link

Implement weak div perp test unit sphere #4

Closed amartinhuertas closed 3 years ago

amartinhuertas commented 3 years ago

This PR implements, among others, the DIV and Laplacian on the unit sphere manifold using AD ... as defined here

Screenshot from 2021-08-21 11-58-19

where (u=(u1, u2) are the coordinates in parametric space, x the mapping, G = J^T J, J=dx/du)

Besides:

codecov-commenter commented 3 years ago

Codecov Report

Merging #4 (b0c45da) into master (7c0d9c2) will increase coverage by 8.14%. The diff coverage is 69.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   32.69%   40.83%   +8.14%     
==========================================
  Files           6        8       +2     
  Lines         208      262      +54     
==========================================
+ Hits           68      107      +39     
- Misses        140      155      +15     
Impacted Files Coverage Δ
src/CubedSphereTriangulations.jl 27.77% <ø> (+2.77%) :arrow_up:
src/CoordinateTransformations.jl 37.50% <37.50%> (ø)
src/Operators.jl 68.18% <68.18%> (ø)
src/CubedSphereDiscreteModels.jl 97.59% <100.00%> (+0.66%) :arrow_up:

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 7c0d9c2...b0c45da. Read the comment docs.