From: Wolfgang Bangerth Date: Tue, 28 Mar 2006 23:15:45 +0000 (+0000) Subject: Finish test. Fix will go in in a second X-Git-Tag: v8.0.0~11978 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8101eff6529038f9bdfbcac5f9b54c717a743ca5;p=dealii.git Finish test. Fix will go in in a second git-svn-id: https://svn.dealii.org/trunk@12732 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/interpolate_boundary_values_01.cc b/tests/deal.II/interpolate_boundary_values_01.cc index e4df21ecf0..f23374f0f3 100644 --- a/tests/deal.II/interpolate_boundary_values_01.cc +++ b/tests/deal.II/interpolate_boundary_values_01.cc @@ -61,15 +61,13 @@ VectorBoundaryValues::VectorBoundaryValues () : template inline -void VectorBoundaryValues::vector_value (const Point &p, +void VectorBoundaryValues::vector_value (const Point &, Vector &values) const { Assert (values.size() == dim+1, ExcDimensionMismatch (values.size(), dim+1)); - for (unsigned int i=0; i::dirichlet_conditions () { if (fixed_dofs[i] == true) { - Assert (dirichlet_dofs[i] == 0, ExcInternalError()); + Assert (dirichlet_dofs[i] == 13, ExcInternalError()); } else { diff --git a/tests/deal.II/interpolate_boundary_values_01/cmp/generic b/tests/deal.II/interpolate_boundary_values_01/cmp/generic new file mode 100644 index 0000000000..99e18199fd --- /dev/null +++ b/tests/deal.II/interpolate_boundary_values_01/cmp/generic @@ -0,0 +1,41 @@ + +DEAL::Number of active cells: 4 +DEAL::Total number of cells: 5 +DEAL::Number of degrees of freedom: 21 +DEAL::0 13.0000 +DEAL::1 13.0000 +DEAL::2 13.0000 +DEAL::8 13.0000 +DEAL::9 13.0000 +DEAL::13 13.0000 +DEAL::14 13.0000 +DEAL::18 13.0000 +DEAL::Number of active cells: 8 +DEAL::Total number of cells: 9 +DEAL::Number of degrees of freedom: 63 +DEAL::0 13.0000 +DEAL::1 13.0000 +DEAL::2 13.0000 +DEAL::3 13.0000 +DEAL::4 13.0000 +DEAL::5 13.0000 +DEAL::6 13.0000 +DEAL::14 13.0000 +DEAL::15 13.0000 +DEAL::16 13.0000 +DEAL::17 13.0000 +DEAL::23 13.0000 +DEAL::24 13.0000 +DEAL::25 13.0000 +DEAL::26 13.0000 +DEAL::32 13.0000 +DEAL::33 13.0000 +DEAL::38 13.0000 +DEAL::39 13.0000 +DEAL::40 13.0000 +DEAL::41 13.0000 +DEAL::47 13.0000 +DEAL::48 13.0000 +DEAL::53 13.0000 +DEAL::54 13.0000 +DEAL::59 13.0000