Demonstrate how to solve Poisson problem.
671 cout << std::endl <<
"Cubic elements" << std::endl;
672 cout <<
"==============" << std::endl << std::endl;
682 problem.doc_solution(doc_info);
692 cout << std::endl <<
"Quadratic elements" << std::endl;
693 cout <<
"===================" << std::endl << std::endl;
703 problem.doc_solution(doc_info);
714 cout << std::endl <<
"Linear elements" << std::endl;
715 cout <<
"===============" << std::endl << std::endl;
725 problem.doc_solution(doc_info);
Micky mouse Poisson problem.
Definition: HypreSolver_test.cc:81
Definition: oomph_utilities.h:499
void set_directory(const std::string &directory)
Definition: oomph_utilities.cc:298
unsigned & number()
Number used (e.g.) for labeling output files.
Definition: oomph_utilities.h:554
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
void get_source(const Vector< double > &x, double &source)
Source function to make it an exact solution.
Definition: extrude_with_macro_element_representation.cc:224
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213