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
The above mentioned pull-request solves the problem in serial but not in parallel.
j507
changed the title
[polycrystals] DoFTools::make_periodicity_constraints not compatible with hp::DoFHandler
[master] DoFTools::make_periodicity_constraints not compatible with hp::DoFHandler
Jul 11, 2022
The problem lies in an active_fe_index() call outside the local domain. Possible solution is to store the FE indices in an entity that is known to all processors.
The issue is explained in the dealii's Google Group conversation with the pull-request being a possible solution.
The text was updated successfully, but these errors were encountered: