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

Tolerances in the BDF solver in KokkosKernels. #51

Open
odiazib opened this issue Aug 19, 2024 · 0 comments
Open

Tolerances in the BDF solver in KokkosKernels. #51

odiazib opened this issue Aug 19, 2024 · 0 comments
Assignees

Comments

@odiazib
Copy link
Collaborator

odiazib commented Aug 19, 2024

Newton and time advancement parameters in the BDF solver of Kokkos Kernels are hard-coded. We must coordinate with the KokkosKernels team to move these parameters as inputs.

  • Newton solver parameters are hard-coded here.

  • Both atol and rtol are employed in the Newton solver and in the computation of the initial time step.

  • max_step (I believe this is the maximum time step) is computed as: max_step = (t_end - t_start) / 10;

@odiazib odiazib mentioned this issue Aug 19, 2024
8 tasks
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

No branches or pull requests

1 participant