![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_node_from_face (nb_nodes, nb_nz, con_spc, nb_load, l |
Computes total number of boundary nodes and second derivative on a given point x. | |
subroutine get_node_from_face | ( | integer*4 | nb_nodes, |
integer*4 | nb_nz, | ||
integer*4, dimension(0:nb_nz) | con_spc, | ||
integer*4 | nb_load, | ||
l | |||
) |
Computes total number of boundary nodes and second derivative on a given point x.
[in] | nb_nodes | number of nodes |
[in] | nb_nz | length of con_spc |
[in] | con_spc | spectral connectivity vector |
[in] | nb_load | load number for boundary condition |
[in] | lab_bc | label for boundary condition |
[in] | local_n_num | = local node numbering (dummy) |
[in] | node_indicator | node_indicator(i) = 1 if the node belongs to the boundary |
[out] | nb_nodes_face_total | number of nodes lying on the boundary |
Definition at line 33 of file GET_NODE_FROM_FACE.f90.
Referenced by make_extint_forces().