Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
driver.f90
Go to the documentation of this file.
1program plainneko
2 use neko, only: neko_init, neko_solve, neko_finalize
3 use case, only: case_t
4
5 type(case_t) :: c
6
7 call neko_init(c)
8 call neko_solve(c)
9 call neko_finalize(c)
10
11end program plainneko
program plainneko
Definition driver.f90:1