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
"""Solve the PDE and returns the solution and an information variable `info` which is a tuple of all variables returned by the function `linalg_solve` after the solution."""
@@ -178,7 +179,7 @@ def observe(self, solution):
178
179
solution_obs=self.observation_map(solution_obs)
179
180
180
181
returnsolution_obs
181
-
182
+
182
183
classTimeDependentLinearPDE(LinearPDE):
183
184
"""Time Dependent Linear PDE with fixed time stepping using Euler method (backward or forward).
184
185
@@ -234,13 +235,16 @@ def method(self, value):
234
235
"method can be set to either `forward_euler` or `backward_euler`")
0 commit comments