From: Rene Gassmoeller Date: Tue, 4 Apr 2017 21:56:21 +0000 (-0600) Subject: Use manifold instead of boundary X-Git-Tag: v9.0.0-rc1~1739^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4183%2Fhead;p=dealii.git Use manifold instead of boundary --- diff --git a/include/deal.II/numerics/vector_tools.templates.h b/include/deal.II/numerics/vector_tools.templates.h index 30e751f574..b4d12075d3 100644 --- a/include/deal.II/numerics/vector_tools.templates.h +++ b/include/deal.II/numerics/vector_tools.templates.h @@ -6063,7 +6063,7 @@ namespace VectorTools // if they should point in different directions. this is the // case in tests/deal.II/no_flux_11. Tensor<1,dim> normal_vector - = (cell->face(face_no)->get_boundary().normal_vector + = (cell->face(face_no)->get_manifold().normal_vector (cell->face(face_no), fe_values.quadrature_point(i))); if (normal_vector * fe_values.normal_vector(i) < 0)