Driver.
1124 MPI_Helpers::init(argc,argv);
1136 (
"--gmsh_command_line",
1153 (
"You haven't specified how gmsh is invoked on the command line\n");
1154 error_msg +=
"on your computer, so I'll use the default\n\n" +
1156 +
"\n\nwhich, unless you're mheil, is unlikely to work and I will "
1186 problem.doc_solution(nplot,doc_info);
1189 unsigned max_adapt=1;
1190 for (
unsigned i=0;
i<=max_adapt;
i++)
1196 problem.doc_solution(nplot,doc_info);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Demo class solves Poisson problem using Gmsh mesh.
Definition: curved_facet_bounded_tetmesh.cc:90
Definition: oomph_utilities.h:499
void set_directory(const std::string &directory)
Definition: oomph_utilities.cc:298
unsigned & number()
Number used (e.g.) for labeling output files.
Definition: oomph_utilities.h:554
OutputModifier *& output_modifier_pt()
Access function for the output modifier pointer.
Definition: oomph_definitions.h:476
Definition: oomph_definitions.h:222
Poisson upgraded to become projectable.
Definition: poisson_elements.h:793
Definition: Tpoisson_elements.h:62
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
std::string Gmsh_command_line_invocation
Specify how to call gmsh from the command line.
Definition: curved_facet_bounded_tetmesh.cc:74
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
std::string string(const unsigned &i)
Definition: oomph_definitions.cc:286
OutputModifier default_output_modifier
Single global instatiation of the default output modifier.
Definition: oomph_definitions.cc:325
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
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213