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

CUDA monodomain solver baseline #104

Merged
merged 35 commits into from
Jun 14, 2024
Merged

CUDA monodomain solver baseline #104

merged 35 commits into from
Jun 14, 2024

Conversation

termi-official
Copy link
Owner

@termi-official termi-official commented Jun 11, 2024

Tracker for CUDA port of the monodomain solvers.

Porting list

  • Integrators
  • Forward Euler
  • Backward Euler
  • Spiral wave example

Remaining todos

  • Move common GPU code into core
  • Move adapt into core
  • Monodomain solver should use the heat model discretizer

Future work

  • Linear operator
  • Compatible cell values
  • Bilinear operator

Resolves #11 .

References

xref Ferrite-FEM/Ferrite.jl#766 Ferrite-FEM/Ferrite.jl#913 for alternative approaches which should outperform the current implementation in the future.

@termi-official termi-official marked this pull request as ready for review June 13, 2024 18:01
@termi-official termi-official merged commit e508aaa into main Jun 14, 2024
4 of 5 checks passed
@termi-official termi-official deleted the do/cuda-monodomain branch June 14, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move LTG monodomain solver to GPU
1 participant