export_data_size Interface

public interface export_data_size

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

Calls

interface~~export_data_size~~CallsGraph 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

Module Procedures

private elemental function export_data_size_from_format(gmsh_msh_format) result(data_size)

License
MIT
Version
experimental

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

Arguments

Type IntentOptional Attributes Name
type(gmsh_msh_format_type), intent(in) :: gmsh_msh_format

Return Value integer(kind=c_int)