Driver.
518 unsigned problem_id=0;
525 std::cout <<
"Doing clamped case " << std::endl;
527 dir_name=
"RESLT_clamped";
531 std::cout <<
"Doing pinned case " << std::endl;
533 dir_name=
"RESLT_pinned";
537 std::cout <<
"Doing pinned periodic case " << std::endl;
539 dir_name=
"RESLT_pinned_periodic";
543 std::cout <<
"Wrong command line argument -- using default (0) instead"
546 dir_name=
"RESLT_clamped";
552 <<
"No (or more than one) input argument(s) -- using default (0) instead"
555 dir_name=
"RESLT_clamped";
572 else if (problem_id==0)
593 else if (problem_id==2)
604 std::cout <<
"Wrong problem id " << problem_id << std::endl;
MatrixXd L
Definition: LLT_example.cpp:6
Definition: mpi/distribution/clamped_shell/clamped_shell_with_arclength_cont.cc:316
double Pi
Definition: two_d_biharmonic.cc:235
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
char ** Argv
Arguments themselves.
Definition: oomph_utilities.cc:410
int Argc
Number of arguments + 1.
Definition: oomph_utilities.cc:407
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213