OpenCMISS-Iron Internal API Documentation
|
contains information for parallel IO, and it is nodal base More...
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... | |
contains information for parallel IO, and it is nodal base
Definition at line 123 of file field_IO_routines.f90.
|
private |
A list of nodal information for IO.
Definition at line 128 of file field_IO_routines.f90.
|
private |
A pointer to the fields defined on the region.
Definition at line 124 of file field_IO_routines.f90.
|
private |
the list of global numbering in each domain
Definition at line 127 of file field_IO_routines.f90.
|
private |
Number of nodes in this computional node for NODAL_INFO_SET.
Definition at line 125 of file field_IO_routines.f90.