You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hydraulic fracturing simulation fails to converge when using the GPU-accelerated hypre mgr solver.
Steps to Reproduce
Run the kgd_mgr.xml file with GPU-accelerated GEOS (fails to converge).
Run the kgd_mgr.xml file with serial GEOS (converges).
Run the kgd_direct.xml file with GPU-accelerated GEOS (converges).
Run the kgd_direct.xml file with serial GEOS (converges).
The difference between the kgd_mgr.xml and kgd_direct.xml files lies in the LinearSolverParameters within Hydrofracture.
The issue may be related to the GPU-accelerated mgr solver. The kgd_mgr.xml file uses the mgr solver and fails to converge, while the kgd_direct.xml file uses the direct solver and converges successfully.
liyangrock
changed the title
Inconsistent Hydraulic Fracturing Simulation Results with GPU Acceleration
Hydraulic Fracturing Simulation Fails to Converge with GPU-Accelerated Hypre MGR Solver
Nov 8, 2024
Describe the bug
The hydraulic fracturing simulation fails to converge when using the GPU-accelerated hypre mgr solver.
Steps to Reproduce
kgd_mgr.xml
file with GPU-accelerated GEOS (fails to converge).kgd_mgr.xml
file with serial GEOS (converges).kgd_direct.xml
file with GPU-accelerated GEOS (converges).kgd_direct.xml
file with serial GEOS (converges).The difference between the
kgd_mgr.xml
andkgd_direct.xml
files lies in theLinearSolverParameters
withinHydrofracture
.The issue may be related to the GPU-accelerated mgr solver. The kgd_mgr.xml file uses the mgr solver and fails to converge, while the kgd_direct.xml file uses the direct solver and converges successfully.
Platform:
kgd_direct.xml.txt
kgd_mgr.xml.txt
Remove the ".txt" extension from the file name before executing.
The text was updated successfully, but these errors were encountered: