Functions/Subroutines | |
subroutine | getfac (fstr, facnb, faces) |
Build the list of interior faces matching a criteria string. | |
subroutine | getfbr (fstr, facnb, faces) |
Build the list of boundary faces matching a criteria string. | |
subroutine | getcel (fstr, cellnb, cells) |
Build the list of cells matching a criteria string. | |
subroutine | getceb (fstr, ifacnb, bfacnb, ifaces, bfaces) |
Build the lists of faces at the boundary of cells matching a criteria string. |
subroutine getceb | ( | character*(*) | fstr, |
integer | ifacnb, | ||
integer | bfacnb, | ||
integer, dimension(*) | ifaces, | ||
integer, dimension(*) | bfaces ) |
Build the lists of faces at the boundary of cells matching a criteria string.
[in] | fstr | criteria string |
[out] | ifaces | selected interior faces |
[out] | bfaces | selected boundary faces |
[out] | ifacnb | number fo selected interior faces |
[out] | bfacnb | number fo selected boundary faces |
subroutine getcel | ( | character*(*) | fstr, |
integer | cellnb, | ||
integer, dimension(*) | cells ) |
Build the list of cells matching a criteria string.
[in] | fstr | criteria string |
[out] | cellnb | number of selected cells |
[out] | cells | selected cells |
subroutine getfac | ( | character*(*) | fstr, |
integer | facnb, | ||
integer, dimension(*) | faces ) |
Build the list of interior faces matching a criteria string.
[in] | fstr | criteria string |
[out] | facnb | number of selected faces |
[out] | faces | selected faces |
subroutine getfbr | ( | character*(*) | fstr, |
integer | facnb, | ||
integer, dimension(*) | faces ) |
Build the list of boundary faces matching a criteria string.
[in] | fstr | criteria string |
[out] | facnb | number of selected faces |
[out] | faces | selected faces |