Skip to content

Commit

Permalink
include BoundaryValueProblems.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 committed Jun 18, 2023
1 parent 0474eac commit 34a087d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors = ["Vedant Puri <[email protected]>"]
version = "0.2.3"

[deps]
BoundaryValueProblems = "4e0c136c-7fd7-450f-8fba-42b64cbda8b5"
CalculustCore = "d7326954-f021-11ed-2a08-d10e464848f1"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -12,8 +13,8 @@ SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
CalculustCore = "0.4.0"
CalculustCore = "0.4"
FastGaussQuadrature = "0.4.9, 0.5"
SciMLOperators = "0.2.11, 0.3"
Reexport = "1.2.2"
SciMLOperators = "0.2.11, 0.3"
julia = "1.6"
2 changes: 2 additions & 0 deletions src/NodalPolynomialSpaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ using Reexport
using CalculustCore.Spaces: AbstractSpace, AbstractDiscretization, TransformedSpace
using CalculustCore.Domains: AbstractDomain, ProductDomain

@reexport using BoundaryValueProblems

using SciMLOperators: AbstractSciMLOperator

using LinearAlgebra
Expand Down

0 comments on commit 34a087d

Please sign in to comment.