From: Guido Kanschat Date: Mon, 9 Jan 2017 06:15:35 +0000 (+0100) Subject: be a bit more explicit X-Git-Tag: v8.5.0-rc1~276^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3735%2Fhead;p=dealii.git be a bit more explicit --- 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