Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
neko_top.f90
Go to the documentation of this file.
1
34
35module neko_top
36
38 interface
39 module subroutine register_simcomps()
40 end subroutine register_simcomps
41 end interface
42
44 interface
45 module subroutine register_source_terms()
46 end subroutine register_source_terms
47 end interface
48
49contains
50
54 subroutine neko_top_register_types()
55 call register_simcomps()
56 call register_source_terms()
57 end subroutine neko_top_register_types
58
59end module neko_top