![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | make_wgt_grid_nodes (nb_node, nb_elem, con_matrix, node_wgt |
Computes multeplicity for mesh nodes. | |
subroutine make_wgt_grid_nodes | ( | integer*4 | nb_node, |
integer*4 | nb_elem, | ||
integer*4, dimension(nb_elem,9) | con_matrix, | ||
integer*4, dimension(nb_node) | node_wgt | ||
) |
Computes multeplicity for mesh nodes.
[in] | nb_node | grid nodes |
[in] | nb_elem | number of elements (hexes) |
[in] | con_matrix | con_matrix(i,1) -> element, con_matrix(i,2),...,con_matrix(i,9) -> grid nodes of element con_matrix(i,1) |
[out] | node_wgt | node_wgt(i) matrix containing the multiplicity of the i-th grid node (e.g. if the node i is shared by 4 elements node_wgt(i) = 4 |
[out] | nb_nz | number of grid nodes + number of grid nodes including repetitions + 1 |
Definition at line 32 of file MAKE_WGT_GRID_NODES.f90.