Driver.
736 MPI_Helpers::init(argc,argv);
752 unsigned n_element =
problem.mesh_pt()->nelement();
754 for(
unsigned e=0;
e<n_element/2;
e++) {element_partition[
e]=0;}
755 for(
unsigned e=n_element/2;
e<n_element;
e++) {element_partition[
e]=1;}
758 bool report_stats=
true;
760 problem.distribute(element_partition,mesh_doc_info,report_stats);
761 problem.check_halo_schemes(mesh_doc_info);
768 MPI_Helpers::finalize();
Array< double, 1, 3 > e(1./3., 0.5, 2.)
MatrixXd L
Definition: LLT_example.cpp:6
Definition: mpi/distribution/clamped_shell/clamped_shell_with_arclength_cont.cc:316
Definition: oomph_utilities.h:499
void set_directory(const std::string &directory)
Definition: oomph_utilities.cc:298
double Pi
Definition: two_d_biharmonic.cc:235
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213