KTH framework for Nek5000 toolboxes; testing version  0.0.1
drive.f
Go to the documentation of this file.
1  program nekton
2 
3  include 'mpif.h'
4  integer comm
5  comm = mpi_comm_world
6 
7  call nek_init(comm)
8  call nek_solve()
9  call nek_end()
10 
11  end
subroutine nek_end
Definition: drive1.f:336
subroutine nek_solve
Definition: drive1.f:173
subroutine nek_init(comm)
Definition: drive1.f:3
program nekton
Definition: drive.f:1