Driver code for demo of inline triangle mesh generation.
687 std::stringstream comment_stream;
688 comment_stream <<
"Initial mesh ";
689 problem.doc_solution(comment_stream.str());
694 unsigned max_adapt=3;
695 problem.newton_solve(max_adapt);
Class definition.
Definition: mesh_from_inline_triangle.cc:91
void check_locate_zeta(Mesh *mesh_pt)
Definition: locate_zeta_tester.h:28
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
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