From bd69decd2553992effc6aa93a5b8a6fec15bf5df Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 9 Jan 2017 07:15:35 +0100 Subject: [PATCH] be a bit more explicit --- doc/news/changes/minor/20170109GuidoKanschat | 6 ++++++ include/deal.II/integrators/laplace.h | 20 +++++++++++++------- tests/integrators/laplacian_02.cc | 2 +- 3 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 doc/news/changes/minor/20170109GuidoKanschat diff --git a/doc/news/changes/minor/20170109GuidoKanschat b/doc/news/changes/minor/20170109GuidoKanschat new file mode 100644 index 0000000000..d32b9203b2 --- /dev/null +++ b/doc/news/changes/minor/20170109GuidoKanschat @@ -0,0 +1,6 @@ +New: LocalIntegrators::Laplace::ip_tangential_matrix() and +LocalIntegrators::Laplace::nitsche_tangential_matrix() implement +interior penalty and Nitsche boundary conditions for vector valued +Poisson problems. +
+(Guido Kanschat, 2017/01/09) diff --git a/include/deal.II/integrators/laplace.h b/include/deal.II/integrators/laplace.h index e7a156eac1..8c9494689f 100644 --- a/include/deal.II/integrators/laplace.h +++ b/include/deal.II/integrators/laplace.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2010 - 2015 by the deal.II authors +// Copyright (C) 2010 - 2017 by the deal.II authors // // This file is part of the deal.II library. // @@ -232,12 +232,12 @@ namespace LocalIntegrators for (unsigned int d=0; d void ip_tangential_matrix ( @@ -462,6 +462,9 @@ namespace LocalIntegrators const Tensor<1,dim> n = fe1.normal_vector(k); for (unsigned int i=0; i