read(formatted) Interface

public interface read(formatted)

Read an $MshMeshFormat from a connected formatted unit.

Calls

interface~~read(formatted)~~CallsGraph interface~read(formatted) read(formatted) proc~read_formatted read_formatted interface~read(formatted)->proc~read_formatted proc~read_formatted_kernel read_formatted_kernel proc~read_formatted->proc~read_formatted_kernel proc~check_text_line check_text_line proc~read_formatted_kernel->proc~check_text_line

Module Procedures

private subroutine read_formatted(gmsh_msh_format, unit, iotype, v_list, iostat, iomsg)

License
MIT
Version
experimental

Read an $MshMeshFormat from a connected formatted unit.

Arguments

Type IntentOptional Attributes Name
class(gmsh_msh_format_type), intent(inout) :: gmsh_msh_format
integer, intent(in) :: unit
character(len=*), intent(in) :: iotype
integer, intent(in) :: v_list(:)
integer, intent(out) :: iostat
character(len=*), intent(inout) :: iomsg