Skip to content

Commit

Permalink
Merge pull request #32 from jotaraz/master
Browse files Browse the repository at this point in the history
gmsh ext
  • Loading branch information
j-fu authored Jul 25, 2023
2 parents 596e01f + 6082576 commit 664d493
Show file tree
Hide file tree
Showing 7 changed files with 3,310 additions and 32 deletions.
18 changes: 18 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,40 @@ version = "1.0.0"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Bijections = "e2ed5e7c-b2de-5872-ae92-c73ca462fb04"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"

[extensions]
ExtendableGridsGmshExt = "Gmsh"

[compat]
AbstractTrees = "0.3,0.4"
Bijections = "0.1.4"
DocStringExtensions = "0.8,0.9"
ElasticArrays = "1"
Gmsh = "0.2.2"
Requires = "1.1.3"
StaticArrays = "1"
StatsBase = "0.34"
WriteVTK = "1.14"
julia = "1.6"

[extras]
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"


[weakdeps]
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"
Loading

0 comments on commit 664d493

Please sign in to comment.