Driver code for moving block problem.
1428 problem.assign_initial_values_impulsive();
1435 for (
unsigned i=0;
i<nstep;
i++)
1438 problem.unsteady_newton_solve(dt);
1443 unsigned ncycle=100;
1447 oomph_info <<
"Only doing one cycle during validation\n";
1449 for (
unsigned j=0;
j<ncycle;
j++)
1455 for (
unsigned i=0;
i<nstep;
i++)
1458 problem.unsteady_newton_solve(dt);
1461 std::stringstream
label;
1462 label <<
"Cycle " <<
j <<
" Step "<<
i;
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Unstructured Navier-Stokes ALE Problem.
Definition: unstructured_adaptive_ALE.cc:390
Definition: constitutive_laws.h:699
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
ofstream Norm_file
Definition: refineable_two_layer_interface.cc:341
ofstream Trace_file
Trace file.
Definition: refineable_two_layer_interface.cc:335
ConstitutiveLaw * Constitutive_law_pt
Constitutive law used to determine the mesh deformation.
Definition: jeffery_orbit.cc:82
double Nu
Pseudo-solid (mesh) Poisson ratio.
Definition: jeffery_orbit.cc:75
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