cg_iRIC_Write_Sol_BaseIterative_String¶
complex type the Writes calculation result defined globally.
Format (FORTRAN)¶
call cg_iRIC_Write_Sol_BaseIterative_String(fid, name, value, ier)
Format (C/C++)¶
ier = cg_iRIC_Write_Sol_BaseIterative_String(fid, name, value)
Format (Python)¶
cg_iRIC_Write_Sol_BaseIterative_String(fid, name, value)
Arguments and returned value¶
fid¶
Item |
Value |
---|---|
Name |
fid |
Input/Output |
Input |
Description |
File ID |
Data type (FORTRAN) |
integer |
Data type (C/C++) |
int |
Data type (Python) |
int |
name¶
Item |
Value |
---|---|
Name |
name |
Input/Output |
Input |
Description |
The name of the calculation result |
Data type (FORTRAN) |
character(*) |
Data type (C/C++) |
const char* |
Data type (Python) |
str |
value¶
Item |
Value |
---|---|
Name |
value |
Input/Output |
Input |
Description |
The value of the calculation result |
Data type (FORTRAN) |
character(*) |
Data type (C/C++) |
const char* |
Data type (Python) |
str |
ier¶
Item |
Value |
---|---|
Name |
ier |
Input/Output |
Output |
Description |
Error code. 0 means success, other values mean error. |
Data type (FORTRAN) |
integer |
Data type (C/C++) |
int |
Data type (Python) |
(Not defined) |