From 265374e34dcdcf262cf9051c427f3a7a3fb01d48 Mon Sep 17 00:00:00 2001 From: Ludovic Raess Date: Mon, 2 Sep 2024 20:34:39 +0200 Subject: [PATCH] Increase default value --- src/Models/FullStokes/Isothermal/Isothermal.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Models/FullStokes/Isothermal/Isothermal.jl b/src/Models/FullStokes/Isothermal/Isothermal.jl index 17861cdd..229b0b0f 100644 --- a/src/Models/FullStokes/Isothermal/Isothermal.jl +++ b/src/Models/FullStokes/Isothermal/Isothermal.jl @@ -70,7 +70,7 @@ function IsothermalFullStokesModel(; arch, residual = ResidualField(arch, grid) if isnothing(outer_width) - outer_width = ntuple(_ -> 2, Val(ndims(grid))) + outer_width = ntuple(_ -> 4, Val(ndims(grid))) end launcher = Launcher(arch, grid; outer_width)