cg_iric_read_bc_indicessize_f¶
Reads the number of elements (nodes or cells) where the boundary
Format (FORTRAN)¶
call cg_iric_bc_indicessize_f(type, num, size, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_BC_IndicesSize(type, num, &size);
Format (Python)¶
This function does not exists for Python.
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
type |
character(*) |
I |
The type name of boundary condition you want to know the indices size |
num |
integer |
O |
The boundary condition ID number |
size |
integer |
O |
The number of elements (nodes or cells) where the boundary condition is set. |
ier |
integer |
O |
Error code. 0 means success. |