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
By default, the function update_ghost updates all the ghosts defined in the mesh (AMR or MRA). When you compute the new solution using a time scheme, for example, only the ghosts used by the spatial scheme need to be updated. The ghosts used to adapt the mesh are not needed.
Then, the cost can be considerably reduced if you only update the right ghosts.
The text was updated successfully, but these errors were encountered:
By default, the function
update_ghost
updates all the ghosts defined in the mesh (AMR or MRA). When you compute the new solution using a time scheme, for example, only the ghosts used by the spatial scheme need to be updated. The ghosts used to adapt the mesh are not needed.Then, the cost can be considerably reduced if you only update the right ghosts.
The text was updated successfully, but these errors were encountered: