Driver code for immersed ellipse problem.
1221 problem.solve_for_consistent_nodal_positions();
1228 problem.assign_initial_values_impulsive();
1235 for (
unsigned i=0;
i<nstep;
i++)
1238 problem.unsteady_newton_solve(dt);
1243 unsigned ncycle=200;
1247 oomph_info <<
"Only doing one cycle during validation\n";
1250 for (
unsigned j=0;
j<ncycle;
j++)
1256 for (
unsigned i=0;
i<nstep;
i++)
1259 problem.unsteady_newton_solve(dt);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Definition: jeffery_orbit.cc:194
Taylor Hood upgraded to become projectable.
Definition: navier_stokes_elements.h:2914
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
bool command_line_flag_has_been_set(const std::string &flag)
Definition: oomph_utilities.cc:501
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
OomphInfo oomph_info
Definition: oomph_definitions.cc:319
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213
std::ptrdiff_t j
Definition: tut_arithmetic_redux_minmax.cpp:2