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
42
45 module subroutine register_simcomps()
46 end subroutine register_simcomps
47 end interface register_simcomps
48
50 interface register_source_terms
51 module subroutine register_source_terms()
52 end subroutine register_source_terms
53 end interface register_source_terms
54
55contains
56
61 subroutine neko_top_register_types()
62
63 call register_simcomps()
64 call register_source_terms()
65
66 end subroutine neko_top_register_types
67
68end module neko_top
Registration of custom simulation components used in topology optimization.
Definition neko_top.f90:44
Neko-TOP module.
Definition neko_top.f90:41