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
I think this is easy to do since it receives a connection as input. It just needs to check whether the output side of the connection is modal, and if so, skip the extra conversion to nodal.
This could avoid the forced (and possibly un-needed) modal-to-nodal conversion at the end of the connection:
meshmode/meshmode/discretization/connection/projection.py
Lines 219 to 229 in cdcc7f5
I think this is easy to do since it receives a connection as input. It just needs to check whether the output side of the connection is modal, and if so, skip the extra conversion to nodal.
I noticed this while reviewing #192.
cc @alexfikl @thomasgibson
The text was updated successfully, but these errors were encountered: