Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
neko.f90
1
program
plainneko
2
use
neko,
only
: neko_init, neko_solve, neko_finalize
3
use
case,
only
: case_t
4
use
neko_top,
only
: neko_top_register_types
5
6
type
(case_t) :: C
7
8
call
neko_top_register_types()
9
call
neko_init(c)
10
call
neko_solve(c)
11
call
neko_finalize(c)
12
13
end program
plainneko
sources
drivers
neko.f90
Generated by
1.9.8