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
Copy file name to clipboardExpand all lines: src/poisson_transient.jl
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,6 @@
38
38
39
39
# Let us load the two packages that we will use in this tutorial `Gridap` and `GridapODEs`.
40
40
using Gridap
41
-
using GridapODEs
42
-
using GridapODEs.ODETools
43
-
using GridapODEs.TransientFETools
44
41
45
42
# First, we define the `DiscreteModel` and the `Triangulation`. More details on this can be found in [tutorial 2](https://gridap.github.io/Tutorials/stable/pages/t002_validation/).
0 commit comments