-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial condition can now just be a regular function
- Loading branch information
1 parent
25e99fd
commit 767af9f
Showing
17 changed files
with
251 additions
and
1,120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
name = "StableSpectralElements" | ||
uuid = "fb992021-99c7-4c2d-a14b-5e48ac4045b2" | ||
authors = ["Tristan Montoya <[email protected]>"] | ||
version = "0.2.6" | ||
version = "0.2.7" | ||
|
||
[deps] | ||
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97" | ||
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" | ||
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
|
@@ -41,7 +40,6 @@ Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344" | |
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" | ||
|
||
[compat] | ||
Arpack = "0.5" | ||
BenchmarkTools = "1" | ||
DiffEqCallbacks = "2" | ||
Documenter = "0.27" | ||
|
@@ -69,4 +67,4 @@ TetGen = "1" | |
TimerOutputs = "0.5" | ||
Triangulate = "2" | ||
WriteVTK = "1" | ||
julia = "1.8" | ||
julia = "1.8" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
767af9f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
767af9f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/91707
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: