-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed examples to use gridplot (#10)
* Update to IterativeSolvers 0.9 * All examples changed to gridplot Working witht PyPlot, GLMakie Plots (of course) works only for structured 2D and not for 3D due to missing support for triangulations.
- Loading branch information
Showing
21 changed files
with
123 additions
and
207 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,7 +1,7 @@ | ||
name = "VoronoiFVM" | ||
uuid = "82b139dc-5afc-11e9-35da-9b9bdfd336f3" | ||
authors = ["Juergen Fuhrmann <[email protected]>"] | ||
version = "0.9.2" | ||
version = "0.10.0" | ||
|
||
[deps] | ||
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5" | ||
|
@@ -21,12 +21,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |
|
||
[compat] | ||
DiffResults = "1" | ||
DocStringExtensions = "^0.8.0" | ||
ExtendableGrids = "^0.6" | ||
DocStringExtensions = "^0.8" | ||
ExtendableGrids = "^0.7.1" | ||
ExtendableSparse = "^0.3.4" | ||
ForwardDiff = "^0.10.0" | ||
IterativeSolvers = "^0.8.0" | ||
ForwardDiff = "^0.10" | ||
IterativeSolvers = "^0.9" | ||
SparseDiffTools = "1" | ||
SparsityDetection = "^0.3" | ||
StaticArrays = "1" | ||
SparsityDetection = "^0.3.3" | ||
julia = "^1.3" |
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
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
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
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
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.
53ee3b5
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
53ee3b5
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/27634
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: