Skip to content

Commit

Permalink
fix elasticity
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed May 28, 2024
1 parent b1f50e2 commit aacac29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function elastic_buildup(;

## Setup-specific parameters and fields
(; η) = stokes.viscosity
η = @fill(η0, ni...)
η .= @fill(η0, ni...)
g = 0.0 # gravity
Gc = @fill(G, ni...)
Kb = @fill(Inf, ni...)
Expand Down

0 comments on commit aacac29

Please sign in to comment.