Get the y_coord from the gmsh_msh1_node_type.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(gmsh_msh1_node_type), | intent(in) | :: | node |
elemental function output_y_coord_gmsh_msh1_node(node) result(y_coord) type(gmsh_msh1_node_type), intent(in) :: node real(real64) :: y_coord y_coord = node%y_coord end function output_y_coord_gmsh_msh1_node