cg_iric_read_bc_count_f¶
Reads the number of boundary condition.
Format (FORTRAN)¶
call cg_iric_read_bc_count_f(type, num)
Format (C/C++)¶
cg_iRIC_Read_BC_Count(type, &num);
Format (Python)¶
num = cg_iRIC_Read_BC_Count(type)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
type |
character(*) |
I |
The type name of boundary condition you want to know the count. |
num |
integer |
O |
The number of boundary condition |