Closed amartinhuertas closed 3 years ago
Merging #4 (b0c45da) into master (7c0d9c2) will increase coverage by
8.14%
. The diff coverage is69.64%
.
@@ 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.
This PR implements, among others, the DIV and Laplacian on the unit sphere manifold using AD ... as defined here
where (u=(u1, u2) are the coordinates in parametric space, x the mapping, G = J^T J, J=dx/du)
Besides: