![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | make_spx_nodes (nb_node, spx_con_nnz, spx_con, node_wgt, nnz |
Makes a pointer for spectral connectivity vector. | |
subroutine make_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, | ||
integer*4 | nnz | ||
) |
Makes a pointer for spectral connectivity vector.
[in] | nb_node | GLL nodes |
[in] | spx_con | spectral connectivity vector |
[in] | node_wgt | node_wgt(i) contains the multiplicity of the GLL node i (e.g. if the GLL node i is shared by 4 elements node_wgt(i) = 4 |
[in] | nnz | number of GLL nodes + number of GLL nodes including repetitions + 1 |
[out] | node_pointer | as explained in MAKE_GRID_NODES.f90 |
Definition at line 30 of file MAKE_SPX_NODES.f90.