Driver for DrivenCavity test problem with mesh adaptation.
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
607 unsigned next_istep=0;
611 cout <<
" " << std::endl;
612 cout <<
"==========================================================" << std::endl;
613 cout <<
"Algebraic Taylor Hood " << std::endl;
614 cout <<
"==========================================================" << std::endl;
615 cout <<
" " << std::endl;
619 problem_pt->
run(next_istep);
624 cout <<
" " << std::endl;
625 cout <<
"==========================================================" << std::endl;
626 cout <<
"Algebraic Crouzeix Raviart " << std::endl;
627 cout <<
"==========================================================" << std::endl;
628 cout <<
" " << std::endl;
632 problem_pt->
run(next_istep);
636 cout <<
" " << std::endl;
637 cout <<
"==========================================================" << std::endl;
638 cout <<
"Taylor Hood " << std::endl;
639 cout <<
"==========================================================" << std::endl;
640 cout <<
" " << std::endl;
644 problem_pt->
run(next_istep);
648 cout <<
" " << std::endl;
649 cout <<
"==========================================================" << std::endl;
650 cout <<
"Crouzeix Raviart " << std::endl;
651 cout <<
"==========================================================" << std::endl;
652 cout <<
" " << std::endl;
656 problem_pt->
run(next_istep);
Definition: circular_driven_cavity_driver.cc:79
void run(unsigned &next_istep)
run parameter study
Definition: circular_driven_cavity_driver.cc:398
Definition: algebraic_elements.h:540
Definition: quarter_circle_sector_mesh.template.h:442
Definition: quarter_circle_sector_mesh.template.h:188
References DrivenCavityProblem< ELEMENT, MESH >::run().