Skip to content

Tolerances in the BDF solver in KokkosKernels. #51

@odiazib

Description

@odiazib

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;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions