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);
}
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);
}
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);
}
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);
}
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);
}
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