We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
stiff3/src/stiff3_solver.f90
Lines 209 to 210 in 057a699
The step size is controlled by the factor qa (the ratio $h_{i+1}/h_i$), and could be written more succintly as:
qa
qa = 1.0_wp/((4*q)**0.25_wp + eps) qa = min(qa,3.0_wp)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
stiff3/src/stiff3_solver.f90
Lines 209 to 210 in 057a699
The step size is controlled by the factor$h_{i+1}/h_i$ ), and could be written more succintly as:
qa
(the ratioThe text was updated successfully, but these errors were encountered: