Neko  0.8.1
A portable framework for high-order spectral element flow simulations
simcomp_executor.f90 File Reference

Go to the source code of this file.

Data Types

type  simcomp_executor::simcomp_executor_t
 Singleton type that serves as a driver for the simulation components. Stores all the components in the case and provides an interface matching that of a single simcomp, which executes the corresponding routines for each stored simcomp. The execution order is based on the order property of each simcomp. By default, the order is by the order of apparence in the case file. More...
 

Modules

module  simcomp_executor
 Contains the simcomp_executor_t type.
 

Functions/Subroutines

subroutine simcomp_executor::simcomp_executor_init (this, case)
 Constructor. More...
 
subroutine simcomp_executor::simcomp_executor_free (this)
 Destructor. More...
 
subroutine simcomp_executor::simcomp_executor_compute (this, t, tstep)
 Execute compute_ for all simcomps. More...
 
subroutine simcomp_executor::simcomp_executor_restart (this, t)
 Execute restart for all simcomps. More...
 

Variables

type(simcomp_executor_t), public simcomp_executor::neko_simcomps
 Global variable for the simulation component driver. More...