OpenCMISS-Iron Internal API Documentation
|
Write a string followed by a vector to a specified output stream. More...
Private Member Functions | |
subroutine | write_string_vector_dp (ID, FIRST_IDX, DELTA, LAST_IDX, NUMBER_FIRST, NUMBER_REPEAT, VECTOR, FIRST_FORMAT, REPEAT_FORMAT, ERR, ERROR,) |
Writes the given double precision VECTOR to the given output stream specified by ID. The FIRST_FORMAT is the format initially used, followed by the REPEAT_FORMAT which is repeated as many times as necessary. NUMBER_FIRST is the number of data items in the FIRST_FORMAT and NUMBER_REPEAT is the number of data items in the REPEAT_FORMAT. FIRST_IDX and LAST_IDX are the extents of the data and DELTA is the NUMBER of indices to skip for each index. More... | |
subroutine | write_string_vector_intg (ID, FIRST_IDX, DELTA, LAST_IDX, NUMBER_FIRST, NUMBER_REPEAT, VECTOR, FIRST_FORMAT, REPEAT_FORMAT, ERR, ERROR,) |
Writes the given integer VECTOR to the given output stream specified by ID. The FIRST_FORMAT is the format initially used, followed by the REPEAT_FORMAT which is repeated as many times as necessary. NUMBER_FIRST is the number of data items in the FIRST_FORMAT and NUMBER_REPEAT is the number of data items in the REPEAT_FORMAT. FIRST_IDX and LAST_IDX are the extents of the data and DELTA is the NUMBER of indices to skip for each index. More... | |
subroutine | write_string_vector_lintg (ID, FIRST_IDX, DELTA, LAST_IDX, NUMBER_FIRST, NUMBER_REPEAT, VECTOR, FIRST_FORMAT, REPEAT_FORMAT, ERR, ERROR,) |
Writes the given integer VECTOR to the given output stream specified by ID. The FIRST_FORMAT is the format initially used, followed by the REPEAT_FORMAT which is repeated as many times as necessary. NUMBER_FIRST is the number of data items in the FIRST_FORMAT and NUMBER_REPEAT is the number of data items in the REPEAT_FORMAT. FIRST_IDX and LAST_IDX are the extents of the data and DELTA is the NUMBER of indices to skip for each index. More... | |
subroutine | write_string_vector_l (ID, FIRST_IDX, DELTA, LAST_IDX, NUMBER_FIRST, NUMBER_REPEAT, VECTOR, FIRST_FORMAT, REPEAT_FORMAT, ERR, ERROR,) |
Writes the given logical VECTOR to the given output stream specified by ID. The FIRST_FORMAT is the format initially used, followed by the REPEAT_FORMAT which is repeated as many times as necessary. NUMBER_FIRST is the number of data items in the FIRST_FORMAT and NUMBER_REPEAT is the number of data items in the REPEAT_FORMAT. FIRST_IDX and LAST_IDX are the extents of the data and DELTA is the NUMBER of indices to skip for each index. More... | |
subroutine | write_string_vector_sp (ID, FIRST_IDX, DELTA, LAST_IDX, NUMBER_FIRST, NUMBER_REPEAT, VECTOR, FIRST_FORMAT, REPEAT_FORMAT, ERR, ERROR,) |
Writes the given single precision VECTOR to the given output stream specified by ID. The FIRST_FORMAT is the format initially used, followed by the REPEAT_FORMAT which is repeated as many times as necessary. NUMBER_FIRST is the number of data items in the FIRST_FORMAT and NUMBER_REPEAT is the number of data items in the REPEAT_FORMAT. FIRST_IDX and LAST_IDX are the extents of the data and DELTA is the NUMBER of indices to skip for each index. More... | |
Write a string followed by a vector to a specified output stream.
Definition at line 290 of file input_output.f90.
|
private |
Writes the given double precision VECTOR to the given output stream specified by ID. The FIRST_FORMAT is the format initially used, followed by the REPEAT_FORMAT which is repeated as many times as necessary. NUMBER_FIRST is the number of data items in the FIRST_FORMAT and NUMBER_REPEAT is the number of data items in the REPEAT_FORMAT. FIRST_IDX and LAST_IDX are the extents of the data and DELTA is the NUMBER of indices to skip for each index.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_idx | The first index of the vector to output |
[in] | delta | The delta increment to be used when outputing the first through to the last vector index |
[in] | last_idx | The last index of the vector to output |
[in] | number_first | The number of vector elements to be output on the first line |
[in] | number_repeat | The number of vector elements to be output on the second and subsequently repeated lines |
[in] | vector | The vector to be output |
[in] | first_format | The format string to be used for the first line of output |
[in] | repeat_format | The format type to be used for the second and subsequently repeated lines of output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3346 of file input_output.f90.
|
private |
Writes the given integer VECTOR to the given output stream specified by ID. The FIRST_FORMAT is the format initially used, followed by the REPEAT_FORMAT which is repeated as many times as necessary. NUMBER_FIRST is the number of data items in the FIRST_FORMAT and NUMBER_REPEAT is the number of data items in the REPEAT_FORMAT. FIRST_IDX and LAST_IDX are the extents of the data and DELTA is the NUMBER of indices to skip for each index.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_idx | The first index of the vector to output |
[in] | delta | The delta increment to be used when outputing the first through to the last vector index |
[in] | last_idx | The last index of the vector to output |
[in] | number_first | The number of vector elements to be output on the first line |
[in] | number_repeat | The number of vector elements to be output on the second and subsequently repeated lines |
[in] | vector | The vector to be output |
[in] | first_format | The format string to be used for the first line of output |
[in] | repeat_format | The format type to be used for the second and subsequently repeated lines of output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3392 of file input_output.f90.
|
private |
Writes the given logical VECTOR to the given output stream specified by ID. The FIRST_FORMAT is the format initially used, followed by the REPEAT_FORMAT which is repeated as many times as necessary. NUMBER_FIRST is the number of data items in the FIRST_FORMAT and NUMBER_REPEAT is the number of data items in the REPEAT_FORMAT. FIRST_IDX and LAST_IDX are the extents of the data and DELTA is the NUMBER of indices to skip for each index.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_idx | The first index of the vector to output |
[in] | delta | The delta increment to be used when outputing the first through to the last vector index |
[in] | last_idx | The last index of the vector to output |
[in] | number_first | The number of vector elements to be output on the first line |
[in] | number_repeat | The number of vector elements to be output on the second and subsequently repeated lines |
[in] | vector | The vector to be output |
[in] | first_format | The format string to be used for the first line of output |
[in] | repeat_format | The format type to be used for the second and subsequently repeated lines of output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3482 of file input_output.f90.
|
private |
Writes the given integer VECTOR to the given output stream specified by ID. The FIRST_FORMAT is the format initially used, followed by the REPEAT_FORMAT which is repeated as many times as necessary. NUMBER_FIRST is the number of data items in the FIRST_FORMAT and NUMBER_REPEAT is the number of data items in the REPEAT_FORMAT. FIRST_IDX and LAST_IDX are the extents of the data and DELTA is the NUMBER of indices to skip for each index.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_idx | The first index of the vector to output |
[in] | delta | The delta increment to be used when outputing the first through to the last vector index |
[in] | last_idx | The last index of the vector to output |
[in] | number_first | The number of vector elements to be output on the first line |
[in] | number_repeat | The number of vector elements to be output on the second and subsequently repeated lines |
[in] | vector | The vector to be output |
[in] | first_format | The format string to be used for the first line of output |
[in] | repeat_format | The format type to be used for the second and subsequently repeated lines of output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3437 of file input_output.f90.
|
private |
Writes the given single precision VECTOR to the given output stream specified by ID. The FIRST_FORMAT is the format initially used, followed by the REPEAT_FORMAT which is repeated as many times as necessary. NUMBER_FIRST is the number of data items in the FIRST_FORMAT and NUMBER_REPEAT is the number of data items in the REPEAT_FORMAT. FIRST_IDX and LAST_IDX are the extents of the data and DELTA is the NUMBER of indices to skip for each index.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_idx | The first index of the vector to output |
[in] | delta | The delta increment to be used when outputing the first through to the last vector index |
[in] | last_idx | The last index of the vector to output |
[in] | number_first | The number of vector elements to be output on the first line |
[in] | number_repeat | The number of vector elements to be output on the second and subsequently repeated lines |
[in] | vector | The vector to be output |
[in] | first_format | The format string to be used for the first line of output |
[in] | repeat_format | The format type to be used for the second and subsequently repeated lines of output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3527 of file input_output.f90.