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:
Bryan Herman 2012-01-28 11:42:26 -05:00
parent b9291fa05f
commit abe36fcb13

View file

@ -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()