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 am just wondering why the PDE loss f is computed on the full input array while its f[:bcs_start[-1]] part is not used. Should it be optimized by just passing the part of the inputs to PDE.losses?
The text was updated successfully, but these errors were encountered:
deepxde/deepxde/data/pde.py
Line 168 in 10ec4e5
I am just wondering why the PDE loss
f
is computed on the fullinput
array while itsf[:bcs_start[-1]]
part is not used. Should it be optimized by just passing the part of theinputs
toPDE.losses
?The text was updated successfully, but these errors were encountered: