From fcaef8b0c88f6462884f59efa93820ff657e293e Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@math.fu-berlin.de>
Date: Mon, 12 Nov 2018 10:08:40 +0100
Subject: [PATCH] Add primal-dual classes

---
 dune/contact/common/CMakeLists.txt  | 2 ++
 dune/contact/solvers/CMakeLists.txt | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dune/contact/common/CMakeLists.txt b/dune/contact/common/CMakeLists.txt
index 00290262..1a5d6d5e 100644
--- a/dune/contact/common/CMakeLists.txt
+++ b/dune/contact/common/CMakeLists.txt
@@ -5,6 +5,8 @@ install(FILES
     gapfunction.cc
     gapfunction.hh
     markcontactarea.hh
+    primaldualcontactproblem.hh
+    primaldualcontactproblem.cc
     staticcontactproblem.cc
     staticcontactproblem.hh
     staticmgcontactproblem.cc
diff --git a/dune/contact/solvers/CMakeLists.txt b/dune/contact/solvers/CMakeLists.txt
index 13bfbc12..309d72f8 100644
--- a/dune/contact/solvers/CMakeLists.txt
+++ b/dune/contact/solvers/CMakeLists.txt
@@ -13,6 +13,8 @@ install(FILES
     filtercontactsolver.cc
     filtermultigridsolver.cc
     filtermultigridsolver.hh
+    primaldualsemismoothnewtonsolver.hh
+    primaldualsemismoothnewtonsolver.cc
     tnnmmgcontactstep.hh
     tnnmmgcontactstep.cc
     DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/contact/solvers)
-- 
GitLab