|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Contains the simcomp_executor_t type.
Data Types | |
| type | 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... | |
Functions/Subroutines | |
| subroutine | simcomp_executor_init (this, case, simcomp_root) |
| Constructor. | |
| subroutine | simcomp_executor_free (this) |
| Destructor. | |
| subroutine | simcomp_executor_finalize (this) |
| Finalize the initialization. Sorts the simcomps based on the order property. Additionally we check that the order is unique, contiguous, starts at 1 and within bounds. | |
| subroutine | simcomp_executor_preprocess (this, time) |
| Execute preprocess_ for all simcomps. | |
| subroutine | simcomp_executor_compute (this, time) |
| Execute compute_ for all simcomps. | |
| subroutine | simcomp_executor_restart (this, time) |
| Execute restart for all simcomps. | |
| pure integer function | simcomp_executor_get_n (this) |
| Get the number of simcomps. | |
Variables | |
| type(simcomp_executor_t), target, public | neko_simcomps |
| Global variable for the simulation component driver. | |
|
private |
| time | The current time |
Definition at line 306 of file simcomp_executor.f90.
|
private |
Definition at line 197 of file simcomp_executor.f90.
|
private |
Definition at line 178 of file simcomp_executor.f90.
|
private |
Definition at line 337 of file simcomp_executor.f90.
|
private |
| case | The case. |
| simcomp_root | The root name of the simulation components in the case. If not provided, the default is 'case.simulation_components'. |
Definition at line 89 of file simcomp_executor.f90.
|
private |
| time | The current time |
Definition at line 289 of file simcomp_executor.f90.
|
private |
| time | The current time |
Definition at line 323 of file simcomp_executor.f90.
| type(simcomp_executor_t), target, public simcomp_executor::neko_simcomps |
Definition at line 81 of file simcomp_executor.f90.