Skip to content

Fix solver variant test: replace PCG with BiCGSTAB#89

Merged
jameslehoux merged 1 commit intoworkingfrom
claude/github-integration-setup-7bMLw
Mar 1, 2026
Merged

Fix solver variant test: replace PCG with BiCGSTAB#89
jameslehoux merged 1 commit intoworkingfrom
claude/github-integration-setup-7bMLw

Conversation

@jameslehoux
Copy link
Copy Markdown

PCG (Conjugate Gradient) failed in CI because it requires a symmetric positive definite preconditioner setup that isn't guaranteed with HYPRE's structured solver interface for this problem. BiCGSTAB handles non-symmetric systems robustly and is a better choice for validating solver-independence of the result.

PCG (Conjugate Gradient) failed in CI because it requires a symmetric
positive definite preconditioner setup that isn't guaranteed with
HYPRE's structured solver interface for this problem. BiCGSTAB handles
non-symmetric systems robustly and is a better choice for validating
solver-independence of the result.

https://claude.ai/code/session_01R6ttf92LsJvRQayiPi8xCw
@jameslehoux jameslehoux merged commit 7812949 into working Mar 1, 2026
@jameslehoux jameslehoux deleted the claude/github-integration-setup-7bMLw branch March 1, 2026 10:55
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.

1 participant