You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension of periodic boundary to support MPI run. For the moment, this boundary condition is only supported on sequential run. The function update_ghost_periodic in update.hpp file needs to be extended to handle MPI ghost cells.
The new feature can be easily tested with the linear convection demo with only 2 MPI processes.
The text was updated successfully, but these errors were encountered:
What do you want?
Extension of periodic boundary to support MPI run. For the moment, this boundary condition is only supported on sequential run. The function
update_ghost_periodic
in update.hpp file needs to be extended to handle MPI ghost cells.The new feature can be easily tested with the linear convection demo with only 2 MPI processes.
The text was updated successfully, but these errors were encountered: