![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | get_loc_node_num (nnz_loc, cs_loc, nn_loc, id) |
| Computes number of local nodes. | |
| subroutine get_loc_node_num | ( | integer*4 | nnz_loc, |
| integer*4, dimension(0:nnz_loc), intent(in) | cs_loc, | ||
| integer*4, intent(out) | nn_loc, | ||
| integer*4 | id | ||
| ) |
Computes number of local nodes.
| [in] | nnz_loc | length of cs_loc |
| [in] | cs_loc | local connectivity vector |
| [in] | id | number of mpi process |
| [out] | nn_loc | number of local unknowns |
Definition at line 29 of file GET_LOC_NODE_NUM.f90.
References qsort_c_module::qsortc().
