mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
slepc solver eigenvector is now placed in parallel in cmfd object
This commit is contained in:
parent
14fbd4b3ed
commit
409c74bc55
2 changed files with 27 additions and 10 deletions
|
|
@ -41,7 +41,7 @@ contains
|
|||
if (master) then
|
||||
|
||||
! begin timer
|
||||
! call timer_start(time_cmfd)
|
||||
call timer_start(time_cmfd)
|
||||
|
||||
! set up cmfd
|
||||
if(.not. cmfd_only) call set_up_cmfd()
|
||||
|
|
@ -57,7 +57,7 @@ contains
|
|||
#endif
|
||||
|
||||
! stop timer
|
||||
! call timer_stop(time_cmfd)
|
||||
call timer_stop(time_cmfd)
|
||||
|
||||
! write vtk file
|
||||
!if(.not. cmfd_only) call write_cmfd_vtk()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue