Run the test for linear and quadratic TPoisson elements.
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
523 unsigned h_power = 2;
525 cout <<
"Linear elements " << std::endl;
526 cout <<
"================" << std::endl << std::endl;
529 for(
unsigned rotate=0;rotate<4;rotate++)
532 cout <<
"Rotation " << rotate << std::endl;
537 cout <<
"Quadratic elements " << std::endl;
538 cout <<
"==================" << std::endl << std::endl;
541 for(
unsigned rotate=0;rotate<4;rotate++)
543 cout <<
"Rotation " << rotate << std::endl;
TFaceTest problem.
Definition: t_faces_3d.cc:218
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213