Driver for annular disk loaded by pressure.
671 unsigned max_adapt=3;
681 double p_increment=0.1;
701 for (
unsigned i=0;
i<nrefine;
i++)
718 for(
unsigned i=0;
i<nstep;
i++)
725 problem.newton_solve(max_adapt);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Annular disk.
Definition: time_harmonic_elastic_annulus.cc:301
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
unsigned Ntheta
Number of elements in azimuthal direction.
Definition: time_harmonic_elastic_annulus.cc:100
double P
Uniform pressure.
Definition: unstructured_acoustic_fsi.cc:145
unsigned Nr
Number of elements in r-direction.
Definition: axisym_linear_elasticity/cylinder/cylinder.cc:59
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