Skip to content

Commit b7dbb6d

Browse files
committed
Eliminating GridapODEs dep
1 parent 1f57636 commit b7dbb6d

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
1010
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
1111
GridapDistributed = "f9701e48-63b3-45aa-9a63-9bc6c271f355"
1212
GridapGmsh = "3025c34a-b394-11e9-2a55-3fee550c04c8"
13-
GridapODEs = "55e38337-5b6e-4c7c-9cfc-e00dd49102e6"
1413
GridapP4est = "c2c8e14b-f5fd-423d-9666-1dd9ad120af9"
1514
GridapPETSc = "bcdc36c2-0c3e-11ea-095a-c9dadae499f1"
1615
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
@@ -27,10 +26,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2726
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2827

2928
[compat]
30-
Gridap = "0.17.8"
29+
Gridap = "0.17.9"
3130
GridapDistributed = "0.2"
3231
GridapGmsh = "0.6"
33-
GridapODEs = "0.8"
3432
GridapP4est = "0.1"
3533
GridapPETSc = "0.4"
3634
MPI = "0.19"

src/poisson_transient.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838

3939
# Let us load the two packages that we will use in this tutorial `Gridap` and `GridapODEs`.
4040
using Gridap
41-
using GridapODEs
42-
using GridapODEs.ODETools
43-
using GridapODEs.TransientFETools
4441

4542
# 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/).
4643

0 commit comments

Comments
 (0)