37 use simulation_component,
only: simulation_component_allocate, &
38 register_simulation_component
46 module subroutine register_simcomps()
47 procedure(simulation_component_allocate),
pointer :: steady
53 call register_simulation_component(
'steady', steady)
54 end subroutine register_simcomps
56end submodule neko_top_simcomps
Implements the steady_simcomp_t type.
subroutine, public steady_simcomp_allocate(obj)
Allocator for the steady simulation component.