OpenCMISS-Iron Internal API Documentation
field_io_routines::field_io_component_info_set Type Reference

contains information for parallel IO, and it is nodal base More...

Collaboration diagram for field_io_routines::field_io_component_info_set:

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...
 

Detailed Description

contains information for parallel IO, and it is nodal base

Definition at line 109 of file field_IO_routines.f90.

Member Data Documentation

integer(intg), dimension(:), allocatable field_io_routines::field_io_component_info_set::component_versions
private

COMPONENT_VERSIONS(component_idx). The number of versions for component_idx'th component.

Definition at line 115 of file field_IO_routines.f90.

type(field_variable_component_ptr_type), dimension(:), allocatable field_io_routines::field_io_component_info_set::components
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.

integer(intg) field_io_routines::field_io_component_info_set::number_of_components
private

number of components in the component array, COMPONENT(:)

Definition at line 111 of file field_IO_routines.f90.

logical field_io_routines::field_io_component_info_set::same_header
private

determine whether we have same IO information as the previous one

Definition at line 110 of file field_IO_routines.f90.