-
Notifications
You must be signed in to change notification settings - Fork 9
Duo/tpv6 7 #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Duo/tpv6 7 #48
Conversation
@@ -29,7 +29,7 @@ refPointMethod = 1 | |||
|
|||
RF_output_on = 1 ! Rupture front ascii output | |||
OutputPointType = 5 ! Type (0: no output, 3: ascii file, 4: paraview file, 5: 3+4) | |||
SlipRateOutputType=1 ! 0: (smoother) slip rate output evaluated from the difference between the velocity on both side of the fault | |||
SlipRateOutputType=0 ! 0: (smoother) slip rate output evaluated from the difference between the velocity on both side of the fault |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not change that.
v_star = 1 ! Prakash-Clifton regularization parameter | ||
L = 0.01 | ||
v_star = 0.1 ! Prakash-Clifton regularization parameter | ||
L = 0.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These values are not prescribed by the Benchmark, right?
Why did you change them?
mu_s: 0.677 | ||
- !ConstantMap | ||
map: | ||
mu_s: 1000.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be 10000.
No description provided.