Skip to content

Hypre wrappers

Jakub Klinkovský requested to merge JK/hypre into develop

Links to upstream documentation:

Checklist:

  • HypreVector, HypreParVector
  • HypreCSRMatrix
  • HypreParCSRMatrix
  • implement copy-constructors and copy-assignment operators
  • modify our DistributedMatrix to separate the diag and offd blocks like Hypre, so we can bind to its data without actually copying anything

Solvers:

  • HypreSolver
  • HypreBoomerAMG: refactor/finish setSystemsOptions, setAdvectiveOptions, setElasticityOptions
  • interface for configuring solver parameters from command-line
  • interoperability between TNL solvers and Hypre preconditioners
  • use TNL base classes for Hypre solvers and preconditioners?

General:

Edited by Jakub Klinkovský

Merge request reports