![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | make_ren_loc_node (nnz_loc, cs_loc, nn_loc, id, loc_n_nu |
| Renumerates the grid nodes. | |
| subroutine make_ren_loc_node | ( | integer*4 | nnz_loc, |
| integer*4, dimension(0:nnz_loc), intent(in) | cs_loc, | ||
| integer*4, intent(in) | nn_loc, | ||
| integer*4 | id, | ||
| loc_n_nu | |||
| ) |
Renumerates the grid nodes.
| [in] | nnz_loc | dimnsion for cs_loc |
| [in] | cs_loc | local connectivity vector |
| [in] | nn_loc | number of local unknowns |
| [in] | id | number of mpi process |
| [in,out] | loc_n_num | local node numbering (renumeration from local to global, loc_n_num(i) = global id for the i-th node) |
Definition at line 31 of file MAKE_REN_LOC_NODE.f90.
References qsort_c_module::qsortc().
