From b87073a0ccd8e2c4429a7ad9da741d05c257a45c Mon Sep 17 00:00:00 2001 From: "Alberto F. Martin" <38347633+amartinhuertas@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:32:51 +1000 Subject: [PATCH] Update README.md [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 152ac8c..46a1ff2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The goal of this repository is to showcase the suitability of the [Gridap](https * [[click here]](https://github.com/gridapapps/GridapGeosciences.jl/blob/master/test/LaplaceBeltramiCubedSphereTests.jl) A convergence study of grad-conforming finite elements for the solution of a Laplace-Beltrami problem on the cubed sphere. -* [[click here]](https://github.com/gridapapps/GridapGeosciences.jl/blob/master/test/WaveEquationCubedSphereTests.jl) Numerical solution of the linear wave equation on the cubed sphere using a Strong-Stabilitity-Preserving Runge-Kutta explicit 2nd order method (SSPRK2) for time integration and Raviart-Thomas-DG mixed finite elements for spatial discretization. +* [[click here]](https://github.com/gridapapps/GridapGeosciences.jl/blob/master/test/sequential/WaveEquationCubedSphereTests.jl) Numerical solution of the linear wave equation on the cubed sphere using a Strong-Stabilitity-Preserving Runge-Kutta explicit 2nd order method (SSPRK2) for time integration and Raviart-Thomas-DG mixed finite elements for spatial discretization. * [[click here]](https://github.com/gridapapps/GridapGeosciences.jl/blob/master/src/ShallowWaterThetaMethodFullNewton.jl) Numerical solution of the Nonlinear Rotating Shallow Water Equations on the cubed sphere using a fully implicit theta-method for time integration, full Newton nonlinear solves, and compatible mixed finite elements for spatial discretization.