![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | make_spx_con_loc_bound (cs_nnz, cs, ne_bc, cm_bc, nm, tm, sd, ennz, ebin, cs_nnz_bc, cs_bc, loc_el |
Makes spectral connectivity vector for the boundary. | |
subroutine make_spx_con_loc_bound | ( | integer*4 | cs_nnz, |
integer*4, dimension(0:cs_nnz) | cs, | ||
integer*4 | ne_bc, | ||
integer*4, dimension(ne_bc,5) | cm_bc, | ||
integer*4 | nm, | ||
integer*4, dimension(nm) | tm, | ||
integer*4, dimension(nm) | sd, | ||
integer*4 | ennz, | ||
integer*4, dimension(0:ennz) | ebin, | ||
integer*4 | cs_nnz_bc, | ||
integer*4, dimension(0:cs_nnz_bc) | cs_bc, | ||
loc_el | |||
) |
Makes spectral connectivity vector for the boundary.
[in] | cs_nnz | length of cs |
[in] | cs | spectral connectivity vector |
[in] | ne_bc | number of boundary element |
[in] | cm_bc | connectivity matrix for boundary conditions |
[in] | nm | number of materials |
[in] | tm | material labels |
[in] | sd | polynomial degree vector |
[in] | Ennz | length of Ebin |
[in] | Ebin | pointer for connectivity (see MAKE_GRID_NODES.f90) |
[in] | nel_loc | number of local elements |
[in] | local_el_num | local element numeration |
[in] | nf_loc | dummy |
[in] | cs_nnz_bc | length of cs_bc |
[out] | cs_bc | local spectral boundary connectivity vector |
Definition at line 39 of file MAKE_SPX_CON_LOC_BOUND.f90.
References get_elem_from_face(), and get_indloc_from_indglo().