]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Merge pull request #10705 from peterrum/fe_face_values_reinit
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 19 Jul 2020 07:56:42 +0000 (09:56 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2020 07:56:42 +0000 (09:56 +0200)
Add new hp::FEFaceValues::reinit() functions

1  2 
include/deal.II/hp/fe_values.h
source/hp/fe_values.cc
source/hp/fe_values.inst.in

Simple merge
Simple merge
index 8452c99ca584ee45139f0db88abf779e36326ab1,01acaeb46503f5bdce6144caff688d86c75a932c..a987f021898003d863526dd1944c4262cef4ca9e
@@@ -105,9 -105,18 +105,18 @@@ for (deal_II_dimension : DIMENSIONS; de
          unsigned int,
          unsigned int);
        template void
+       FEFaceValues<deal_II_dimension, deal_II_space_dimension>::reinit(
+         const TriaIterator<
+           DoFCellAccessor<deal_II_dimension, deal_II_space_dimension, lda>> &,
+         const Triangulation<deal_II_dimension,
+                             deal_II_space_dimension>::face_iterator &,
+         unsigned int,
+         unsigned int,
+         unsigned int);
+       template void
        FESubfaceValues<deal_II_dimension, deal_II_space_dimension>::reinit(
 -        TriaIterator<
 -          DoFCellAccessor<deal_II_dimension, deal_II_space_dimension, lda>>,
 +        const TriaIterator<
 +          DoFCellAccessor<deal_II_dimension, deal_II_space_dimension, lda>> &,
          unsigned int,
          unsigned int,
          unsigned int,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.