]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
P elements mapped to nonrectangular cells do not have P_k in their range
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 28 Aug 2006 18:38:06 +0000 (18:38 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 28 Aug 2006 18:38:06 +0000 (18:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@13764 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/project_dgp_03.cc
tests/deal.II/project_dgp_04.cc
tests/deal.II/project_dgp_05.cc
tests/deal.II/project_dgp_monomial_03.cc
tests/deal.II/project_dgp_monomial_04.cc
tests/deal.II/project_dgp_monomial_05.cc

index d766be65c03a52996682b68fc5b84c0024288bb0..0896c0c9f86dc9feb74cba9e04593222d70f8dfe 100644 (file)
@@ -24,5 +24,5 @@ template <int dim>
 void test ()
 {
   for (unsigned int p=0; p<6-dim; ++p)
-    test_with_wrong_face_orientation (FE_DGP<dim>(p), p);
+    test_with_wrong_face_orientation (FE_DGP<dim>(p), p, (p+1)/2);
 }
index 134b90ca519042bf7e7006afca3eee67012ee566..196e1e6bcb228e0927a2348b0a9e958456375c3b 100644 (file)
@@ -24,5 +24,5 @@ template <int dim>
 void test ()
 {
   for (unsigned int p=0; p<6-dim; ++p)
-    test_with_2d_deformed_mesh (FE_DGP<dim>(p), p);
+    test_with_2d_deformed_mesh (FE_DGP<dim>(p), p, (p+1)/2);
 }
index 8fb8ade3db1cb102ee7f2f842e0b16f1d4b8a78c..3c93a03b4d755210c2589a4701424760766a5f38 100644 (file)
@@ -24,5 +24,5 @@ template <int dim>
 void test ()
 {
   for (unsigned int p=0; p<6-dim; ++p)
-    test_with_2d_deformed_refined_mesh (FE_DGP<dim>(p), p);
+    test_with_2d_deformed_refined_mesh (FE_DGP<dim>(p), p, (p+1)/2);
 }
index 396c60cf1b1341985ad4b3cf27921ce33c5342fd..0526fd123cc3bf7c209e50f08fbcae6c26d993cc 100644 (file)
@@ -24,5 +24,5 @@ template <int dim>
 void test ()
 {
   for (unsigned int p=0; p<6-dim; ++p)
-    test_with_wrong_face_orientation (FE_DGPMonomial<dim>(p), p);
+    test_with_wrong_face_orientation (FE_DGPMonomial<dim>(p), p, (p+1)/2);
 }
index 6be5cb28ae18180369e8297e806c35040b7d2d5c..d15dcbc52f7d0d75055e822ccb7d177df25cc5b7 100644 (file)
@@ -24,5 +24,5 @@ template <int dim>
 void test ()
 {
   for (unsigned int p=0; p<6-dim; ++p)
-    test_with_2d_deformed_mesh (FE_DGPMonomial<dim>(p), p);
+    test_with_2d_deformed_mesh (FE_DGPMonomial<dim>(p), p, (p+1)/2);
 }
index de0e6b8f114b07540cb305960a2481ea2e6adf56..505058e4ef3da1ba551f320df4e647d6cf12780d 100644 (file)
@@ -24,5 +24,5 @@ template <int dim>
 void test ()
 {
   for (unsigned int p=0; p<6-dim; ++p)
-    test_with_2d_deformed_refined_mesh (FE_DGPMonomial<dim>(p), p);
+    test_with_2d_deformed_refined_mesh (FE_DGPMonomial<dim>(p), p, (p+1)/2);
 }

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.