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
The text was updated successfully, but these errors were encountered:
Updates in SDAlgorithms
50e0067
- adding HHT alpha and Collocation methods - working on the issue #442
now you can set SDAlgoParam_ for HHT alpha and Collocation methods by
SDAlgoParam_
TYPE(SDAlgoParam_) :: obj call obj%HHTAlpha(alpha=alpha, beta=beta, gamma=gamma) call obj%Collocation(beta=beta, gamma=gamma, theta=theta)
Since the Houbolt method needs a somewhat different structure, its implementation is future work.
Sorry, something went wrong.
shishiousan
No branches or pull requests
Implementing some well-known semi discrete time integration schemes
The text was updated successfully, but these errors were encountered: