///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
245 "Wrong number of command line arguments.\n";
247 "Must specify the following file names \n";
249 "filename.node then filename.ele then filename.face\n";
257 string node_file_name(argv[1]);
258 string element_file_name(argv[2]);
259 string face_file_name(argv[3]);
269 problem(doc_info,node_file_name,element_file_name,face_file_name);
Entry flow problem in quarter tube domain.
Definition: mesh_from_tetgen_navier_stokes.cc:56
Definition: oomph_utilities.h:499
void set_directory(const std::string &directory)
Definition: oomph_utilities.cc:298
Definition: oomph_definitions.h:222
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 string(const unsigned &i)
Definition: oomph_definitions.cc:286
#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