OpenCMISS-Iron Internal API Documentation
|
Contains information on logical working groups (added by Robert on 01/04/2010) More...
Public Attributes | |
integer(intg) | number_computational_nodes |
size of the total compurational nodes belonging to this group More... | |
integer(intg) | number_sub_work_groups |
size of sub working grous More... | |
type(computational_work_group_type), pointer | parent |
Parent of this working groups. More... | |
type(computational_work_group_ptr_type), dimension(:), allocatable | sub_work_groups |
non-leaf node: The sub working groups More... | |
type(computational_environment_type), pointer | comp_env |
pointer to the actual working environment More... | |
logical | comp_env_finished |
Is .TURE. if the actual working environment has been generated, .FALSE. if not. More... | |
Contains information on logical working groups (added by Robert on 01/04/2010)
Definition at line 77 of file computational_environment.f90.
type(computational_environment_type), pointer comp_environment::computational_work_group_type::comp_env |
pointer to the actual working environment
Definition at line 83 of file computational_environment.f90.
logical comp_environment::computational_work_group_type::comp_env_finished |
Is .TURE. if the actual working environment has been generated, .FALSE. if not.
Definition at line 84 of file computational_environment.f90.
integer(intg) comp_environment::computational_work_group_type::number_computational_nodes |
size of the total compurational nodes belonging to this group
Definition at line 78 of file computational_environment.f90.
integer(intg) comp_environment::computational_work_group_type::number_sub_work_groups |
size of sub working grous
Definition at line 79 of file computational_environment.f90.
type(computational_work_group_type), pointer comp_environment::computational_work_group_type::parent |
Parent of this working groups.
Definition at line 80 of file computational_environment.f90.
type(computational_work_group_ptr_type), dimension(:), allocatable comp_environment::computational_work_group_type::sub_work_groups |
non-leaf node: The sub working groups
Definition at line 81 of file computational_environment.f90.