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 EM demos (demo_axis.py, demo_pml.py, maybe more) compute wrong diagnostic quantities because some quantities involve interior facet integrals. Proper computation of interior facet integrals requires meshes to be ghosted by facet. But, gmshio.model_to_mesh by default does not use any ghosting.
We should really be able to tell whether or not the mesh has the required ghosting.
The text was updated successfully, but these errors were encountered:
The EM demos (
demo_axis.py
,demo_pml.py
, maybe more) compute wrong diagnostic quantities because some quantities involve interior facet integrals. Proper computation of interior facet integrals requires meshes to be ghosted by facet. But,gmshio.model_to_mesh
by default does not use any ghosting.We should really be able to tell whether or not the mesh has the required ghosting.
The text was updated successfully, but these errors were encountered: