From b3639fdffa3a542468c178ff2e1941f7a45b9859 Mon Sep 17 00:00:00 2001
From: Marc Fehling <mafehling.git@gmail.com>
Date: Mon, 3 Jul 2023 13:29:35 -0400
Subject: [PATCH] Require deal.II 9.5 in all programs. Bump CI.

---
 .github/workflows/linux.yml                                     | 2 +-
 CeresFE/CMakeLists.txt                                          | 2 +-
 Distributed_LDG_Method/CMakeLists.txt                           | 2 +-
 Distributed_Moving_Laser_Heating/CMakeLists.txt                 | 2 +-
 ElastoplasticTorsion/CMakeLists.txt                             | 2 +-
 Linear_Elastic_Active_Skeletal_Muscle_Model/CMakeLists.txt      | 2 +-
 MCMC-Laplace/CMakeLists.txt                                     | 2 +-
 Maxwell-Eigenvalue-hp-Refinement/CMakeLists.txt                 | 2 +-
 MultipointFluxMixedFiniteElementMethods/CMakeLists.txt          | 2 +-
 NavierStokes_TRBDF2_DG/CMakeLists.txt                           | 2 +-
 Nonlinear_PoroViscoelasticity/CMakeLists.txt                    | 2 +-
 .../CMakeLists.txt                                              | 2 +-
 .../CMakeLists.txt                                              | 2 +-
 Swift-Hohenberg-Solver/CMakeLists.txt                           | 2 +-
 advection_reaction_estimator/CMakeLists.txt                     | 2 +-
 cdr/CMakeLists.txt                                              | 2 +-
 coupled_laplace_problem/CMakeLists.txt                          | 2 +-
 goal_oriented_elastoplasticity/CMakeLists.txt                   | 2 +-
 information_based_mesh_refinement/CMakeLists.txt                | 2 +-
 parallel_in_time/CMakeLists.txt                                 | 2 +-
 time_dependent_navier_stokes/CMakeLists.txt                     | 2 +-
 two_phase_flow/CMakeLists.txt                                   | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 2c9147d..ff8699f 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -21,7 +21,7 @@ jobs:
       fail-fast: false
       matrix:
         build_type: ["Debug"]
-        dealii_version: ["master", "v9.4.0"]
+        dealii_version: ["master", "v9.5.0"]
         ubuntu_version: ["jammy"]
 
     container:
diff --git a/CeresFE/CMakeLists.txt b/CeresFE/CMakeLists.txt
index 6932267..bd40feb 100644
--- a/CeresFE/CMakeLists.txt
+++ b/CeresFE/CMakeLists.txt
@@ -4,7 +4,7 @@
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 
diff --git a/Distributed_LDG_Method/CMakeLists.txt b/Distributed_LDG_Method/CMakeLists.txt
index a24be79..4448450 100644
--- a/Distributed_LDG_Method/CMakeLists.txt
+++ b/Distributed_LDG_Method/CMakeLists.txt
@@ -18,7 +18,7 @@ SET(CLEAN_UP_FILES *.vtu *.pvtu *.visit)
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/Distributed_Moving_Laser_Heating/CMakeLists.txt b/Distributed_Moving_Laser_Heating/CMakeLists.txt
index 2e4e2af..41032b3 100644
--- a/Distributed_Moving_Laser_Heating/CMakeLists.txt
+++ b/Distributed_Moving_Laser_Heating/CMakeLists.txt
@@ -23,7 +23,7 @@ SET(TARGET_SRC
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4.0 QUIET
+FIND_PACKAGE(deal.II 9.5.0 QUIET
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/ElastoplasticTorsion/CMakeLists.txt b/ElastoplasticTorsion/CMakeLists.txt
index 9052e66..ae7a996 100644
--- a/ElastoplasticTorsion/CMakeLists.txt
+++ b/ElastoplasticTorsion/CMakeLists.txt
@@ -24,7 +24,7 @@ SET(TARGET_SRC
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/Linear_Elastic_Active_Skeletal_Muscle_Model/CMakeLists.txt b/Linear_Elastic_Active_Skeletal_Muscle_Model/CMakeLists.txt
index 803d3d4..90958bb 100644
--- a/Linear_Elastic_Active_Skeletal_Muscle_Model/CMakeLists.txt
+++ b/Linear_Elastic_Active_Skeletal_Muscle_Model/CMakeLists.txt
@@ -23,7 +23,7 @@ SET(TARGET_SRC
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/MCMC-Laplace/CMakeLists.txt b/MCMC-Laplace/CMakeLists.txt
index b228eb3..ae2f9d2 100644
--- a/MCMC-Laplace/CMakeLists.txt
+++ b/MCMC-Laplace/CMakeLists.txt
@@ -4,7 +4,7 @@
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 
diff --git a/Maxwell-Eigenvalue-hp-Refinement/CMakeLists.txt b/Maxwell-Eigenvalue-hp-Refinement/CMakeLists.txt
index 397f223..43b8207 100644
--- a/Maxwell-Eigenvalue-hp-Refinement/CMakeLists.txt
+++ b/Maxwell-Eigenvalue-hp-Refinement/CMakeLists.txt
@@ -10,7 +10,7 @@ SET(TARGET_SRC
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/MultipointFluxMixedFiniteElementMethods/CMakeLists.txt b/MultipointFluxMixedFiniteElementMethods/CMakeLists.txt
index 79ff98b..0f0c470 100644
--- a/MultipointFluxMixedFiniteElementMethods/CMakeLists.txt
+++ b/MultipointFluxMixedFiniteElementMethods/CMakeLists.txt
@@ -24,7 +24,7 @@ SET(TARGET_SRC
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/NavierStokes_TRBDF2_DG/CMakeLists.txt b/NavierStokes_TRBDF2_DG/CMakeLists.txt
index 0e5b854..94c0053 100644
--- a/NavierStokes_TRBDF2_DG/CMakeLists.txt
+++ b/NavierStokes_TRBDF2_DG/CMakeLists.txt
@@ -23,7 +23,7 @@ SET(TARGET_SRC
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4.0
+FIND_PACKAGE(deal.II 9.5.0
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/Nonlinear_PoroViscoelasticity/CMakeLists.txt b/Nonlinear_PoroViscoelasticity/CMakeLists.txt
index 07622ca..f9ac70b 100644
--- a/Nonlinear_PoroViscoelasticity/CMakeLists.txt
+++ b/Nonlinear_PoroViscoelasticity/CMakeLists.txt
@@ -13,7 +13,7 @@ SET(TARGET_SRC
 #Search for required deal.II version
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/Quasi_static_Finite_strain_Compressible_Elasticity/CMakeLists.txt b/Quasi_static_Finite_strain_Compressible_Elasticity/CMakeLists.txt
index 733adf0..fc470b0 100644
--- a/Quasi_static_Finite_strain_Compressible_Elasticity/CMakeLists.txt
+++ b/Quasi_static_Finite_strain_Compressible_Elasticity/CMakeLists.txt
@@ -20,7 +20,7 @@ SET(CLEAN_UP_FILES
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity/CMakeLists.txt b/Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity/CMakeLists.txt
index fb76e4c..ede7579 100644
--- a/Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity/CMakeLists.txt
+++ b/Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity/CMakeLists.txt
@@ -19,7 +19,7 @@ SET(CLEAN_UP_FILES
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/Swift-Hohenberg-Solver/CMakeLists.txt b/Swift-Hohenberg-Solver/CMakeLists.txt
index 6ef2fa9..8c3da80 100644
--- a/Swift-Hohenberg-Solver/CMakeLists.txt
+++ b/Swift-Hohenberg-Solver/CMakeLists.txt
@@ -23,7 +23,7 @@ SET(TARGET_SRC
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4.0
+FIND_PACKAGE(deal.II 9.5.0
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/advection_reaction_estimator/CMakeLists.txt b/advection_reaction_estimator/CMakeLists.txt
index 826f55b..a0598c1 100644
--- a/advection_reaction_estimator/CMakeLists.txt
+++ b/advection_reaction_estimator/CMakeLists.txt
@@ -12,7 +12,7 @@ PROJECT(${TARGET} CXX)
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4.0
+FIND_PACKAGE(deal.II 9.5.0
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/cdr/CMakeLists.txt b/cdr/CMakeLists.txt
index 13e8552..597a013 100644
--- a/cdr/CMakeLists.txt
+++ b/cdr/CMakeLists.txt
@@ -1,6 +1,6 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR})
 
 IF(NOT ${deal.II_FOUND})
diff --git a/coupled_laplace_problem/CMakeLists.txt b/coupled_laplace_problem/CMakeLists.txt
index 42fe3b6..92a3e15 100644
--- a/coupled_laplace_problem/CMakeLists.txt
+++ b/coupled_laplace_problem/CMakeLists.txt
@@ -23,7 +23,7 @@ SET(TARGET_SRC
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4.0
+FIND_PACKAGE(deal.II 9.5.0
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/goal_oriented_elastoplasticity/CMakeLists.txt b/goal_oriented_elastoplasticity/CMakeLists.txt
index 36bd8f7..c3d7bcc 100644
--- a/goal_oriented_elastoplasticity/CMakeLists.txt
+++ b/goal_oriented_elastoplasticity/CMakeLists.txt
@@ -18,7 +18,7 @@ SET(CLEAN_UP_FILES *.vtu *.pvtu *.visit)
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/information_based_mesh_refinement/CMakeLists.txt b/information_based_mesh_refinement/CMakeLists.txt
index 2763daa..a671884 100644
--- a/information_based_mesh_refinement/CMakeLists.txt
+++ b/information_based_mesh_refinement/CMakeLists.txt
@@ -23,7 +23,7 @@ SET(TARGET_SRC
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4.0
+FIND_PACKAGE(deal.II 9.5.0
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/parallel_in_time/CMakeLists.txt b/parallel_in_time/CMakeLists.txt
index 2eb9385..c469227 100644
--- a/parallel_in_time/CMakeLists.txt
+++ b/parallel_in_time/CMakeLists.txt
@@ -5,7 +5,7 @@ PROJECT("parallel_in_time")
 #
 # setup deal.II
 #
-FIND_PACKAGE(deal.II 9.4.0
+FIND_PACKAGE(deal.II 9.5.0
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/time_dependent_navier_stokes/CMakeLists.txt b/time_dependent_navier_stokes/CMakeLists.txt
index 5cd5390..a046908 100644
--- a/time_dependent_navier_stokes/CMakeLists.txt
+++ b/time_dependent_navier_stokes/CMakeLists.txt
@@ -23,7 +23,7 @@ SET(TARGET_SRC
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
diff --git a/two_phase_flow/CMakeLists.txt b/two_phase_flow/CMakeLists.txt
index 63ad5c8..17d6477 100644
--- a/two_phase_flow/CMakeLists.txt
+++ b/two_phase_flow/CMakeLists.txt
@@ -28,7 +28,7 @@ SET(TARGET_SRC
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 
-FIND_PACKAGE(deal.II 9.4
+FIND_PACKAGE(deal.II 9.5
   HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
   )
 IF(NOT ${deal.II_FOUND})
-- 
2.39.5