///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// Driver for 3D Poisson problem in eighth of a sphere. Solution has a sharp step. If there are any command line arguments, we regard this as a validation run and perform only a single adaptation.
355 cout <<
"Self test: " <<
problem.self_test() << std::endl;
361 problem.doc_solution(doc_info);
373 cout <<
"Only doing one adaptation for validation" << std::endl;
381 for (
unsigned isolve=0;isolve<max_solve;isolve++)
387 if ((
problem.mesh_pt()->nrefined() !=0)||
388 (
problem.mesh_pt()->nunrefined()!=0))
394 cout <<
"Mesh wasn't adapted --> we'll stop here" << std::endl;
399 problem.doc_solution(doc_info);
Poisson problem in refineable eighth of a sphere mesh.
Definition: eighth_sphere_poisson.cc:132
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
int Argc
Number of arguments + 1.
Definition: oomph_utilities.cc:407
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213