//////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// Driver code – pass a command line argument if you want to run the code in validation mode where it only performs a few steps
898 MPI_Helpers::init(argc,argv);
921 htot,nleft,nright,ny1,ny2,x_0);
924 #ifdef OOMPH_HAS_TRILINOS
926 solver_pt->
solver_type() = TrilinosAztecOOSolver::GMRES;
932 problem.linear_solver_pt() = solver_pt;
940 preconditioner_pt->set_solid_mesh(
problem.solid_mesh_pt());
950 unsigned max_adapt=3;
953 problem.steady_newton_solve(max_adapt);
954 problem.doc_solution(doc_info);
957 MPI_Helpers::finalize();
FSI leaflet in channel.
Definition: interaction/fsi_channel_with_leaflet/fsi_channel_with_leaflet.cc:165
Definition: algebraic_elements.h:540
Definition: oomph_utilities.h:499
void set_directory(const std::string &directory)
Definition: oomph_utilities.cc:298
The GMRES method.
Definition: iterative_linear_solver.h:1227
Preconditioner *& preconditioner_pt()
Access function to preconditioner.
Definition: iterative_linear_solver.h:95
Definition: fsi_preconditioners.h:485
void set_navier_stokes_mesh(Mesh *mesh_pt, const bool &allow_multiple_element_type_in_navier_stokes_mesh=false)
Broken assignment operator.
Definition: fsi_preconditioners.h:531
Definition: trilinos_solver.h:267
unsigned & solver_type()
Access function to Solver_type.
Definition: trilinos_solver.h:442
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213