Skip to content

Commit

Permalink
hypre version probleme with FSAI
Browse files Browse the repository at this point in the history
  • Loading branch information
gratienj committed Sep 16, 2024
1 parent 3d18bd3 commit a898d52
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ HypreInternalLinearSolver::solve(
precond_destroy_function = HYPRE_ILUDestroy;
}
break;
#if HYPRE_RELEASE_NUMBER >= 23100
case HypreOptionTypes::FSAIPC:
{
precond_name = "fsai";
Expand All @@ -347,6 +348,7 @@ HypreInternalLinearSolver::solve(
precond_destroy_function = HYPRE_FSAIDestroy;
}
break;
#endif
default:
alien_fatal([&] { cout() << "Undefined Hypre preconditioner option"; });
break;
Expand Down

0 comments on commit a898d52

Please sign in to comment.