Checks if the read Gmsh MSH file is binary mode
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(gmsh_msh_format_type), | intent(in) | :: | gmsh_msh_format |
elemental function is_binary_gmsh_msh_format(gmsh_msh_format) result(res) type(gmsh_msh_format_type), intent(in) :: gmsh_msh_format logical :: res res = gmsh_msh_format%file_type .eq. 1_c_int end function is_binary_gmsh_msh_format