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 Boolean set operation methods that construct instances of Domain don't fill out all the member variables. The missing ones (the mfem_*_ids_) are needed for getting indices into FiniteElementState instances.
This bug is also present in the EntireDomain and EntireBoundary methods, but I'm about to submit a simple fix for those.
The text was updated successfully, but these errors were encountered:
I could fix this in its own PR or roll it into the DG one (which is already making some improvements to the Domain class)-- do you have any preference?
The Boolean set operation methods that construct instances of
Domain
don't fill out all the member variables. The missing ones (themfem_*_ids_
) are needed for getting indices intoFiniteElementState
instances.This bug is also present in the
EntireDomain
andEntireBoundary
methods, but I'm about to submit a simple fix for those.The text was updated successfully, but these errors were encountered: