![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | make_grid_nodes (nb_node, nb_elem, con_matrix, node_wgt, nnz |
Makes pointer for connectivity of mesh nodes. | |
subroutine make_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, | ||
integer*4 | nnz | ||
) |
Makes pointer for connectivity of 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) |
[in] | node_wgt | node_wgt(i) contains the multiplicity of the grid node i (e.g. if the node node i is shared by 4 elements node_wgt(i) = 4 |
[in] | nnz | number of grid nodes + number of grid nodes including repetitions + 1 |
[out] | node_pointer | pointer for mesh nodes connectivity |
Definition at line 72 of file MAKE_GRID_NODES.f90.