Driver.
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
467 unsigned max_adapt=1;
472 std::ofstream trace(
"trace.dat");
475 for(
unsigned i=0;
i<2;
i++)
477 problem.newton_solve(max_adapt);
483 problem.nst_mesh_pt()->output(outfile,5);
488 problem.adv_diff_mesh_pt()->output(outfile,5);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Flow around a cylinder in rectangular domain.
Definition: axisym_heat_sphere.cc:225
Definition: axisym_heat_sphere/multi_domain_axisym_boussinesq_elements.h:364
Definition: axisym_heat_sphere/multi_domain_axisym_boussinesq_elements.h:55
My own Ellipse class.
Definition: axisym_heat_sphere/half_rectangle_with_hole_mesh.h:40
double Pr
Prandtl number.
Definition: axisym_heat_sphere.cc:56
double Pe
Peclet number.
Definition: axisym_heat_sphere.cc:59
Vector< double > G
Gravity.
Definition: axisym_heat_sphere.cc:65
double Sphere_centre_z
Location of the centre of the sphere on the axis.
Definition: axisym_heat_sphere.cc:68
double Re
reynolds number
Definition: adaptive_hopf.cc:54
string filename
Definition: MergeRestartFiles.py:39
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213