Nek5000
SEM for Incompressible NS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
drive.F90
Go to the documentation of this file.
1 
3 
11 
26 
27 program nekton
28  implicit none
29 
30  integer :: intracomm
31 
32  call nek_init(intracomm)
33  call nek_solve()
34  call nek_end()
35 
36  call exitt()
37 END PROGRAM
program nekton
NEK5000: Spectral Element Computational Fluid Dynamics Solver COPYRIGHT (c) 2008-2010 UCHICAGO ARGONN...
Definition: drive.F90:27
subroutine nek_solve
integrate the governing equations in time
Definition: drive1.F90:219
void exitt()
Definition: comm_mpi.F90:411
subroutine nek_end
perform any end-of-run reporting
Definition: drive1.F90:350
subroutine nek_init(intracomm)
initialize nek
Definition: drive1.F90:9