37 module subroutine register_simcomps()
38 end subroutine register_simcomps
43 module subroutine register_source_terms()
44 end subroutine register_source_terms
52 subroutine neko_top_register_types()
53 call register_simcomps()
54 call register_source_terms()
55 end subroutine neko_top_register_types