Skip to content

Commit

Permalink
Merge pull request #8 from JuliaGeodynamics/bk-julia-model-setup
Browse files Browse the repository at this point in the history
Create LaMEM setups directly from Julia
  • Loading branch information
boriskaus authored Jul 20, 2023
2 parents 9a978ec + 10fe856 commit 58c50d2
Show file tree
Hide file tree
Showing 55 changed files with 4,436 additions and 71 deletions.
12 changes: 9 additions & 3 deletions Project.toml
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 <[email protected]>"]
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"]
331 changes: 331 additions & 0 deletions docs/build/assets/documenter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 58c50d2

Please sign in to comment.