807 oomph_info <<
"\n====================Initial Refinement===================="
842 oomph_info <<
"\n====================Initial Refinement====================\n"
859 oomph_info <<
"===================Additional Refinement==================\n"
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Definition: two_d_poisson_tanh_flux_bc.cc:115
void set_directory(const std::string &directory)
Definition: oomph_utilities.cc:298
Definition: oomph_definitions.h:222
Definition: problem.h:151
void refine_uniformly(const Vector< unsigned > &nrefine_for_mesh)
Definition: problem.h:2575
void newton_solve()
Use Newton method to solve the problem.
Definition: problem.cc:8783
void adapt(unsigned &n_refined, unsigned &n_unrefined)
Definition: problem.cc:13666
Definition: refineable_poisson_elements.h:193
Definition: rectangular_quadmesh.template.h:326
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
unsigned Output_management_flag
Definition: two_d_poisson_tanh_flux_bc_validate.cc:88
unsigned Add_refinement_level
The additional levels of uniform refinement.
Definition: two_d_poisson_tanh_flux_bc_validate.cc:56
unsigned Post_smoother_flag
Definition: two_d_poisson_tanh_flux_bc_validate.cc:74
unsigned Use_adaptation_flag
Definition: two_d_poisson_tanh_flux_bc_validate.cc:64
DocInfo Doc_info
DocInfo object used for documentation of the solution.
Definition: two_d_poisson_tanh_flux_bc_validate.cc:97
unsigned N_adaptations
The number of adaptations allowed by the Newton solver.
Definition: two_d_poisson_tanh_flux_bc_validate.cc:59
unsigned Nnode_1d
The number of nodes in one direction (default=2)
Definition: two_d_poisson_tanh_flux_bc_validate.cc:50
unsigned Pre_smoother_flag
Definition: two_d_poisson_tanh_flux_bc_validate.cc:69
unsigned Linear_solver_flag
Definition: two_d_poisson_tanh_flux_bc_validate.cc:79
unsigned Doc_convergence_flag
Definition: two_d_poisson_tanh_flux_bc_validate.cc:94
unsigned Min_refinement_level
The minimum level of uniform refinement.
Definition: two_d_poisson_tanh_flux_bc_validate.cc:53
void source_function(const Vector< double > &x, double &source)
Source function required to make the solution above an exact solution.
Definition: two_d_poisson_tanh_flux_bc_validate.cc:186
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
#define OOMPH_EXCEPTION_LOCATION
Definition: oomph_definitions.h:61
#define OOMPH_CURRENT_FUNCTION
Definition: oomph_definitions.h:86