Demonstrate how to solve Poisson problem.
627 cout << std::endl <<
"Cubic elements" << std::endl;
628 cout <<
"==============" << std::endl << std::endl;
638 problem.doc_solution(doc_info);
648 cout << std::endl <<
"Quadratic elements" << std::endl;
649 cout <<
"===================" << std::endl << std::endl;
659 problem.doc_solution(doc_info);
670 cout << std::endl <<
"Linear elements" << std::endl;
671 cout <<
"===============" << std::endl << std::endl;
681 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