From: goll Date: Thu, 26 Jan 2012 09:47:58 +0000 (+0000) Subject: point_value now also works with hp::dofhandler. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4500ddf084e479ed8ba9e2c96034db64ee2bd8b5;p=dealii-svn.git point_value now also works with hp::dofhandler. git-svn-id: https://svn.dealii.org/trunk@24933 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/numerics/vectors.inst.in b/deal.II/source/numerics/vectors.inst.in index 7ab0fc1cc8..0f98a63618 100644 --- a/deal.II/source/numerics/vectors.inst.in +++ b/deal.II/source/numerics/vectors.inst.in @@ -219,12 +219,25 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS) const VEC&, const Point&, Vector&); + + template + void point_value ( + const hp::DoFHandler&, + const VEC&, + const Point&, + Vector&); template double point_value ( const DoFHandler&, const VEC&, const Point&); + + template + double point_value ( + const hp::DoFHandler&, + const VEC&, + const Point&); template void point_value ( @@ -233,6 +246,14 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS) const VEC&, const Point&, Vector&); + + template + void point_value ( + const hp::MappingCollection&, + const hp::DoFHandler&, + const VEC&, + const Point&, + Vector&); template double point_value ( @@ -240,6 +261,13 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS) const DoFHandler&, const VEC&, const Point&); + + template + double point_value ( + const hp::MappingCollection&, + const hp::DoFHandler&, + const VEC&, + const Point&); template double compute_mean_value