Skip to content

Commit

Permalink
removed extension for DifferentialEQuations coupling, it is back in t…
Browse files Browse the repository at this point in the history
…he main package via SciMLBase
  • Loading branch information
chmerdon committed Aug 29, 2024
1 parent 5b01d74 commit 7a1d980
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 192 deletions.
8 changes: 2 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,11 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[weakdeps]
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"

[extensions]
ExtendableFEMDiffEQExt = "DifferentialEquations"

[compat]
CommonSolve = "0.2"
DiffResults = "1"
Expand All @@ -42,6 +37,7 @@ SparseArrays = "1.9"
Requires = "1.3"
SparseDiffTools = "^1.19,2"
DifferentialEquations = "7.13"
SciMLBase = "2.6"
Symbolics = "^4.2,5"
julia = "1.9"

Expand Down
21 changes: 0 additions & 21 deletions ext/ExtendableFEMDiffEQExt.jl

This file was deleted.

157 changes: 0 additions & 157 deletions ext/diffeq_interface.jl

This file was deleted.

9 changes: 1 addition & 8 deletions src/ExtendableFEM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ using SparseArrays: SparseArrays, AbstractSparseArray, SparseMatrixCSC, nnz,
using SparseDiffTools: SparseDiffTools, ForwardColorJacCache,
forwarddiff_color_jacobian!, matrix_colors
using Symbolics: Symbolics
using SciMLBase: SciMLBase

if !isdefined(Base, :get_extension)
using Requires
Expand Down Expand Up @@ -191,12 +192,4 @@ export plot, plot!
export default_generateplots
export plot_unicode

@static if !isdefined(Base, :get_extension)
function __init__()
@require DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa" begin
include("../ext/ExtendableFEMDiffEQExt.jl")
end
end
end

end #module

0 comments on commit 7a1d980

Please sign in to comment.