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

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

Collaboration diagram for field_io_routines::field_io_info_set:

Private Attributes

type(fields_type), pointer fields
 A pointer to the fields defined on the region. More...
 
integer(intg) number_of_entries
 Number of nodes in this computional node for NODAL_INFO_SET. More...
 
integer(intg), dimension(:), allocatable list_of_global_number
 the list of global numbering in each domain More...
 
type(field_io_component_info_set_ptr_type), dimension(:), allocatable component_info_set
 A list of nodal information for IO. More...
 

Detailed Description

contains information for parallel IO, and it is nodal base

Definition at line 123 of file field_IO_routines.f90.

Member Data Documentation

type(field_io_component_info_set_ptr_type), dimension(:), allocatable field_io_routines::field_io_info_set::component_info_set
private

A list of nodal information for IO.

Definition at line 128 of file field_IO_routines.f90.

type(fields_type), pointer field_io_routines::field_io_info_set::fields
private

A pointer to the fields defined on the region.

Definition at line 124 of file field_IO_routines.f90.

integer(intg), dimension(:), allocatable field_io_routines::field_io_info_set::list_of_global_number
private

the list of global numbering in each domain

Definition at line 127 of file field_IO_routines.f90.

integer(intg) field_io_routines::field_io_info_set::number_of_entries
private

Number of nodes in this computional node for NODAL_INFO_SET.

Definition at line 125 of file field_IO_routines.f90.