Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Jan 25, 2024
1 parent 34ff97e commit 9ced941
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
name = "LaMEM_C"
uuid = "29b6043d-3311-4c16-b469-b02bf85cb680"
authors = ["Anton Popov <popov@uni-mainz.de>", "Boris Kaus <kaus@uni-mainz.de>"]
version = "2.1.2"
version = "2.1.3"

[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GeophysicalModelGenerator = "3700c31b-fa53-48a6-808a-ef22d5a84742"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
LaMEM = "2e889f3d-35ce-4a77-8ea2-858aecb630f7"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
GeophysicalModelGenerator = "0.4,0.5"
LaMEM = "0.1, 0.2"
julia = "1.6"
julia = "1.9"

[extras]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Expand All @@ -29,4 +27,4 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["CairoMakie", "Dates", "GeophysicalModelGenerator", "LinearAlgebra", "SpecialFunctions", "Statistics", "Test", "DelimitedFiles", "LaMEM", "Glob"]
test = ["CairoMakie", "Dates", "GeophysicalModelGenerator", "LinearAlgebra", "SpecialFunctions", "Statistics", "Test", "DelimitedFiles", "Glob"]
15 changes: 15 additions & 0 deletions input_models/ScalingTests/FallingSpheres.dat
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,21 @@
-js_ksp_monitor # display how the inner iterations converge
-js_ksp_rtol 1e-6

#---- 3 MG lvl ----#
#| 64 x 64 x 64 |
#| 32 x 32 x 32 |
#| 16 x 16 x 16 |
#------------------#
-gmg_mg_levels 3
#---- Coarse Grid ----#
# 16 x 16 x 16 #
-crs_ksp_view
#-gmg_mg_coarse_ksp_type none
#-gmg_mg_coarse_pc_type lu
-crs_pc_factor_mat_solver_type superlu_dist



<PetscOptionsEnd>

#===============================================================================
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ PETSc_jll = "8fa3689e-f0b9-5420-9873-adf6ccf46f2d"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 comments on commit 9ced941

Please sign in to comment.