9.0
general documentation
Loading...
Searching...
No Matches
cs_selector_f2c.f90 File Reference

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.

Function/Subroutine Documentation

◆ getceb()

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.

Parameters
[in]fstrcriteria string
[out]ifacesselected interior faces
[out]bfacesselected boundary faces
[out]ifacnbnumber fo selected interior faces
[out]bfacnbnumber fo selected boundary faces

◆ getcel()

subroutine getcel ( character*(*) fstr,
integer cellnb,
integer, dimension(*) cells )

Build the list of cells matching a criteria string.

Parameters
[in]fstrcriteria string
[out]cellnbnumber of selected cells
[out]cellsselected cells

◆ getfac()

subroutine getfac ( character*(*) fstr,
integer facnb,
integer, dimension(*) faces )

Build the list of interior faces matching a criteria string.

Parameters
[in]fstrcriteria string
[out]facnbnumber of selected faces
[out]facesselected faces

◆ getfbr()

subroutine getfbr ( character*(*) fstr,
integer facnb,
integer, dimension(*) faces )

Build the list of boundary faces matching a criteria string.

Parameters
[in]fstrcriteria string
[out]facnbnumber of selected faces
[out]facesselected faces