![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | make_spx_loc_numeration (nnloc, loc_n_num, cs_nnz, cs_loc, cs_nnz_bc, cs_bc_loc) |
| Makes local numeration of spectral nodes. | |
| subroutine make_spx_loc_numeration | ( | integer*4 | nnloc, |
| integer*4, dimension(nnloc), intent(inout) | loc_n_num, | ||
| integer*4 | cs_nnz, | ||
| integer*4, dimension(0:cs_nnz), intent(inout) | cs_loc, | ||
| integer*4 | cs_nnz_bc, | ||
| integer*4, dimension(0:cs_nnz_bc), intent(inout) | cs_bc_loc | ||
| ) |
Makes local numeration of spectral nodes.
| [in] | nnloc | number of local nodes |
| [in] | loc_n_num | local node numeration |
| [in] | cs_nnz | length of cs_loc |
| [in] | cs_nnz_bc | length of cs_bc_loc |
| [in,out] | cs_loc | spectral connectivity vector (IN -> global num, OUT -> local num.) |
| [in,out] | cs_bc_loc | spectral boundary connectivity vector (IN -> global num, OUT -> local num.) |
Definition at line 33 of file MAKE_SPX_LOC_NUMERATION.f90.
References get_indloc_from_indglo().
Referenced by make_spx_grid_with_loc_numeration().

