Procedures

ProcedureLocationProcedure TypeDescription
check_text_line gmsh_msh_format_fortran Subroutine
export_data_size gmsh_msh_format_fortran Interface

Exports the data-size of the read Gmsh MSH file format as a c_int value.

export_data_size_from_format gmsh_msh_format_fortran Function

Exports the data-size of the read Gmsh MSH file format as a c_int value.

export_file_type gmsh_msh_format_fortran Interface

Exports the file-type of the read Gmsh MSH file format as a c_int value.

export_file_type_from_format gmsh_msh_format_fortran Function

Exports the file-type of the read Gmsh MSH file format as a c_int value.

export_version gmsh_msh_format_fortran Interface

Exports the version of the read Gmsh MSH file format as a c_double value.

export_version_from_format gmsh_msh_format_fortran Function

Exports the version of the read Gmsh MSH file format as a c_double value.

is_ascii gmsh_msh_format_fortran Interface

Checks if the read Gmsh MSH file is ASCII mode

is_ascii_gmsh_msh_format gmsh_msh_format_fortran Function

Checks if the read Gmsh MSH file is ASCII mode

is_binary gmsh_msh_format_fortran Interface

Checks if the read Gmsh MSH file is binary mode

is_binary_gmsh_msh_format gmsh_msh_format_fortran Function

Checks if the read Gmsh MSH file is binary mode

read(formatted) gmsh_msh_format_fortran Interface

Read an $MshMeshFormat from a connected formatted unit.

read(unformatted) gmsh_msh_format_fortran Interface

Read an $MshMeshFormat from a connected unformatted unit.

read_formatted gmsh_msh_format_fortran Subroutine

Read an $MshMeshFormat from a connected formatted unit.

read_formatted_kernel gmsh_msh_format_fortran Subroutine

Read an $MshMeshFormat from a connected formatted unit.

read_unformatted gmsh_msh_format_fortran Subroutine

Read an $MshMeshFormat from a connected unformatted unit.

call~~graph~~CallGraph interface~export_data_size export_data_size proc~export_data_size_from_format export_data_size_from_format interface~export_data_size->proc~export_data_size_from_format interface~export_file_type export_file_type proc~export_file_type_from_format export_file_type_from_format interface~export_file_type->proc~export_file_type_from_format interface~export_version export_version proc~export_version_from_format export_version_from_format interface~export_version->proc~export_version_from_format interface~is_ascii is_ascii proc~is_ascii_gmsh_msh_format is_ascii_gmsh_msh_format interface~is_ascii->proc~is_ascii_gmsh_msh_format interface~is_binary is_binary proc~is_binary_gmsh_msh_format is_binary_gmsh_msh_format interface~is_binary->proc~is_binary_gmsh_msh_format interface~read(formatted) read(formatted) proc~read_formatted read_formatted interface~read(formatted)->proc~read_formatted interface~read(unformatted) read(unformatted) proc~read_unformatted read_unformatted interface~read(unformatted)->proc~read_unformatted proc~check_text_line check_text_line proc~read_formatted_kernel read_formatted_kernel proc~read_formatted->proc~read_formatted_kernel proc~read_formatted_kernel->proc~check_text_line proc~read_unformatted->proc~check_text_line
Help