mjayadharan / MMMFE-ST-DD

Fluid flow simulator using MFEM and multiscale space-time sub-domains.
3 stars 1 forks source link

Bug fix: Fix to stop the code from crashing when number of subdomain is 1 #32

Closed mjayadharan closed 3 years ago

mjayadharan commented 3 years ago

Just added a condition if (Utilities::MPI::n_mpi_processes(mpi_communicator) != 1) before callign local_gmres(maxiter) inside DarcyVTProblem<dim>::solve_darcy_vt(unsigned int maxiter).