Driver.
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
228 unsigned n_element=100;
251 for (
unsigned i=0;
i<n_step;
i++)
263 cout <<
"\n Done \n" << std::endl;
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Problem class.
Definition: all_foeppl_von_karman/axisym_displ_based_fvk.cc:79
double Eta
FvK parameter.
Definition: all_foeppl_von_karman/axisym_displ_based_fvk.cc:58
string Directory
Directory.
Definition: all_foeppl_von_karman/axisym_displ_based_fvk.cc:70
double Pressure
Constant pressure.
Definition: all_foeppl_von_karman/axisym_displ_based_fvk.cc:49
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
void specify_command_line_flag(const std::string &command_line_flag, const std::string &doc)
Specify possible argument-free command line flag.
Definition: oomph_utilities.cc:451
void parse_and_assign(int argc, char *argv[], const bool &throw_on_unrecognised_args)
Definition: oomph_utilities.cc:760
void doc_specified_flags()
Document specified command line flags.
Definition: oomph_utilities.cc:610
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213