Driver for ring test problem.
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
459 unsigned n_element = 13;
462 bool displ_control=
true;
470 bool load_data_already_exists=
true;
474 problem(n_element,displ_control,load_data_already_exists);
480 problem.parameter_study(doc_info);
486 bool load_data_already_exists=
false;
490 problem(n_element,displ_control,load_data_already_exists);
499 problem.parameter_study(doc_info);
Ring problem.
Definition: steady_ring.cc:98
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
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213