From: hartmann Date: Tue, 6 Mar 2001 13:20:54 +0000 (+0000) Subject: Work in changes due to the mapping. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5b7ed0d9f8cda1456d19b3cef528b54dad1e0d;p=dealii-svn.git Work in changes due to the mapping. git-svn-id: https://svn.dealii.org/trunk@4121 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/wave-test-3.cc b/tests/deal.II/wave-test-3.cc index 73364cc856..b121a26504 100644 --- a/tests/deal.II/wave-test-3.cc +++ b/tests/deal.II/wave-test-3.cc @@ -6509,6 +6509,7 @@ vector stiffness(fe_values.n_quadrature_points); return error_on_cell; }; +#include template void TimeStep_ErrorEstimation::make_interpolation_matrices () { @@ -6518,22 +6519,14 @@ void TimeStep_ErrorEstimation::make_interpolation_matrices () { embedding_matrix.reinit (dual_fe.dofs_per_cell, primal_fe.dofs_per_cell); - vector > unit_support_points (dual_fe.dofs_per_cell); - dual_fe.get_unit_support_points (unit_support_points); - - for (unsigned int i=0; i inverse_interpolation (primal_fe.dofs_per_cell, dual_fe.dofs_per_cell); - unit_support_points.resize (primal_fe.dofs_per_cell); - primal_fe.get_unit_support_points (unit_support_points); - - for (unsigned int i=0; i &dst, -#include +#include #include #include