Main function.
1372 unsigned max_adapt=0;
1427 problem.time_pt()->time()=1.0;
1430 problem.set_boundary_values();
1433 problem.steady_newton_solve();
1441 problem.time_pt()->time()=0.0;
1447 problem.set_initial_condition();
1457 for(
unsigned i=1;
i<=n_steps;
i++)
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Array< double, 1, 3 > e(1./3., 0.5, 2.)
Problem class.
Definition: unstructured_two_d_curved.cc:541
Definition: timesteppers.h:912
Axisymmetric poro elasticity upgraded to become projectable.
Definition: axisym_poroelasticity_elements.h:1399
Definition: Taxisym_poroelasticity_elements.h:51
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
double T_tanh
Parameter for tanh origin for pressure incrementation.
Definition: unstructured_two_d_curved.cc:81
double Alpha
Alpha, the Biot parameter.
Definition: unstructured_two_d_curved.cc:68
double Density_ratio
Ratio of pore fluid density to solid matrix density.
Definition: unstructured_two_d_curved.cc:74
string Directory
Output directory.
Definition: oscillating_sphere.cc:59
double Alpha_tanh
Steepness parameter for tanh for pressure incrementation.
Definition: unstructured_two_d_curved.cc:84
double Element_area
Target area for initial mesh.
Definition: unstructured_two_d_curved.cc:474
void update_dependent_parameters()
Helper function to update dependent parameters.
Definition: unstructured_two_d_curved.cc:97
double Lambda_sq
Timescale ratio (non-dim density)
Definition: unstructured_two_d_curved.cc:54
double Dt
Timestep.
Definition: unstructured_two_d_curved.cc:51
bool Steady
Steady flag.
Definition: unstructured_two_d_curved.cc:48
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