mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
removed manual power iteration and standalone slepc, neutrons is now solved by JFNK w/no preconditioner and power iteration seed
This commit is contained in:
parent
b9291fa05f
commit
abe36fcb13
1 changed files with 0 additions and 12 deletions
|
|
@ -29,18 +29,6 @@ contains
|
|||
! initialize slepc/petsc
|
||||
call SlepcInitialize(PETSC_NULL_CHARACTER,ierr)
|
||||
|
||||
! execute diffusion solver
|
||||
call cmfd_power_execute()
|
||||
|
||||
! print results
|
||||
print *,'Power Eigenvalue is:',cmfd%keff
|
||||
|
||||
! execute slepc solver
|
||||
call cmfd_slepc_execute()
|
||||
|
||||
! print results
|
||||
print *,'SLEPC Eigenvalue is:',cmfd%keff
|
||||
|
||||
! execute snes solver
|
||||
call cmfd_snes_execute()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue