We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab492b commit 4bac5ebCopy full SHA for 4bac5eb
deepxde/icbc/boundary_conditions.py
@@ -51,7 +51,7 @@ def collocation_points(self, X):
51
52
def normal_derivative(self, X, inputs, outputs, beg, end):
53
dydx = grad.jacobian(outputs, inputs, i=self.component, j=None)[beg:end]
54
- n = self.boundary_normal(X, beg, end)
+ n = self.boundary_normal(X, beg, end, None)
55
return bkd.sum(dydx * n, 1, keepdims=True)
56
57
@abstractmethod
0 commit comments