Skip to content

Commit 9ad2943

Browse files
authored
Merge branch 'main' into main
2 parents edad91d + b3d982c commit 9ad2943

File tree

7 files changed

+558
-60
lines changed

7 files changed

+558
-60
lines changed

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[default.extend-words]
22
MOR = "MOR"
33
dum = "dum"
4+
Shepard = "Shepard"
45

56
[files]
67
extend-exclude = ["tutorials/*.pvsm"]

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
2323
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
2424
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
2525
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
26+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2627
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2728
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2829
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
@@ -53,6 +54,7 @@ MeshIO = "0.1 - 0.4"
5354
NearestNeighbors = "0.2 - 0.4"
5455
Parameters = "0.9 - 0.12"
5556
SpecialFunctions = "1.0, 2"
57+
StaticArrays = "1"
5658
WriteVTK = "1"
5759
julia = "1.9"
5860

docs/src/man/geodynamic_setups.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ GeophysicalModelGenerator.AddSphere!
1515
GeophysicalModelGenerator.AddEllipsoid!
1616
GeophysicalModelGenerator.AddCylinder!
1717
GeophysicalModelGenerator.addStripes!
18+
GeophysicalModelGenerator.addSlab!
1819
GeophysicalModelGenerator.makeVolcTopo
1920
GeophysicalModelGenerator.ConstantTemp
2021
GeophysicalModelGenerator.LinearTemp

0 commit comments

Comments
 (0)