Skip to content

Commit

Permalink
feat: Add other particle spawn locations
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Mar 28, 2024
1 parent bc50bff commit 07b3c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fluidity/corner2d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RESOLUTION_LO := 1e4
# INIT_HORIZ can be a space-delimited array of values (for multiple particles).
# NOTE: PLATE_SPEED is in cm/yr here.
PLATE_SPEED := 2.0
INIT_HORIZ := 3.13e4
INIT_HORIZ := 3.13e4 9.74e4 2.02e5 3.97e5
INIT_DEPTH := 2e5
# Recrystallisation parameters.
STRESS_EXPONENT := 1.5
Expand Down

0 comments on commit 07b3c55

Please sign in to comment.