-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from JuliaGeodynamics/bk-julia-model-setup
Create LaMEM setups directly from Julia
- Loading branch information
Showing
55 changed files
with
4,436 additions
and
71 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,27 +1,33 @@ | ||
name = "LaMEM" | ||
uuid = "2e889f3d-35ce-4a77-8ea2-858aecb630f7" | ||
authors = ["Boris Kaus <kaus@uni-mainz.de>"] | ||
version = "0.1.14" | ||
version = "0.2.0" | ||
|
||
[deps] | ||
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
GeoParams = "e018b62d-d9de-4a26-8697-af89c310ae38" | ||
GeophysicalModelGenerator = "3700c31b-fa53-48a6-808a-ef22d5a84742" | ||
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c" | ||
LaMEM_jll = "15d6fa20-f789-5486-b71b-22b4ac8eb1c1" | ||
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" | ||
PETSc_jll = "8fa3689e-f0b9-5420-9873-adf6ccf46f2d" | ||
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" | ||
ReadVTK = "dc215faf-f008-4882-a9f7-a79a826fadc3" | ||
Requires = "ae029012-a4dd-5104-9daa-d747884805df" | ||
|
||
[compat] | ||
GeophysicalModelGenerator = "0.4 - 0.6" | ||
Glob = "1" | ||
LaMEM_jll = "1.2.4 - 1.2.4" | ||
PETSc_jll = "3.16.8 - 3.16.8" | ||
ReadVTK = "0.1.7" | ||
julia = "1.6" | ||
Requires = "1.0, 2" | ||
julia = "1.9" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a" | ||
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" | ||
|
||
|
||
[targets] | ||
test = ["Test"] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.