Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
neko.f90
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