Skip to content
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

Updates in SDAlgorithms #442

Open
2 of 3 tasks
shishiousan opened this issue Feb 2, 2024 · 1 comment
Open
2 of 3 tasks

Updates in SDAlgorithms #442

shishiousan opened this issue Feb 2, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request kernels
Milestone

Comments

@shishiousan
Copy link
Member

shishiousan commented Feb 2, 2024

Implementing some well-known semi discrete time integration schemes

  • HHT alpha method
  • Collocation schemes including Wilson theta method
  • Houbolt's method
@shishiousan shishiousan added enhancement New feature or request kernels labels Feb 2, 2024
@shishiousan shishiousan added this to the v23.10.4 milestone Feb 2, 2024
@shishiousan shishiousan self-assigned this Feb 2, 2024
shishiousan added a commit that referenced this issue Feb 3, 2024
- adding HHT alpha and Collocation methods
- working on the issue #442
@shishiousan
Copy link
Member Author

now you can set SDAlgoParam_ for HHT alpha and Collocation methods by

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kernels
Projects
None yet
Development

No branches or pull requests

1 participant