From 1aa10b86b6888b6532fbc2d53e0e9ed10fe33df6 Mon Sep 17 00:00:00 2001 From: Cody Balos Date: Thu, 18 Mar 2021 12:14:33 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a63c27..61f5945 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ in the README.md files in the library subfolders. For more information on the x | mfem/ginkgo/mfem_ex1_gko.cpp | MFEM+Ginkgo | 2D Poisson problem with Ginko solver | | mfem/petsc/obstacle.cpp | MFEM+PETSc | Membrane obstacle problem (min energy functional) | | mfem/sundials/transient-heat.cpp | MFEM+SUNDIALS | 2D Transient nonlinear heat conduction | -| mfem/sundials/advection.cpp | MFEM+SUNDIALS (CUDA) | 2D Time-dependent advection | | petsc/ex19.c | PETSc+HYPRE+SuperLU_Dist | 2D nonlinear driven cavity problem | | sundials/ark_brusselator1D_FEM_sludist.cpp| SUNDIALS+SuperLU_Dist | Chemical kinetics brusselator problem | | sundials/cv_petsc_ex7.c | SUNDIALS+PETSc | 2D nonlinear PDE solution | @@ -28,6 +27,7 @@ They can still be built using CMake directly. | Example | Libraries | Description | |:-------------------------------------------|:----------------------------|:--------------------------------------------------| +| mfem/sundials/advection.cpp | MFEM+SUNDIALS (CUDA) | 2D Time-dependent advection | | sundials/cvRoberts_blockdiag_magma.cpp | SUNDIALS+MAGMA (CUDA) | Solves a group of chemical kinetics ODEs | ## Install the code samples