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
MOM_interface always sets LAPLACIAN = True (see here). However, in the workhorse configurations (tx2_3v2), the Laplacian coefficient is zero, so setting LAPLACIAN = True has no effect.
Let's set LAPLACIAN = False for the tx2_3v2 configurations to avoid confusion, which will not change the answers.
The text was updated successfully, but these errors were encountered:
MOM_interface always sets
LAPLACIAN = True
(see here). However, in the workhorse configurations (tx2_3v2), the Laplacian coefficient is zero, so setting LAPLACIAN = True has no effect.Let's set
LAPLACIAN = False
for the tx2_3v2 configurations to avoid confusion, which will not change the answers.The text was updated successfully, but these errors were encountered: