Global parameter type contains all general information needed for all solvers
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(tem_solveHead_type), | private | :: | solver | General description of the deployed solver. |
|||
type(tem_simControl_type), | private | :: | simControl | contains current simulation time, timeControl, abortCriteria and simulation status |
|||
type(tem_comm_env_type), | private | :: | proc | MPI communication enviroment including MPI communicator. TodoHK: not sure, if this should be here! |
|||
type(tem_commPattern_type), | private | :: | commPattern | MPI communication pattern type. |
|||
type(tem_restart_type), | private | :: | restart | Global restart type TodoHK: not sure, if this should be here! |
|||
type(tem_balance_type), | private | :: | balance | Load balancing information. TodoHK: not sure, if this should be here! |
|||
character(len=pathLen), | private | :: | timingFile | Filename for solver timing output |