My Project
programmer's documentation
|
Functions/Subroutines | |
subroutine | getfac (fstr, facnb, faces) |
Build the list of interior faces matching a criteria string. More... | |
subroutine | getfbr (fstr, facnb, faces) |
Build the list of boundary faces matching a criteria string. More... | |
subroutine | getcel (fstr, cellnb, cells) |
Build the list of cells matching a criteria string. More... | |
subroutine | getceb (fstr, ifacnb, bfacnb, ifaces, bfaces) |
Build the lists of faces at the boundary of cells matching a criteria string. More... | |
subroutine | getfam (fstr, famnb, families) |
Build the list of mesh element families matching a criteria string. More... | |
subroutine | getfpe (perio_num, n_faces, face_list) |
Build the list of interior faces belonging to a given periodicity. More... | |
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 getfam | ( | character*(*) | fstr, |
integer | famnb, | ||
integer, dimension(*) | families | ||
) |
Build the list of mesh element families matching a criteria string.
[in] | fstr | criteria string |
[out] | families | selected families |
[out] | famnb | number of selected families |
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 |
subroutine getfpe | ( | integer | perio_num, |
integer | n_faces, | ||
integer, dimension(*) | face_list | ||
) |
Build the list of interior faces belonging to a given periodicity.
[in] | perio_num | periodicity number |
[out] | n_faces | number of faces |
[out] | face_list | faces list |