Driver for RefineableDrivenCavity test problem.
298 cout <<
"\n\n\nProblem self-test ";
301 cout <<
"passed: Problem can be solved." << std::endl;
315 problem.doc_solution(doc_info);
320 problem.doc_solution(doc_info);
325 problem.doc_solution(doc_info);
330 problem.doc_solution(doc_info);
335 problem.doc_solution(doc_info);
340 problem.doc_solution(doc_info);
345 problem.doc_solution(doc_info);
350 problem.doc_solution(doc_info);
359 problem.doc_solution(doc_info);
364 problem.doc_solution(doc_info);
369 problem.doc_solution(doc_info);
374 problem.doc_solution(doc_info);
380 for (
unsigned n=0;
n<
problem.mesh_pt()->nnode();
n++)
382 if (
problem.mesh_pt()->node_pt(
n)->is_hanging())
403 cout <<
"There were "<<num_hang<<
" hanging nodes." << endl;
409 problem.doc_solution(doc_info);
const unsigned n
Definition: CG3DPackingUnitTest.cpp:11
Definition: mpi/distribution/hanging_node_reconciliation/hp_adaptive_driven_cavity.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
Definition: oomph_definitions.h:222
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
int Argc
Number of arguments + 1.
Definition: oomph_utilities.cc:407
#define OOMPH_EXCEPTION_LOCATION
Definition: oomph_definitions.h:61
#define OOMPH_CURRENT_FUNCTION
Definition: oomph_definitions.h:86
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213