Closed amartinhuertas closed 3 years ago
Feel free to merge to this repo!
Feel free to merge to this repo!
Ok, thanks! I am currently committing the Manifest.toml
file.
Once we have the PR https://github.com/gridap/Gridap.jl/pull/638 merged into master and released a new Gridap patch release, I will be able remove the Manifest.toml
file.
Hi @santiagobadia, @fverdugo,
in this PR I add the necessary code to perform a systematic convergence study of a Darcy problem on a sphere, i.e., a 2D manifold embedded in 3D space.
To discretize the sphere, the code uses the so-called cubed sphere mesh, i.e., a quasi-uniform quadrilateral mesh of the sphere which is ubiquitous in geophysical flows codes (because it enjoys a number of desirable properties).
In particular, I have implemented two variants of the cubed sphere mesh:
Can you please take a look and let me know your thoughs about this? Thanks!