Driver for RefineableElutingSphere test problem using a.
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
282 problem.mesh_pt()->max_permitted_error() = 1.0e-3;
283 problem.mesh_pt()->min_permitted_error() = 1.0e-5;
286 problem.mesh_pt()->max_refinement_level() = 4;
287 problem.mesh_pt()->min_refinement_level() = 1;
290 problem.set_boundary_conditions();
293 unsigned max_adapt = 10;
296 problem.steady_newton_solve(max_adapt);
297 problem.doc_solution(doc_info);
Definition: eluting_sphere_adapt.cc:69
Definition: oomph_utilities.h:499
void set_directory(const std::string &directory)
Definition: oomph_utilities.cc:298
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213