We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15efe0a commit ca15cf2Copy full SHA for ca15cf2
2 files changed
Project.toml
@@ -5,6 +5,8 @@ version = "1.0.0-DEV"
5
6
[deps]
7
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
8
+BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
9
+DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
10
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
11
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
12
GridapDistributed = "f9701e48-63b3-45aa-9a63-9bc6c271f355"
src/PhysicalModels/PhysicalModels.jl
@@ -4,6 +4,7 @@ using Gridap
4
using Gridap.CellData
using Gridap.Helpers
+using DrWatson
using ForwardDiff
using LinearAlgebra
using ..TensorAlgebra
0 commit comments