mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
added HYPRE preconditioner to power iterations
This commit is contained in:
parent
34b2f27bf9
commit
8842de3629
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ call timer_start(time_cmfd)
|
|||
call KSPSetType(ksp,KSPGMRES,ierr)
|
||||
|
||||
! set precursor type
|
||||
call PCSetType(pc,PCBJACOBI,ierr)
|
||||
call PCSetType(pc,PCHYPRE,ierr)
|
||||
call PCSetFromOptions(pc,ierr)
|
||||
|
||||
! get all types and print
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue