![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | make_wgt_spx_nodes (nb_node, spx_con_nnz, spx_con, node_wgt |
Computes multeplicity for spectral nodes. | |
subroutine make_wgt_spx_nodes | ( | integer*4 | nb_node, |
integer*4 | spx_con_nnz, | ||
integer*4, dimension(0:spx_con_nnz) | spx_con, | ||
integer*4, dimension(nb_node) | node_wgt | ||
) |
Computes multeplicity for spectral nodes.
[in] | nb_node | GLL nodes |
[in] | spx_con | spectral connectivity vector |
[out] | node_wgt | node_wgt(i) contains the multiplicity of the i-th GLL node (e.g. if the node i is shared by 4 elements node_wgt(i) = 4 |
[out] | nb_nz | number of GLL nodes + number of GLL nodes including repetitions + 1 |
Definition at line 29 of file MAKE_WGT_SPX_NODES.f90.