OpenCMISS-Iron Internal API Documentation
|
contains information for parallel IO, and it is nodal base More...
Private Attributes | |
logical | same_header |
determine whether we have same IO information as the previous one More... | |
integer(intg) | number_of_components |
number of components in the component array, COMPONENT(:) More... | |
type(field_variable_component_ptr_type), dimension(:), allocatable | components |
A array of pointers to those components of the node in this local domain. More... | |
integer(intg), dimension(:), allocatable | component_versions |
COMPONENT_VERSIONS(component_idx). The number of versions for component_idx'th component. More... | |
contains information for parallel IO, and it is nodal base
Definition at line 109 of file field_IO_routines.f90.
|
private |
COMPONENT_VERSIONS(component_idx). The number of versions for component_idx'th component.
Definition at line 115 of file field_IO_routines.f90.
|
private |
A array of pointers to those components of the node in this local domain.
Definition at line 114 of file field_IO_routines.f90.
|
private |
number of components in the component array, COMPONENT(:)
Definition at line 111 of file field_IO_routines.f90.
|
private |
determine whether we have same IO information as the previous one
Definition at line 110 of file field_IO_routines.f90.