From 444454bd5116784d259c1896f58880f44b50d58a Mon Sep 17 00:00:00 2001
From: Romain Boman <r.boman@uliege.be>
Date: Mon, 27 Sep 2021 16:57:01 +0200
Subject: [PATCH] remove references to fdtd, sph and Metafor

---
 CODEOWNERS  | 2 --
 Doxyfile.in | 2 --
 README.md   | 4 +---
 3 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index d6514ab4..5ce70522 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -7,12 +7,10 @@
 *       @R.Boman
 
 # These owners own a directory and nested subdirectories
-/fdtd/ @R.Boman
 /flow/ @acrovato
 /heat/ @R.Boman
 /mirrors/ @Kim.Liegeois
 /katoptron/ @Kim.Liegeois
-/sph/ @R.Boman
 /tlnos/ @R.Boman
 /waves/ @R.Boman
 
diff --git a/Doxyfile.in b/Doxyfile.in
index 7f6ee41c..e3ae7891 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -782,13 +782,11 @@ WARN_LOGFILE           =
 # Note: If this tag is empty the current directory is searched.
 
 INPUT                  = @PROJECT_SOURCE_DIR@/README.md \
-                         @PROJECT_SOURCE_DIR@/fdtd/src \
                          @PROJECT_SOURCE_DIR@/flow/src \
                          @PROJECT_SOURCE_DIR@/fwk/src \
                          @PROJECT_SOURCE_DIR@/heat/src \
                          @PROJECT_SOURCE_DIR@/mirrors/src \
                          @PROJECT_SOURCE_DIR@/katoptron/src \
-                         @PROJECT_SOURCE_DIR@/sph/src \
                          @PROJECT_SOURCE_DIR@/tbox/src \
                          @PROJECT_SOURCE_DIR@/waves/src 
 
diff --git a/README.md b/README.md
index 8cb1d4af..7829bbab 100644
--- a/README.md
+++ b/README.md
@@ -9,14 +9,12 @@ Set of python/C++ modules:
   - [tbox](/tbox): general finite element utilities (mesh handler, nodes/elements handler, ...)
   - [tboxVtk](/tboxVtk): VTK extensions for tbox
   - [waves](/waves): 3D(Hex8) transient wave equation solver (FEM)
-  - [fdtd](/fdtd): 2D Maxwell equations (FD)
   - [flow](/flow): 2D(Tri3) and 3D(Tetra4) steady full potential equation solver (FEM)
   - [heat](/heat): 2D(Tri3) steady nonlinear heat equation solver (multiscale FE²M)
   - [mirrors](/mirrors): 3D(Hex8 and Tetra4) linear thermomechanical equations (FEM)
   - [katoptron](/katoptron): 3D(Hex8 and Tetra4) linear thermomechanical equations with contact (FEM)
-  - [params](/params): parametric study with Metafor
+  - [params](/params): parametric study
   - [tlnos](/tlnos): basic Trilinos examples
-  - [sph](/sph): incompressible fluid equations (SPH)
 
 Additional features:
   - [x] [gmsh](http://geuz.org/gmsh/) support for mesh and post-processing
-- 
GitLab